Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SimpleFacetParameters" page has been changed by AndreHagenbruch. http://wiki.apache.org/solr/SimpleFacetParameters?action=diff&rev1=59&rev2=60 -------------------------------------------------- <!> [[Solr3.1]] - Be default, the ranges used to compute date faceting between facet.date.start and facet.date.end are all inclusive of both endpoints, while the the "before" and "after" ranges are not inclusive. This behavior can be modified by the {{{facet.date.include}}} param, which can be any combination of the following options... + By default, the ranges used to compute date faceting between facet.date.start and facet.date.end are all inclusive of both endpoints, while the the "before" and "after" ranges are not inclusive. This behavior can be modified by the {{{facet.date.include}}} param, which can be any combination of the following options... * {{{lower}}} = all gap based ranges include their lower bound * {{{upper}}} = all gap based ranges include their upper bound @@ -283, +283 @@ === facet.range.include === - Be default, the ranges used to compute range faceting between facet.range.start and facet.range.end are inclusive of their lower bounds and exclusive of the upper bounds. The "before" range is exclusive and the "after" range is inclusive. This default, equivalent to {{{lower}}} below, will ''not'' result in double counting at the boundaries. This behavior can be modified by the {{{facet.range.include}}} param, which can be any combination of the following options... + By default, the ranges used to compute range faceting between facet.range.start and facet.range.end are inclusive of their lower bounds and exclusive of the upper bounds. The "before" range is exclusive and the "after" range is inclusive. This default, equivalent to {{{lower}}} below, will ''not'' result in double counting at the boundaries. This behavior can be modified by the {{{facet.range.include}}} param, which can be any combination of the following options... * {{{lower}}} = all gap based ranges include their lower bound * {{{upper}}} = all gap based ranges include their upper bound