Re: Matching Queries with Wildcards and Numbers

2018-03-15 Thread tapan1707
I think it should have worked. Could you share the results for both queries with &debug=true? Also, what's the result for ec1? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Matching Queries with Wildcards and Numbers

2018-03-13 Thread rakeshaspl
Hi tapan, please check below. *Conf:-* *Check attached image for issue:-* When i search with *ec* results are

Re: Matching Queries with Wildcards and Numbers

2018-03-09 Thread tapan1707
Hello Rakesh, As pointed out by Erick, changing *catenateAll* from 0 to 1 should work. What this means is that, generateWordParts="1" generates tokens for words for e.g. in the case of i-pad, it generates i, pad and ipad.and generateNumberParts="1" generates tokens for numbers for e.g in the case

Re: Matching Queries with Wildcards and Numbers

2018-03-09 Thread rakeshaspl
Do you find any solution for above issue ? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Matching Queries with Wildcards and Numbers

2018-03-09 Thread rakeshaspl
Hi, Do you find any solution for above issue? Br, Rakesh -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Matching Queries with Wildcards and Numbers

2015-06-17 Thread Erick Erickson
This one's going to be confusing to explain. The ability of filters to operate on wildcarded terms at query time is limited to some specific filters. If you're going into the code, see MultiTermAware-derived filters. Most generally, the MultiTermAware filters only are valid for filters that d