Re: solr wild card search

2019-04-08 Thread Anil
Thanks Eric. escaped colon and it worked. my bad.. i missed it :) On Mon, 8 Apr 2019 at 21:55, Erick Erickson wrote: > See: > https://lucene.apache.org/solr/guide/6_6/the-standard-query-parser.html > > > On Apr 8, 2019, at 9:04 AM, Anil wrote: > > > > Hi Eric, > > > > url:"https://facebook.com/

Re: solr wild card search

2019-04-08 Thread Erick Erickson
See: https://lucene.apache.org/solr/guide/6_6/the-standard-query-parser.html > On Apr 8, 2019, at 9:04 AM, Anil wrote: > > Hi Eric, > > url:"https://facebook.com/posts/123456"; is working. > url:https://facebook.com/posts * is not > working. > > i tried to es

Re: solr wild card search

2019-04-08 Thread Anil
Hi Eric, url:"https://facebook.com/posts/123456"; is working. url:https://facebook.com/posts * is not working. i tried to escape forward slash and dot (.).. didnt help. i missed colon. let me try. Thanks. Regards, Anil On Mon, 8 Apr 2019 at 21:02, Erick Erick

Re: solr wild card search

2019-04-08 Thread Erick Erickson
Show us the exact search you’re using, both the failure and success case please. Most likely you need to escape things like the colon… Best, Erick > On Apr 8, 2019, at 8:19 AM, Anil wrote: > > Hi Team, > > Good Morning. > > I am storing url in string field. wild card search is giving followi

solr wild card search

2019-04-08 Thread Anil
Hi Team, Good Morning. I am storing url in string field. wild card search is giving following error. "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.parser.ParseException"], "msg":"org.apache.solr.search.Syn