Hi Cristopher, You might want to look at writing a custom analyzer or something and add a document boost (while indexing) for documents containing those terms.
-- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw............ On Thu, Aug 6, 2009 at 2:41 AM, Christopher Condit <con...@sdsc.edu> wrote: > Perhaps a better question: let's say I have a few thousand terms or > phrases. I want to prefer documents with these phrases in my search results > over documents that do not have these terms or phrases. What's the best way > to accomplish this? > Thanks, > -Chris > > > -----Original Message----- > > From: Christopher Condit [mailto:con...@sdsc.edu] > > Sent: Tuesday, July 21, 2009 2:48 PM > > To: java-user@lucene.apache.org > > Subject: Analysis Question > > > > I'm trying to implement an analyzer that will compute a score based on > > vocabulary terms in the indexed content (ie a document field with more > > terms in the vocabulary will score higher). Although I can see the > > tokens I can't seem to access the document from the analyzer to set a > > new field on it after I compute the value. Is there a way to do this > > from an Analyzer? Or is there another preferred way to do this? > > Thanks, > > -Chris > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >