[
https://issues.apache.org/jira/browse/LUCENENET-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eran Sevi updated LUCENENET-314:
--------------------------------
Attachment: LUCENENET-314.patch
There files are no longer even included in the project - They were removed
completly from the java version, and probably left in the .net project by
mistake.
Usually in many other cases, methods do get marked as deprecated/obsolete, but
I guess in these cases it was decided not to do so - thus breaking backward
compatibility on purpose.
I saw that in some cases (like spans), there's no point in keeping the removed
files since in order to use them you'll need to modify a lot of other files as
well.
Anyway, I attached the patch that remove these files, in case we'll go for
removing them.
Eran.
> 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.