Re: Issue facing with spell text field containing hyphen

2017-11-21 Thread Atita Arora
I was about to suggest the same , Analysis Panel is the savior in such cases of doubts. -Atita On Tue, Nov 21, 2017 at 7:26 AM, Rick Leir wrote: > Chirag > Look in Sor Admin, the Analysis panel. Put spider-man in the left and > right text inputs, and see how it gets

Re: Issue facing with spell text field containing hyphen

2017-11-21 Thread Rick Leir
Chirag Look in Sor Admin, the Analysis panel. Put spider-man in the left and right text inputs, and see how it gets analysed. Cheers -- Rick On November 20, 2017 10:00:49 PM EST, Chirag garg wrote: >Hi Rick, > >Actually my spell field also contains text with hyphen i.e. it

Re: Issue facing with spell text field containing hyphen

2017-11-20 Thread Chirag garg
Hi Rick, Actually my spell field also contains text with hyphen i.e. it contains "spider-man" even then also i am not able to search it. Regards, Chirag -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Issue facing with spell text field containing hyphen

2017-11-20 Thread Rick Leir
Chirag Some scattered clues: StandardTokenizer splits on punctuation, so your spell field might not contain spider-man. When you do a wildcard search, the analysis chain can be different from what you expected. Cheers -- Rick On November 20, 2017 9:58:54 AM EST, Chirag Garg

Issue facing with spell text field containing hyphen

2017-11-20 Thread Chirag Garg
Hi Team, I am facing issue for string containing hyphen when searched in spell field. My solr core is solr-6.6.0 Points to reproduce:- Eg:- 1. My search string is "spider-man". 2. When I do a search in solr with query spell:*spider-*. It shows numDocs=0 even though content is present. 3 . But