Unsubscribe failure

2012-01-11 Thread Bennett, Tony
I tried to unsubscribe from this list, without success. I sent an email to 'java-user-unsubscr...@lucene.apache.org', I received the "please confirm" response, requesting that I send an email to: java-user-uc.1326295748.hcdpoljefehgobokinbd-Bennett.Tony=con-way@lucene.apache.org I did so, a

What kind of System Resources are required to index 625 million row table...???

2011-08-15 Thread Bennett, Tony
We are examining the possibility of using Lucene to provide Text Search capabilities for a 625 million row DB2 table. The table has 6 fields, all which must be stored in the Lucene Index. The largest column is 229 characters, the others are 8, 12, 30, and 1 ...with an additional column that

RE: What kind of System Resources are required to index 625 million row table...???

2011-08-15 Thread Bennett, Tony
nt Ingersoll [mailto:gsing...@apache.org] Sent: Monday, August 15, 2011 2:33 PM To: java-user@lucene.apache.org Subject: Re: What kind of System Resources are required to index 625 million row table...??? On Aug 15, 2011, at 2:39 PM, Bennett, Tony wrote: > We are examining the possibility of

RE: What kind of System Resources are required to index 625 million row table...???

2011-08-16 Thread Bennett, Tony
requirements of timestamps that you sort on that we can discuss Luke can answer these questions if you point it at your index, but it may take a while to examine your index, so be patient. Best Erick On Mon, Aug 15, 2011 at 5:55 PM, Bennett, Tony wrote: > Thanks for the quick response.

RE: What kind of System Resources are required to index 625 million row table...???

2011-08-16 Thread Bennett, Tony
row table...??? Check "norms" are disabled on your fields because they'll cost you1byte x NumberOfDocs x numberOfFieldsWithNormsEnabled. On 16 Aug 2011, at 15:11, Bennett, Tony wrote: > Thank you for your response. > > You are correct, we are sorting on time