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
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
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
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