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
Are there any hard and fast rules about when to use fq vs adding to the
query? For instance if I started with a search of
camera
then wanted to add another keyword say digital, is it better to do
q=camera AND digital
or
q=camera&fq=digital
I know that fq isn't taken into account when doing h