Hi all,
I am using the DisMaxRequestHandler. Is there any way to use the fq param to
compare two fields? For example, each of the documents in the index have two
fields which are slightly related to each other within the context of the
document; say these fields are: blah1 and blah2. When I do a search, I want
the fq param in solrconfig.xml to look like this:

<str name="fq">
  blah1:blah2
</str>


Of course the above code won't work right now, but is there any way to
specify that blah2 is actually a field and not a value?


Thanks,
George

Reply via email to