I'm indexing a sequence of documents with the IndexWriter and commiting the changes at the end of the iteration.
However, halfway the iteration I would like to "query" the uncommitted changes using an IndexSearcher. Is this possible with the current version of Lucene.Net ?