Retrieve all documents from Index, How to?

2002-03-27 Thread Tihon One
Hi all, I indexed all records in DataBase. One of the field in my index stores primary key from DataBase (each key is in different document). Is there a way that I can retrieve all documents from index ? I need to validate if all records is indexed. I try search for * but it return empty

Re: Lucene with Number+Text

2002-03-25 Thread Tihon One
Yep, I used StandardAnalyzer for Index/Search on the latest release (1.2 rc4). TihonOne From: Ian Lea [EMAIL PROTECTED] To: Tihon One [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Lucene with Number+Text Date: Mon, 25 Mar 2002 15:03:39 + (GMT) I've problem searching for number

Lucene with Number+Text

2002-03-23 Thread Tihon One
Hi all; I've problem searching for number in Lucene. I'm using StandardAnalyzer for Index/Search. In my document, I have a field contains text this is a test for lucene with number 1727a and 1992 and 3562 - I was able to search for a 1992 or 3562. - However, search return empty when I try to

TimeOut Exception when Indexing with EJB (Please Help)

2002-03-05 Thread Tihon One
Hi all; I've tried to index a 100K text file on a empty Index folder (0 MB of indexed file) and it took 0.77 second. However, when my index folder get larger (~20MB of Indexed files) the same 100K text file would take up to 30 seconds. I’m using EJB to do the index processing and my