searches. Both of
> the
> > codesearch values are related to one another and must be searchable such
> > as
> >
> >
> >
> > Return all persons with a codesearch value of B05 ranging from 1 to 3.
> >
> >
> >
> > How can I g
t; as
>
>
>
> Return all persons with a codesearch value of B05 ranging from 1 to 3.
>
>
>
> How can I go about this? Do these codesearch fields need to be in a
> separate
> index related by SSN?
>
>
>
> Thanks in advance.
>
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
My previous question may be moot but as is it is still a problem. Here's a
little more info on my problem. The same named fields contain two pieces of
information, a code "B05" and a value "1" as follows. The value can be a
range such as 1 to 5 or 1 to 100.
"codesearch", "B05 1"
This field
Guys,
I have documents with multiple stored, tokenized fields of the same name but
different values in them such as:
"codesearch", "B01"
"codesearch", "B0105"
"codesearch", "Q01"
Etc;
I receive a new code to add to the document so I create a copy of the
document, call deleteFields