THERE FIRST
-Original Message-
From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 10:09 PM
To: java-user@lucene.apache.org
Subject: Re: My first question
It depends on:
- query complexity/type
- size of the index
- hardware (CPU, disk, RAM)
- acceptable latency
It depends on:
- query complexity/type
- size of the index
- hardware (CPU, disk, RAM)
- acceptable latency
...
Otis
- Original Message
From: "Kinnar Kumar Sen, Noida" <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Wednesday, May 31, 2006 8:22:48 AM
Subje
Hi All
Can any one tell me how many simultaneous queries can a Lucene Index
Support
Regards and Thanks
Kinnar
DISCLAIMER:
---
The contents of this e-mail and any attachment(s) a
So if I got this right, you're asking if you should use a new
MultiSearcher instance for every request. Absolutely not. The
techniques for managing when to construct new instances and bring
them online and how to warm them up is an interesting topic that I
believe Solr has a very nice ans
Excuse me,
jejeje I searched and petition doesn't exist in english is a silly
traduction of spanish word that means request.
EXCUSE ME.
Thursday, 18 May, 2006 11:53:40 AM
Subject: Re: My first question
On May 18, 2006, at 6:48 AM, Dan Wiggin wrote:
> Hi luceners I'm looking "Lucene in Action" and proving the examples.
> I have some questions:
>
> If I have to index and I'm using MultiSearcher to
On May 18, 2006, at 6:48 AM, Dan Wiggin wrote:
Hi luceners I'm looking "Lucene in Action" and proving the examples.
I have some questions:
If I have to index and I'm using MultiSearcher to search in my
index, what I
have to do for every search?
I don't understand the question. Using a Mu
Daniel,
you can simply ignore this message. It only says that you have term
vectors enabled and add one ore more "empty" documents without a body.
If you don't need term vectors for any special operations on index
terms, switch this feature off.
Bernhard
Daniel Cortes wrote:
Hello everybo