Hi, There are many files that are maintained in the svn but are not included in the Lucene.Net csproj. Probably these files are leftovers from previous releases since the project compiles and runs without a problem. If not, they should be included in the project.
I think we should include a patch that removes all these files. Here's the list of the files I found that are not used: Index\DirectoryIndexReader.cs Index\MultiSegmentReader.cs Index\ReadOnlyMultiSegmentReader.cs Index\StoredFieldsWriterPerField.cs Index\StoredFieldWriterPerThread.cs Search\ExtendedFieldCacheImpl.cs Search\NonMatchingScorer.cs Search\RemoteCachingWrapperFilter.cs Search\RemoteSearchable.cs Search\Spans\NearSpans.cs Search\Spans\PayloadSpans.cs Thanks, Eran.