suggester Error

2015-10-26 Thread Rajesh Kumar
I have configured suggester for each Entity in application. and whenever Entity is being created and updated in application i am building the suggester manually. but since i have migrated the Solr from 4.7 to 5.3 i am getting the java.lang.IllegalStateException: suggester was not built Exception

Re: suggester Error

2015-10-26 Thread Erick Erickson
You have to build the suggester sometime, and you have set all the build options to false (which they should be) Issue a command like: http://solr_node:solr_port/solr/collection/suggesthandler?suggest.build=true Best, Erick On Mon, Oct 26, 2015 at 3:54 AM, Rajesh Kumar wrote: > I have configure

Re: NOT Operator with Parenthesis

2015-10-26 Thread Erick Erickson
Solr does not do strict Boolean logic, although it comes close. See: https://lucidworks.com/blog/2011/12/28/why-not-and-or-and-not/ Best, Erick On Sun, Oct 25, 2015 at 11:18 PM, patel mrugesh wrote: > Hi All, > We are using Lucene 4.10.3, one strange behavior we have observed when NOT > opera