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 <chithu.r111@gmail.com> 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: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|