See below (and your other mail)
On Tue, Oct 7, 2008 at 1:59 PM, John G <[EMAIL PROTECTED]> wrote:
>
> Thanks Erick,
>
> Yes PerFieldAnalyzerWrapper is my friend :>).
>
> Another related question, I'm putting these values into a document in
> fields
> with the same name. 'codesearch' e.g.
>
> "cod
Thanks Erick,
Yes PerFieldAnalyzerWrapper is my friend :>).
Another related question, I'm putting these values into a document in fields
with the same name. 'codesearch' e.g.
"codesearch", "B05 1"
"codesearch", "Q070301 4" etc.
I read where only the last field entered is actually indexed but I
This is going to get really sticky given StandardAnalyzer. Let's say that
you have
codesearch:B05 1
codesearch:B05 2
codesearch:B05 3
When you index these, you'll index tokens B05, 1, 2, 3, along with
positional information. How to say "between 1 and 3" becomes a problem,
although it *might* work