Reg Lucene Faceting

2019-01-20 Thread rajesh mathi
Hi, We have a scenario for faceting where we need to apply different set of permission fields for different type of data. As we have a limit of lucene query booleanclause, we cannot use query. Please see the below sample query for our use case. Sample: ( search query : testquery AND

Reg Lucene Faceting

2019-01-21 Thread rajesh mathi
Hi, We have a scenario for faceting where we need to apply different set of permission fields for different type of data. As we have a limit of lucene query booleanclause, we cannot use query. Please see the below sample query for our use case. Sample: ( search query : testquery AND

Reg Lucene Faceting

2019-01-21 Thread rajesh mathi
Hi, We have a scenario for faceting where we need to apply different set of permission fields for different type of data. As we have a limit of lucene query booleanclause, we cannot use query. Please see the below sample query for our use case. Sample: ( search query : testquery AND

Lucene - Drillsideways with Hierarchical facet

2019-04-10 Thread rajesh mathi
Hi, We are implementing drillsideways with hierarchical facet using taxnomy. we have a use case where we need to fetch the count of a particular values in a field which is present in two types. Example 1: Here value "Core" is present in both Lucene Section and Solr Section. But we need to fetc

Re: Lucene - Drillsideways with Hierarchical facet

2019-04-24 Thread rajesh mathi
Hi, Any suggestion regarding this ? Regards, Rajesh A On Wed, Apr 10, 2019 at 11:59 PM rajesh mathi wrote: > Hi, > > We are implementing drillsideways with hierarchical facet using taxnomy. > > we have a use case where we need to fetch the count of a particular values > i

Reg Numeric facet in drillsideways

2019-04-30 Thread rajesh mathi
Hi, I am implementing drillsideways for boh string and numeric fields. Based on this post , i have overridden the buildFacetsResult method to achieve numeric facet using drillsideways. i have two doubt, 1) I have a ran