[
https://issues.apache.org/jira/browse/SOLR-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-1240:
---------------------------
Attachment: SOLR-1240.patch
Updated Patch...
* changed numeric faceting to use "facet.number.include" param with the same
semantics as "facet.date.include". To make this cleaner i renamed
FacetParams.FacetDateInclude to the more generic FacetParams.FacetRangeInclude
(it has never been included in a release)
* likewise renamed FacetParams.FacetNumberOther to FacetParams.FacetRangeOther
and deprecated FacetParams.FacetDateOther, changing the usages in SimpleFacets
to the new more generic enumeration.
* fixed numeric faceting so that it supports facet.mincount (didn't notice it
was missing that before)
* fixed the bug that was causeing TestDistributed to fail (FacetComponent
needed to add an empty "facet_number" block for consistency ... at least until
we add support for distributed numeric faceting)
> Numerical Range faceting
> ------------------------
>
> Key: SOLR-1240
> URL: https://issues.apache.org/jira/browse/SOLR-1240
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Gijs Kunze
> Priority: Minor
> Attachments: SOLR-1240.patch, SOLR-1240.patch, SOLR-1240.patch,
> SOLR-1240.patch
>
>
> For faceting numerical ranges using many facet.query query arguments leads to
> unmanageably large queries as the fields you facet over increase. Adding the
> same faceting parameter for numbers which already exists for dates should fix
> this.
--
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: [email protected]
For additional commands, e-mail: [email protected]