As a general rule, if you are looking at the score explanations from
debugQuery, and you don't understand why you get the scores thta you do,
then you should actaully send the score explanations along with your email
when you ask why it doesn't match what you expect.
In the absense of any othe
Hi,
i have a problem with omitTermFreqAndPosition and omitNorms.
In my schema i have some fields with these property set True.
for example the field "category"
then i make a query like:
select?q=category:("x" OR "y" or "Z")
it returns all docs that have as category x or y or z.
i make a debugQue