Re: Wild-card query behavior

2019-10-09 Thread Mikhail Khludnev
Well it remind regular awkward parsing issues. Try to experiment with ={!join to=...from=... v='field:12*'} or ={!join to=... from=... v=$qq}=field:12* No more questions to ask. On Wed, Oct 9, 2019 at 4:39 PM Paresh wrote: > E.g. In query, join with wild-card query using parenthesis I get error

Re: Wild-card query behavior

2019-10-09 Thread Paresh
E.g. In query, join with wild-card query using parenthesis I get error - "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.parser.ParseException"], "msg":"org.apache.solr.search.SyntaxError: Cannot parse 'solrField:(12*': Encountered \"\" at line

Re: Wild-card query behavior

2019-10-09 Thread Mikhail Khludnev
Hello, Paresh. Please examine debugQuery output, otherwise 'doesn't work' is vague. On Wed, Oct 9, 2019 at 8:31 AM Paresh wrote: > Hi All, > > I am trying wild-card query with query, filter query with and without !join > and finding it difficult to understand the SOLR behavior. > > (-)