« Return to Thread: Searching Lucene Index built using Hadoop

Searching Lucene Index built using Hadoop

by Saranath :: Rate this Message:

Reply to Author | View in Thread

I'm trying to index a large dataset using Hadoop+Lucene. I used the example under hadoop/trunk/src/conrib/index/ for indexing. I'm unable to find a way to search the index that was successfully built.

I tried copying over the index to one machine and merging them using IndexWriter.addIndexesNoOptimize().

I would like hear your input on the best way to index+search large datasets.

Thanks,
Saranath

 « Return to Thread: Searching Lucene Index built using Hadoop