[
https://issues.apache.org/jira/browse/SOLR-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-258:
--------------------------
Attachment: date_facets.patch
revised patch with added functionality...
1) facet.date.other now supported
2) the value of "gap" always explicitly returned for each field so all of the
dates used as keys can be made into filter queries because...
3) DateField enhanced to support DateMath parsing of arbitrary dates (ie:
1995-12-31T23:59:59.999Z+5MINUTES)
still haven't answered any of hte open questions before, nor have i cleaned up
the usage of things like ft.toExternal(ft.toInternal(...)) in SimpleFacets
(it still bugs me, but i'd rather not refactor until i have some test cases)
> Date based Facets
> -----------------
>
> Key: SOLR-258
> URL: https://issues.apache.org/jira/browse/SOLR-258
> Project: Solr
> Issue Type: New Feature
> Reporter: Hoss Man
> Attachments: date_facets.patch, date_facets.patch, date_facets.patch
>
>
> 1) Allow clients to express concepts like...
> * "give me facet counts per day for every day this month."
> * "give me facet counts per hour for every hour of today."
> * "give me facet counts per hour for every hour of a specific day."
> * "give me facet counts per hour for every hour of a specific day and
> give me facet counts for the
> number of matches before that day, or after that day."
> 2) Return all data in a way that makes it easy to use to build filter queries
> on those date ranges.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.