Searching Lucene Index built using Hadoop

View: New views
1 Messages — Rating Filter:   Alert me  

Searching Lucene Index built using Hadoop

by Saranath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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