Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-06 Thread 叶双明
t; why is that important? We have several other servers -- whose only > > difference is a smaller data set -- with dozens of concurrent users, and > the > > index on those servers gets modified and read concurrently all the time, > but > > none of these other servers have e

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-05 Thread Erick Erickson
a smaller data set -- with dozens of concurrent users, and the > index on those servers gets modified and read concurrently all the time, but > none of these other servers have ever exhibited this bug. > > > > - Original Message > From: Leonid M. <[EMAIL PROTECTED]&

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-04 Thread Leonid M.
dified and read concurrently all the time, but > none of these other servers have ever exhibited this bug. > > > > - Original Message > From: Leonid M. <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, September 4, 2008 5:35:47 PM > Subje

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-04 Thread Justin Grunau
m: Leonid M. <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, September 4, 2008 5:35:47 PM Subject: Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds * And what's about visibility filter? * Are you sure no o

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-04 Thread Leonid M.
* And what's about visibility filter? * Are you sure no one else accesses IndexReader and modifies index? See reader.maxDocs() to be confident. On Fri, Sep 5, 2008 at 12:19 AM, Justin Grunau <[EMAIL PROTECTED]> wrote: > We have some code that uses lucene which has been working perfectly well > fo

Re: Problem with lucene.

2007-01-30 Thread Erick Erickson
Yes, surely the analyzer used at indexing time governs what's in the index and thus what can be searched. I'd surmise that your index doesn't contain any tokens with < or > if StandardAnalyzer was used, so no matter what analyzer you use at query time, you won't be able to find tokens that aren't

Re: Problem with lucene.

2007-01-30 Thread poeta simbolista
Thanks for your reply. I am working with an index which is created separately. It is created with a StandardTokenizer. I have read there should be used the same tokenizer which the index was created with. Anyway, I have tried other tokenizers while consulting, such as the WhitespaceTokenizer, but

Re: Problem with lucene.

2007-01-29 Thread Erick Erickson
Sure, your problem is probably that the query goes through an analyzer and its associated tokenizer. Probably something like StandardAnalyzer which "massages" the input and strips out most non-alphabetic characters, except some. It tries to be smart about URLs, e-mail addresses, etc. If you'r

Re: Problem with lucene 1.9.1

2006-05-04 Thread Daniel Naber
On Mittwoch 03 Mai 2006 21:59, Rodrigo Marcuschi wrote: > I am having problems using lucene 1.9.1. I was using 1.4.3 successfully, Mhh, IndexModifier isn't part of Lucene 1.4, did you add it manually? > documents I add, all I get is '1 docs in index'. If I DON'T close the > modifier, It must be

Re: Problem with Lucene web

2005-03-03 Thread Erik Hatcher
I have corrected the incorrect hyperlink issues. Sorry 'bout that. Erik On Mar 3, 2005, at 2:22 PM, Antonio Chillarón Barahona wrote: Hello, I am sorry if this is not the proper forum for this question. Recently, I have tried to download Snowball from Lucene's Sandbox but the link on "Mor