Hi, have a look at the RangeFacetsExample.java under the lucene/demo module... it shows how to do this.
Mike McCandless http://blog.mikemccandless.com On Tue, Feb 14, 2017 at 12:07 PM, Chitra R <[email protected]> wrote: > Hi, > We have planned to implement both string and numeric faceting using > docvalues field. > > For string faceting, we have added pathtraversed dimensions in > drilldownquery. But for numeric faceting , how and where can we add > pathtraversed ranges during nextlevel faceted search.? > And which is the better way to add pathtraversed ranges > ( ie adding pathtraversed ranges in numericRangeQuery or > adding pathtraversed ranges in filter).??Or Any other solution.??? > > Thanks & Regards, > Chitra > > > Sent from my iPhone > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
