[ 
https://issues.apache.org/jira/browse/LUCENENET-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784241#action_12784241
 ] 

George Aroush commented on LUCENENET-314:
-----------------------------------------

There are more files depreciated than the list above.  Here is the complete 
list that I have.

Under Lucene.Net:
        \src\Lucene.Net\Index\DirectoryIndexReader.cs
        \src\Lucene.Net\Index\MultiSegmentReader.cs
        \src\Lucene.Net\Index\ReadOnlyMultiSegmentReader.cs
        \src\Lucene.Net\Index\StoredFieldsWriterPerField.cs
        \src\Lucene.Net\Index\StoredFieldWriterPerThread.cs
        \src\Lucene.Net\Search\Spans\NearSpans.cs
        \src\Lucene.Net\Search\Spans\PayloadSpans.cs
        \src\Lucene.Net\Search\ExtendedFieldCacheImpl.cs
        \src\Lucene.Net\Search\NonMatchingScorer.cs
        \src\Lucene.Net\Search\RemoteCachingWrapperFilter.cs
        \src\Lucene.Net\Search\RemoteSearchable.cs

Under Test:
        \src\Test\AnalysisTest.cs
        \src\Test\IndexTest.cs
        \src\Test\SearchTest.cs
        \src\Test\SearchTestForDuplicates.cs
        \src\Test\StoreTest.cs
        \src\Test\TestSupportClass.cs
        \src\Test\ThreadSafetyTest.cs
        \src\Test\Util\StringHelperTest.cs
        \src\Test\Store\TestMMapDirectory.cs
        \src\Test\Search\TestRemoteSearchable.cs
        \src\Test\Search\TestRemoteCachingWrapperFilter.cs
        \src\Test\Search\TestRangeQuery.cs
        \src\Test\Search\TestRangeFilter.cs
        \src\Test\Search\TestExtendedFieldCache.cs
        \src\Test\Search\TestConstantScoreRangeQuery.cs
        \src\Test\Search\RemoteCachingWrapperFilterHelper.cs
        \src\Test\Index\TestTermVectorsWriter.cs
        \src\Test\Index\TestMultiSegmentReader.cs
        \src\Test\Index\TestInputStream.cs
        \src\Test\Index\TestIndexWriter.cs
        \src\Test\Index\TestCloseableThreadLocal.cs
        \src\Test\Index\TermInfosTest.cs
        \src\Test\Index\MockInputStream.cs
        \src\Test\Index\DocTest.cs
        \src\Test\Index\Store\TestRAMDirectory.cs
        \src\Test\Index\Store\          <-- this is a folder
        \src\Test\Analysis\TeeSinkTokenTest.cs

Removing them was on my to-do list but I forgot about them.


> Excluded files from project
> ---------------------------
>
>                 Key: LUCENENET-314
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-314
>             Project: Lucene.Net
>          Issue Type: Improvement
>            Reporter: Digy
>            Priority: Minor
>         Attachments: LUCENENET-314.patch
>
>
> Creating this issue on behalf of  Eran Sevi
> DIGY
> {quote}
> 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.
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to