Re: Solr Full text search

2015-10-23 Thread Upayavira
add debugQuery=true to your query, and look at the parsed query - it'll show you a lot about what's going on. Also, try the phrase "good building constructor" in the admin UI analysis tab, for your full_text field. It'll help you understand what's happening in terms of tokenisation. Upayavira

Re: Solr Full text search

2015-10-22 Thread Shawn Heisey
On 10/22/2015 10:37 AM, vitaly bulgakov wrote: > But it returns no results when the query has a term which is not in a > document. > Say searching for "building constructor" I get a result, but > searching for "good building constructor" returns no results because there > are no documents