Re: [jira] Question about hits scores

2007-03-05 Thread jreeman
u need to subclass > DefaultSimilarity, override the idf method, and then pass an instance of > your subclass to searcher.setSimilarity. > > > > > : Date: Fri, 2 Mar 2007 04:23:49 -0800 (PST) > : From: jreeman <[EMAIL PROTECTED]> > : Reply-To: java-dev@lucene.apache.

Re: [jira] Question about hits scores

2007-03-02 Thread jreeman
it does not modify the hit score. Do you have any suggestions ? jreeman wrote: > > Ok the score depends on the frequence of the hit for each metadata value. > > My question is now how to make the score independant from the frequency of > a result ? > > > >

Re: [jira] Question about hits scores

2007-03-02 Thread jreeman
Ok the score depends on the frequence of the hit for each metadata value. My question is now how to make the score independant from the frequency of a result ? jreeman wrote: > > Hello, > > here is the query I am sending to lucene : > > +(docu

Question about hits scores

2007-03-02 Thread jreeman
Hello, here is the query I am sending to lucene : +(document_type:type0one +document_type:type0twenty0one) +state:live0 document_type and state are meta-datas. 0 is used as a separator in "type0one " and "type0twenty0one". I was thinking that the hits scores would be all set to 100% but it is