Frage

Tried to upgrade and application from Solr 3.1 to 3.6.1 and stumbled upon the following issue: The query like the one shown below worked in 3.1 but does not return any results in 3.6.1:

q=id:911 AND (format:text OR format:null)

defType is set to edismax and q.op set to AND.

Could someone please point me to the point in release notes or SOLR documentation that explains when and why the change was introduced.

War es hilfreich?

Lösung

Found the reason. Just did not believe it could be a bug. That simple.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top