[
https://issues.apache.org/jira/browse/LUCENE-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6648:
---------------------------------
Attachment: LUCENE-6648.patch
Here is a patch. It removes oal.search.Filter usage from lucene/facet and as a
side-effect from lucene/demo as well since Filter was only used for facets
there.
This patch is a simple 1:1 migration but we might be able to do better in the
future. For instance there are some parts of the code that look like a query
being explicitely split into a fast approximation and a slow confirmation
({{Range.getQuery(fastMatchQuery, ValueSource)}}) that we might be able to
handle more nicely now API-wise?
> Remove dependency of lucene/facet on oal.search.Filter
> ------------------------------------------------------
>
> Key: LUCENE-6648
> URL: https://issues.apache.org/jira/browse/LUCENE-6648
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Fix For: 5.3
>
> Attachments: LUCENE-6648.patch
>
>
> Given that Filter is going away, we should stop using it in the facet module.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]