I used Nutch to crawl an intranet site and am now trying to search using Lucene.net. When I attempt to open the index using the IndexReader I get an exception trying to access "segments".
I started looking a simple index that I created "segments" is a file but the index that was created by Nutch it is a directory. That's a pretty significant mismatch there. Is it possible to directly read an index created by Nutch using Lucene.NET? If so, how? Many thanks! rjsjr
