On Jan 20, 2010, at 8:11 AM, Ahmet Arslan wrote:

If they are really filter queries i.e. specified through
"fq" then they will
not be run through an analyzer.


Does this mean filter queries are not analyzed? The query below returns a document.

http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&debugQuery=on&fq=features:GOOD

Am I missing something?

filter queries are query parsed using the "lucene" (SolrQueryParser) query parser (and appropriate pieces analyzed per field type configuration). So the above statement that filter queries are not analyzed is incorrect.

        Erik


Reply via email to