Re: scenario with FQ parameter

2010-01-29 Thread Chris Hostetter
:&qf=field1^10 field2^20 field^100&fq=*:9+OR+(field1:"xyz") ... : I know I can use copy field (say 'text') to copy all the fields and then ... : but doing so , the boost weights specified in the 'qf' field have no effect : on the score. An FQ never has any impact on th

scenario with FQ parameter

2010-01-27 Thread Ravi Gidwani
HI all: I am trying to figure out a way to do the following: &qf=field1^10 field2^20 field^100&fq=*:9+OR+(field1:"xyz") *Expected Results: The above should return me documents where 9 appears in any of the fields (field1,field2 or field3) OR field1 matches "xyz". * I know I c