Re: no search results for specific search in solr 6.6.0

2017-09-20 Thread Erick Erickson
Just go to the admin/analysis page and enter the terms in the "index" box (I usually uncheck the "verbose" checkbox). You will see exactly what element in your analysis chain is doing this. You'll see light gray two-letter codes on the size, e.g. "ST". Hover over it with your mouse, and you should

Re: no search results for specific search in solr 6.6.0

2017-09-20 Thread Sascha Tuschinski
Hello Erik and Josh, Thanks for your hints and comments. I found out that the “text_fr” field type didn’t stored the “fraoo” as term. It stored “frao” only. Maybe because of French field type. This field had been automatically created. I’m new to Solr and this is maybe correct. I use “text_gen

Re: no search results for specific search in solr 6.6.0

2017-09-19 Thread Erick Erickson
Unfortunately the link you provided goes to "localhost", which isn't accessible. The very first thing I'd do is go to the admin/analysis page and put the terms in both the "index" and "query" boxes for the field in question. Next, attach &debug=query to the query to see how the query is actually p

Re: no search results for specific search in solr 6.6.0

2017-09-19 Thread Josh Lincoln
Can you provide the fieldType definition for text_fr? Also, when you use the Analysis page in the admin UI, what tokens are generated during indexing for FRaoo using the text_fr fieldType? On Tue, Sep 19, 2017 at 12:01 PM Sascha Tuschinski wrote: > Hello Community, > > We are using a Solr Core