Re: SearchBean - search on index with deleted documents

2002-09-06 Thread Peter Carlson
Great, Kelvin, Do you think we can integrate this feature in Indyo? --Peter On Friday, September 6, 2002, at 08:46 PM, Terry Steichen wrote: > Peter, > > I found/fixed the problem. Basically, when you create a new sorted > field > array after a deletion, the size of the array must now equal

Re: SearchBean - search on index with deleted documents

2002-09-06 Thread Terry Steichen
Peter, I found/fixed the problem. Basically, when you create a new sorted field array after a deletion, the size of the array must now equal the total of all valid documents *plus* the total number of deleted documents (because IndexReader returns them as well, so you need to keep the array inde

SearchBean Updated

2002-09-06 Thread Peter Carlson
Hi, SearchBean is a simple class that sits on top of Lucene and provides field level sorting and an Iterator like interface for the search results and paging. It can be viewed in the sandbox contributions area. http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ searchbean/ I

Re: SearchBean - search on index with deleted documents

2002-09-06 Thread Peter Carlson
Hi Terry, I looked this over and did some testing. I don't get the array out of range error. I do throw an out of range exception when you try to access a page that is bigger than the total number of pages. Can you send me an example of how you get this error. I created a JUnit test to test

Demo provided HTML parser bug (was RE: Newbie quizzes further...)

2002-09-06 Thread Stone, Timothy
List Fellows: Lacking any knowledge of JavaCC, I solicted help in hacking the HTMLParser.jj included in the demo. I retreat from this solication, for two reasons: 1) I'm using other ideas gleaned from the list archives, 2) I'm not prepared to dive into the world of complier compliers. The mere so

Ralf Zimmermann/CIT/DE ist außer Haus.

2002-09-06 Thread Ralf . Zimmermann
Ich werde ab 06.09.2002 nicht im Büro sein. Ich kehre zurück am 15.09.2002. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: czech support

2002-09-06 Thread Leos Literak
Hi, that's great! I knew, that (i|a)spell does the job too, but I didn't have an idea of integration with Lucene. I planned to get inspired by its rules :-) When I return from vacation, I will definitively look through this archive and test it! It would save me lots of work. I just miss better d