I'm using Solr for searching, and recently started using faceting to allow users to narrow their search. However, once the user filters by one of the facets, the other filter ...
I am writing a SOLR query for faceted searching, and my fields can possibly have quotes or other bad characters in them, so I am using the raw operator to construct ...
I have a schema which has field Polarity which is of type "text" and has three values 0,1,-1 and CreatedAt which is of type "date".
How can I get count ...
I have been able to facet and highlight with the Dismax handler.
I tried to do faceting for More Like This results, such as this query: "fetch documents similar to '11qualcomm.doc' ...