RE: Using more than one index

2006-06-14 Thread Mile Rosu
: RE: Using more than one index : A document (in our case an xml that has many metadata) can have more : than one date, each date with 2 attributes: : 00-00-1886 : : In the date index I have for every in the input xml a document : with fields: type (document |other), date, art (birthday

RE: Using more than one index

2006-06-13 Thread Chris Hostetter
OTECTED]> : : Reply-To: java-user@lucene.apache.org : : To: java-user@lucene.apache.org : : Subject: Using more than one index : : : : Hello, : : : : We have an application dealing with historical books. The books have : : metadata consisting of event dates, and person names among others. : : The FullText

RE: Using more than one index

2006-06-13 Thread Mile Rosu
won't get the correct results. Regards, Mile Rosu -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 9:55 AM To: java-user@lucene.apache.org Subject: Re: Using more than one index A couple of suggestions... 1) don't use multip

Re: Using more than one index

2006-06-12 Thread Chris Hostetter
xes (people and dates) to build a Filter that you can use when searching the main index. : Date: Mon, 12 Jun 2006 12:22:30 +0300 : From: Mile Rosu <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: Using more than one index : : Hello, : :

Using more than one index

2006-06-12 Thread Mile Rosu
Hello, We have an application dealing with historical books. The books have metadata consisting of event dates, and person names among others. The FullText, Person and Date indexes were split until we realized that for a larger number of documents (400K) the combination of the sequential search hi