scores of documents you want to move relative to each other and then look at
the score contributions for each term, tf, df, and tf*idf.
-- Jack Krupansky
-Original Message-
From: Mysurf Mail
Sent: Tuesday, August 06, 2013 4:57 AM
To: solr-user@lucene.apache.org
Subject: How to plan field b
I query using
qf=Name+Tag
Now I want that documents that have the phrase in tag will arrive first so
I use
qf=Name+Tag^2
and they do appear first.
What should be the rule of thumb regarding the number that comes after the
field?
How do I know what number to set it?