: Can you provide some information on your setup?  How are you indexing
: and searching?  Do you have a lot of terms in your query, etc?  Have you
: done any profiling of your setup to determine where the bottlenecks
: are?   Are you sure they are in Lucene?

what methods are you using for doing the search? (Hits, HitCollector,
TopDocs)  are you sorting?   are you opening a new IndexSearcher for each
searcher?  what exactly are you timing (a single "search" method call, an
iteration over every matching doc id? an iteration over every matching doc
to get a stored field?)

:
: -Grant
:
: heritrix.lucene wrote:
: > Hi,
: > I have created an index of 47 Million documents.
: > I have 1.28GB RAM.
: > When i am doing a search over this index it is taking on average 25
: > sec. Is
: > there a way so that i can get results in part of a second...
: > I hope there must be some ways..
: >
: > Thanks and regards..
: >
:
: --
:
: Grant Ingersoll
: Sr. Software Engineer
: Center for Natural Language Processing
: Syracuse University
: School of Information Studies
: 335 Hinds Hall
: Syracuse, NY 13244
:
: http://www.cnlp.org
: Voice:  315-443-5484
: Fax: 315-443-6886
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: [EMAIL PROTECTED]
: For additional commands, e-mail: [EMAIL PROTECTED]
:



-Hoss


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

Reply via email to