RE: ConstantScoreQuery and MatchAllDocsQuery

2007-02-27 Thread Jean-Francois Beaulac
PROTECTED] Envoyé : February 23, 2007 7:18 PM À : Lucene Users Objet : Re: ConstantScoreQuery and MatchAllDocsQuery : I ask this because I need to return the frequency of the search terms : with each of my results, I tried using the TermFreqVector object but : unfortunately it was not fast en

Re: ConstantScoreQuery and MatchAllDocsQuery

2007-02-23 Thread Chris Hostetter
: I ask this because I need to return the frequency of the search terms : with each of my results, I tried using the TermFreqVector object but : unfortunately it was not fast enough, so I decided to modifiy lucene to : be able to return the frequency the same way the score is returned by : org.ap