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
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/
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:
>