Try looking at how the indexers work. They *do* iterate through all the documents in the crawl (or rather one segment at a time). However they do it in a Hadoop way...
2009/8/11 Paul Tomblin <[email protected]>: > I want to iterate through all the documents that are in the crawl, > programattically. The only code I can find does searches. I don't > want to search for a term, I want everything. Is there a way to do > this?
