Repeatable field names

2006-08-13 Thread Bas Peters
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

Re: 30 milllion+ docs on a single server

2006-08-13 Thread Jeff Rodenburg
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

Re: Repeatable field names

2006-08-13 Thread Chris Hostetter
: 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

RE: NPE when sorting on a field that is missing from a doc

2006-08-13 Thread Oliver Hutchison
> 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

RE: Poor performance "race condition" in FieldSortedHitQueue

2006-08-13 Thread Oliver Hutchison
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