FAQ
I currently have two types of searches on my website that are using the same
index and same instance of index searcher. One of the searches usually only
takes 50 - 100 milliseconds but the second usually takes 2 seconds. It seems
as though when someone does the second search and another user does the
first search immediately after the first search will wait for the second to
complete. Is that how Lucene works or am I just looking at my test wrong. If
so how should i solve this issue? Two indexes or two index searchers?

--
View this message in context: http://lucene.472066.n3.nabble.com/IndexSearcher-Single-Instance-Bottleneck-tp2662376p2662376.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Search Discussions

  • Erick Erickson at Mar 10, 2011 at 11:26 pm
    No, Lucene itself shouldn't be doing this, the recommendation is for multiple
    threads to share a single searcher. I'd first look upstream, are your requests
    being processed serially? I.e. is there a single thread that's
    handling requests?

    Best
    Erick
    On Thu, Mar 10, 2011 at 4:25 PM, RobM wrote:
    I currently have two types of searches on my website that are using the same
    index and same instance of index searcher. One of the searches usually only
    takes 50 - 100 milliseconds but the second usually takes 2 seconds. It seems
    as though when someone does the second search and another user does the
    first search immediately after the first search will wait for the second to
    complete. Is that how Lucene works or am I just looking at my test wrong. If
    so how should i solve this issue? Two indexes or two index searchers?

    --
    View this message in context: http://lucene.472066.n3.nabble.com/IndexSearcher-Single-Instance-Bottleneck-tp2662376p2662376.html
    Sent from the Lucene - Java Users mailing list archive at Nabble.com.

    ---------------------------------------------------------------------
    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]

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupjava-user @
categorieslucene
postedMar 10, '11 at 9:29p
activeMar 10, '11 at 11:26p
posts2
users2
websitelucene.apache.org

2 users in discussion

RobM: 1 post Erick Erickson: 1 post

People

Translate

site design / logo © 2023 Grokbase