Hi Guys,
I'm using lucene 4.2.1 and I would like to know if there is a way to
iterate on lucene search result (IndexReader) without specify the TopDocs
number. I want all documents matching the query.
notes:
thanks
Rider
> Kind regards,
> Hendrik
>
> -Ursprüngliche Nachricht-
> Von: Rider Carrion Cleger [mailto:rider.carr...@gmail.com]
> Gesendet: Dienstag, 14. Mai 2013 10:36
> An: java-user-i...@lucene.apache.org; java-user-...@lucene.apache.org;
> java-user@lucene.apache.org
> Betreff: l
,
>
> On Tue, May 14, 2013 at 10:35 AM, Rider Carrion Cleger
> wrote:
> > - Can I store the lucene index in a mongodb database ?
>
> I don't know whether it's possible, but even if it was, I would not
> recommend it. Lucene works best on local filesystems, and ev
Hi team,
I'm working with apache lucene 4.2.1 and I would like to store lucene index
in a NoSql database.
So my questions are,
- Can I store the lucene index in a mongodb database ?
thanks you team!