Re: custom scorer

2009-08-20 Thread Simon Willnauer
Chris Salem > > > - Original Message - > To: java-user@lucene.apache.org > From: Grant Ingersoll > Sent: 8/19/2009 7:17:45 PM > Subject: Re: custom scorer > > > Are you setting the Similarity before indexing, too, on the IndexWriter? > > On Aug 19, 2009, at 4:20 PM, Chris

Re: custom scorer

2009-08-20 Thread Chris Salem
No, I take it I have to use it for both? Is there anything else I should have to do? Sincerely, Chris Salem - Original Message - To: java-user@lucene.apache.org From: Grant Ingersoll Sent: 8/19/2009 7:17:45 PM Subject: Re: custom scorer Are you setting the Similarity before

Re: custom scorer

2009-08-19 Thread Grant Ingersoll
Are you setting the Similarity before indexing, too, on the IndexWriter? On Aug 19, 2009, at 4:20 PM, Chris Salem wrote: Hello, I'm trying to write a custom scorer that only uses the term frequency function from the DefaultSimilarity class, the problem is that documents with lower frequenci