Hi,
I have a question regarding repeatable field names.
I have a database with, among other fields, a field title and a field
subtitle. I want to add them to a Lucene index with a field 'title' to
enable the user to find books by title words that are in the title or
subtitle. Can I simple add
On 8/12/06, Mark Miller <[EMAIL PROTECTED]> wrote:
The single server is important because I think it will take a lot of
work to scale it to multiple servers. The index must allow for close to
real-time updates and additions. It must also remain searchable at all
times (other than than during the
: subtitle. Can I simple add both fields with a field name title (this
: seems to work fine), or is it a better approach (for example more
: efficient) to concatenate both title and subtitle first and add them as
: a single field to the index?
there's no reason to concatenate them unless you want
> i havne't seen it mentioned before ... i'm guessing it is
> specific to the "explicit Locale" String comparator.
I've created an issue (LUCENE-650) with patch to fix this.
Thanks,
Oliver
-
To unsubscribe, e-mail: [EMAIL PR
I've created an issue (LUCENE-651) and attached a patch. Hopefully this will
help you guys with whatever approach you end up using to solve this.
Thanks,
Oliver
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command