Issue Type: New Feature New Feature
Assignee: Unassigned
Components: engine
Created: 29/May/13 5:42 AM
Description:

Today Facet.getValue is the actual field value as string or for range query something mathematical like [0, 200).

This is impractical to expose this in the UI as is (esp the range facet). We could have a facet value interpolator to help.

interface FacetValueInterpolator {

    String interpolateRangeFacetValue(Number min, Number max, boolean includeLowBoundary, boolean includeHighBoundary);
    String interpolateDiscreteFacetValue(String rawValue);
}
Project: Hibernate Search
Priority: Major Major
Reporter: Emmanuel Bernard
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira