Scoring isn't that simple, but don't ask me details .. This link might
be useful:
http://lucene.apache.org/java/docs/scoring.html
Erick
On Dec 6, 2007 2:15 PM, Phillip Farber <[EMAIL PROTECTED]> wrote:
> Hello Hoss,
>
> I appreciate your detailed response. I think I like your second
> alternat
Hello Hoss,
I appreciate your detailed response. I think I like your second
alternative because I'd like to score whole books rather than pages in
books. It seems to me that the more words one has to work with in a
"document" the better the scoring would be for the entire book.
Here's a qu
: that must appear together on a page. I have a multiValued TextField called
: "page" in a document with uniqueId called "id" that represents a OCR'd book.
: My default operator is AND. My default field is "page". My query is:
:
: q=adhesion+ring&fl=id,score&fq=id:(1+44)&version=2.2
:
: But thi