[CLucene-dev] How to create distributed index

2014-12-16 Thread Shailesh Birari
Hello, I am new to CLucene. I am looking for an example or document to implement distributed CLucene Index. Index should get created on Multiple machines and search should be run in parallel on all machines and should return consolidated results. Currently I am going through CLucene API document

[CLucene-dev] CLucene - Search not returning expected results

2015-03-22 Thread Shailesh Birari
Hello, I am trying some different scenario. I have 2 CLucene sertups, one with one machine and the other with 3 machines. I have added same set of HTML documents (around 40K documents) on both the setup. On distributed setup (i.e. 3 node) the documents are divided between nodes (40K/3 documents

[CLucene-dev] CLucene index query fails with 5GB of data

2015-03-23 Thread Shailesh Birari
Hello, I am observing a strange behavior of CLucene with large data (though its not that large). I have 40,000 HTML documents (around 5GB of data). I added these documents in Lucene Index. When I try to search a word with this index it gives me zero results. If I take subset of these documents