Re: Biggest index

2008-03-16 Thread Antony Bowesman
[EMAIL PROTECTED] wrote: Yes of course, the answers to your questions are important too. But no anwser at all until now :( One example: 1.5 million documents Approx 15 fields per document DB is 10-15GB (can't find correct figure) All on one machine. No stats on search usage though. We're abo

Re: Biggest index

2008-03-14 Thread John Wang
er 1 million docs. > > About 50 million docs now. > > Max. 10 million docs per year increase. > > > > So I will have 75 GB index soon. > > > > Can searching this index be handled by a single machine? > > > > Thank you. > > > >> -----Ori

Re: Biggest index

2008-03-14 Thread Grant Ingersoll
Dienstag, 11. März 2008 20:07 To: java-user@lucene.apache.org Subject: Re: Biggest index Questions like these are always hard to answer well. Actually, no, they are easy, right Erik: "It depends" ;) Just kidding...partially. Anyhow, you should ask a few more questions then: - what is t

RE: Biggest index

2008-03-14 Thread spring
tag, 11. März 2008 20:07 > To: java-user@lucene.apache.org > Subject: Re: Biggest index > > Questions like these are always hard to answer well. > Actually, no, they are easy, right Erik: "It depends" ;) > > Just kidding...partially. Anyhow, you should ask a few

Re: Biggest index

2008-03-11 Thread Otis Gospodnetic
OTECTED]> To: java-user@lucene.apache.org Sent: Monday, March 10, 2008 5:06:04 PM Subject: Biggest index Hi, I have some question about the index size on a single machine: What is your biggest index you use in production? Do you use MultiReader/Searcher? What hardware do you need to serve it? What kind of

Biggest index

2008-03-10 Thread spring
Hi, I have some question about the index size on a single machine: What is your biggest index you use in production? Do you use MultiReader/Searcher? What hardware do you need to serve it? What kind of application is it? Thank you