RE: My first question

2006-05-31 Thread Kinnar Kumar Sen, Noida
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

Re: My first question

2006-05-31 Thread Otis Gospodnetic
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

RE: My first question

2006-05-31 Thread Kinnar Kumar Sen, Noida
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

Re: My first question

2006-05-18 Thread Erik Hatcher
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

Re: My first question

2006-05-18 Thread Dan Wiggin
Excuse me, jejeje I searched and petition doesn't exist in english is a silly traduction of spanish word that means request. EXCUSE ME.

Re: My first question

2006-05-18 Thread Marc Dauncey
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

Re: My first question

2006-05-18 Thread Erik Hatcher
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

Re: My first question in 2006 :D

2006-01-02 Thread Bernhard Messer
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