You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Wilkerson, Cory" <cw...@cars.com> on 2005/08/31 20:00:32 UTC

Searching Nutch Index with IndexReader

Guys/Gals

I'm attempting to search a Nutch index with Lucene's IndexReader...am I
going to have any luck going this route?  It doesn't appear as if I can
pull this off.  

For instance - if I know I have an index stored at:

D:\devtools\nutch-0.6\bin\bar
 
Can I point an IndexReader at this thing in the following fashion:

IndexReader reader = IndexReader.open("D:\\devtools..."); 

Or do I need to point it at some subdirectory in the Nutch index (db,
index, segments)??

Thanks for any help!
Cory Wilkerson