Re: how to reterieve all results from lucene searcher.search() method

2013-06-19 Thread Swapnil Patil
you can get all results for given query "q". By giving documents to fetch a very big number like Integer.MAX_VALUE. But if u want to loop over all documents. Use index reader and get document by its doc id from 0 to numDocs (Index reader has method for num docs). On Wed, Jun 19, 2013 at 3:11

Re: How to implement Lucene

2013-02-06 Thread Swapnil Patil
Hi, Try to use solr with DIH (Data import handler). It can import data from database to lucene index directly. http://wiki.apache.org/solr/DataImportHandler On Wed, Feb 6, 2013 at 2:03 PM, Bas Gijzen wrote: > Hey, > > The Lucene documentation is very good: > http://lucene.apache.org/core/4_1_0/

Re: Japanese analyzer

2013-01-18 Thread Swapnil Patil
Hi, I just translated these words, using google translate look like Japanese I [ Can you check if these words are in your stopword file. if these words exits in your stop word file than you will not get them in token stream. -Swapnil On Fri, Jan 18, 2013 at 6:58 PM, Jerome Lanneluc wrote: >