Hi,
I'm using Lucene 2.9.3 on a 64 bit machine. Many a times we are observing that
the systems gets into to thrashing mode during merges.
We are experimenting with using MMapDirectory. Our index is stored on NFS/CIFS
mounted file shares.
My question, is this MMapDirectory useful in such scenarios
On Tue, Nov 4, 2014 at 11:44 AM, Shouvik Bardhan
wrote:
> Thanks for the reply (and thanks for everything else too !!) Mike.
You're welcome!
> I am unable to understand when to call commit. Should I start counting the
> number of documents I am ingesting and then say every 10 million docs do a
Thanks for the reply (and thanks for everything else too !!) Mike.
I am unable to understand when to call commit. Should I start counting the
number of documents I am ingesting and then say every 10 million docs do a
commit()? I dont want to do a commit too frequently cause that does not
sound cor
Call commit.
Mike McCandless
http://blog.mikemccandless.com
On Tue, Nov 4, 2014 at 8:28 AM, Shouvik Bardhan wrote:
> Apologies if this is trivial but I have read what I could on the net and
> could not come up with a good answer.
>
> I have stood up a lucene server (not solr) which listens on
Apologies if this is trivial but I have read what I could on the net and
could not come up with a good answer.
I have stood up a lucene server (not solr) which listens on 2 ports - one
for indexing and one for search. Also on different threads. The indexer
threads use one IndexWriter and the searc