RE: giving different boost to different terms in a same document

2006-12-20 Thread Michael Rusch
It's definitely my understanding that this is not possible. Maybe somebody can give you a hardcore way of doing it by subclassing one of the classes involved in indexing, but I'm too green for that :) One solution that may or may not work depending on how specific you want to get is that you can

multiple keyword fields vs. multiple-token field

2006-11-28 Thread Michael Rusch
I have documents that can be referred to by multiple identifiers (and I want to store the identifiers separate from the main indexed content). I'm wondering if I should put each identifier in it's own keyword field, or have one tokenized field with all of the identifiers in it. What I'm talking a

RE: Limiting QueryParser

2006-11-22 Thread Michael Rusch
Sorry if I'm missing the point here, but what about simply replacing colons with spaces first? Michael. > -Original Message- > From: Antony Bowesman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 21, 2006 10:01 PM > To: java-user@lucene.apache.org > Subject: Re: Limiting QueryParser

newbie scoring question

2006-11-15 Thread Michael Rusch
I have documents that have a variety of IDs and names by which people may commonly refer to them. There is one guaranteed unique ID and multiple other names, synonyms, etc. that are "almost unique". Furthermore, any document may have text that refers to another document by any of these various id