[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1972:
----------------------------------
Attachment: LUCENE-1972-bw.patch
LUCENE-1972.patch
This patch removes ExtendedFieldCache bw layer. It also removes the AUTO and CUSTOM caches.
Because of that, also lot's of SortField logic was also changed and deprecations removed (not
yet complete, HitCollector is still there). But with this patch most of the deprecated sort
logic is removed (old Collectors, old sorting collectors, legacy search,...)
I also converted the Sort() ctors/setSort methods to varargs and changed the tests. It's now
easier to use.
Will commit, when all tests were run again and nobody complains. This patch may miss to remove
some dead code, but this should be done later, when the inventors of the new Search API look
closer over it.
> Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated
sort logic
> ------------------------------------------------------------------------------------------------
>
> Key: LUCENE-1972
> URL: https://issues.apache.org/jira/browse/LUCENE-1972
> Project: Lucene - Java
> Issue Type: Task
> Components: Search
> Reporter: Uwe Schindler
> Assignee: Uwe Schindler
> Fix For: 3.0
>
> Attachments: LUCENE-1972-bw.patch, LUCENE-1972.patch
>
>
> Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and sort
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|