More Data Integrity Issue: Docs out of Order

2005-06-13 Thread Arvind Srinivasan
More Data Integrity Issue: Docs out of Order Hi, Seeing similar issue to the one reported in: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23650 On examining the segments, following inconsistencies were found (a) The merging segments had doc number that is greater than maxDoc.Don't know how it

Re: How to index Chinese text?

2005-06-13 Thread Erik Hatcher
On Jun 13, 2005, at 12:01 PM, Zsolt Koppany wrote: Our application works with lucene-1.4.3 stable even for German text but we have problems with Chinese text. Which analyzer should we use to index Chinese text? This question is best posted to java-user, not java-dev, but I'll reply here f

How to index Chinese text?

2005-06-13 Thread Zsolt Koppany
Our application works with lucene-1.4.3 stable even for German text but we have problems with Chinese text. Which analyzer should we use to index Chinese text? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: How to navigate through indexed terms

2005-06-13 Thread Antoine Brun
Hi, thanks for the hint. I guess that the best solution would be to implement a previous() method. I was wondering if anyone has ever planned on doing this? Antoine Brun Of course, you could also add a previous() method into the source and submit the patch, as the code would be very similar t