On 6/19/2011 10:00 AM, Markus Jelsma wrote:
If you wan't to make good use of the filter cache then use filter queries.
Additionally, information in filter queries will not affect relevancy
ranking. If you want the terms you are using to affect the document
scores, include them in the main qu
If you wan't to make good use of the filter cache then use filter queries.
> fq is filter-query, search based on category, timestamp, language etc. but
> I dont see any performance improvement if use 'keyword' in fq.
>
> useCases :
> fq=lang:English&q=camera AND digital
> OR
> fq=time:[13023567 T
fq is filter-query, search based on category, timestamp, language etc. but I
dont see any performance improvement if use 'keyword' in fq.
useCases :
fq=lang:English&q=camera AND digital
OR
fq=time:[13023567 TO 13023900]&q=camera AND digital
On 19 June 2011 20:17, Jamie Johnson wrote:
> Are the