Re: WildcardTermEnum skipping terms containing numbers?!

2004-11-20 Thread Sanyi
why reindex? Well, since I had different experiences with different analyzers I've tried, I thougt that this problem must origin from either the indexing or a lucene bug. As stated at the end of my mail, I'd expect that to skip the first term in the enum. Yes, this must be a problem for me,

Re: WildcardTermEnum skipping terms containing numbers?!

2004-11-19 Thread Morus Walter
Sanyi writes: If there's a bug, it should be tracked down, not worked around... Sure, but I'm working with 20million records and it takes about 25 hours to re-index, so I'm looking for ways that doesn't require reindexing. why reindex? My code was: WildcardTermEnum wcenum =

Re: WildcardTermEnum skipping terms containing numbers?!

2004-11-18 Thread Morus Walter
Sanyi writes: Enumerating the terms using WildcardTermEnum and an IndexReader seems to be too buggy to use. If there's a bug, it should be tracked down, not worked around... But it looks ok to me: import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.index.*;

Re: WildcardTermEnum skipping terms containing numbers?!

2004-11-17 Thread Yonik Seeley
test __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: WildcardTermEnum skipping terms containing numbers?!

2004-11-17 Thread Sanyi
Enumerating the terms using WildcardTermEnum and an IndexReader seems to be too buggy to use. I'm now reimplementing my code using WildcardTermEnum.wildcardEquals which seems to be better so far. --- Sanyi [EMAIL PROTECTED] wrote: Hi! I have following problem with 1.4.2: I'm searching for