Samir Satam wrote:

Thanks for ur reply.

Maybe i asked the wrong question.

Lets Say

Just,

Number of documents indexed. (No. of Document objects in the index)
AND
The index size one has had yet. Regardless of the no of document objects. (To 
determine one the max index size one is working with.)

We use Lucene (v1.2) extensively internally.
Largest single database looks like 11,552 docs with the db size (the sum of the
sizes of the files that make up the index) is 842MB.


All indexes are also merged into one "mega" index which contains 249,184 docs
and is 1.2GB - I think think this is done because the JSP search pages were
not coded to use MultiSearcher.


Overall there are 24 indexes with 536,415 docs indexed into a total of 2GB of index space - though this count includes the mega index so you could 1/2 the numbers which I guess agree with the previous paragraph...





thanks samir


-----Original Message----- From: Terry Steichen [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:47 PM To: Lucene Users List Subject: Re: MAX Index Size POLL


Samir,


The size of the index depends on (a) the size of the documents, (b) the
number of fields per document, (c) the fields that are kept in the index.
The time taken to index depends on the same plus the characteristics of the
processor and storage i/o.  With so many variables, I don't think the simple
listing you're requesting will be of much use.

Regards,

Terry

----- Original Message -----
From: "Samir Satam" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Thursday, February 27, 2003 12:22 PM
Subject: MAX Index Size POLL


Hello friends, If it is not much of a trouble, I would like to ask as many of you as possible, to post some statistics. This would preferably include

1. Size of the index.
2. No of documents indexed.
3. Time taken to index new documents.
4. Time taken for a typical query.


thank you, Samir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to