You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2015/07/01 09:22:04 UTC

[jira] [Updated] (LUCENE-6648) Remove dependency of lucene/facet on oal.search.Filter

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org