Issue regarding range faceting inside pivot facets using solrj

2017-04-20 Thread Naman Asati
Hi I am using Solr 6.3.0 with Fusion 1.2.8. I am having an issue doing range faceting INSIDE the pivot faceting using the solr-solrj-5.0.0.jar. Let us consider 3 fields A, B and C. I want to do a range facet for A and pivot faceting of (B, C, Range facet of A). Code : ModifiableSolrParams

Re: Pivot facets - distributed search - request

2016-04-12 Thread Yonik Seeley
On Tue, Apr 12, 2016 at 8:47 AM, Pablo wrote: > Hi, > Is there any way of requesting limit 10 order by a stat within facet pivot? No. > I know that the "json facet" component can do this and it has a very > comphrehensive api, but it has a problem of consistency

Pivot facets - distributed search - request

2016-04-12 Thread Pablo
Hi, Is there any way of requesting limit 10 order by a stat within facet pivot? I know that the "json facet" component can do this and it has a very comphrehensive api, but it has a problem of consistency (refinement) when querying across multiple shards. And given that pivot facet

Re: Pivot facets

2015-10-07 Thread Alessandro Benedetti
I agree with Hoss, is this what you are expecting ? Indexing ... Doc 1 : Country: England Region: Greater London City: London Doc2 : Country:England City: Manchester Query results Country : England(2) Region : Greater london(1) City:

Re: Pivot facets

2015-10-06 Thread Chris Hostetter
It's not entirely clear what your queries/data look like, orwhat results you are expecting to get back, please consider asking your question again with more details... https://wiki.apache.org/solr/UsingMailingLists ...in the mean time the best guess i can make is that perhaps you aren't

Pivot facets

2015-09-21 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi Can someone suggest or any workaround for my issue with Pivot facets? Use case: I have a collection with 5 Levels of fields, In some documents the data won't be there for Five Levels (fields) and I am not indexing the columns (No column for that doc). In some search results the Pivot

SolrCloud and pivot facets

2014-09-23 Thread Burke Webster
First off thanks to everybody who worked on SOLR-2894 which allows distributed pivot faceting. We have been looking forward to that for a while. Is anybody else running on = Solr 4.10 and doing facet pivoting? We just upgraded to a nightly build of 4.11 and have started to reimplement our pivot

Re: PathHierarchyTokenizerFactory storage for pivot facets

2014-01-06 Thread Ahmet Arslan
Hi Stephan, If you want to populate some fields from Path info, UpdateRequestProcessorFactory is a better fit. You can use URLClassifyProcessor(Factory).java as an example. Ahmet On Monday, January 6, 2014 7:46 AM, Stephan Schubert m...@stephan-schubert.com wrote: I want to store the levels

PathHierarchyTokenizerFactory storage for pivot facets

2014-01-05 Thread Stephan Schubert
I want to store the levels of an path/url in seperate fields to make use of pivot faceting. I thought about using the PathHierarchyTokenizerFactory for that. But how can I store the several levels of an url in seperate fields? Example: Doc1 - Path: a/b/c/d Doc2 - Path: f/g/h/i Document 1 should

MoreLikeThis handler and pivot facets

2013-06-26 Thread Achim Domma
pivot facets. kind regards, Achim

Pivot-Facets with ranges

2013-06-25 Thread Jakob Frank
Hi all, is it possible using SOLR 4.3 to combine pivot-facets with (date) range facets? Currently, what I get is sth. like lst name=facet_pivot arr name=date,cat lst str name=fielddate/str date name=value2001-06-19T20:31:12Z/date int name=count1/int arr name=pivot

Re: Pivot-Facets with ranges

2013-06-25 Thread Upayavira
SOLR 4.3 to combine pivot-facets with (date) range facets? Currently, what I get is sth. like lst name=facet_pivot arr name=date,cat lst str name=fielddate/str date name=value2001-06-19T20:31:12Z/date int name=count1/int arr name=pivot/ /lst lst

Re: Pivot-Facets with ranges

2013-06-25 Thread Jack Krupansky
Subject: Pivot-Facets with ranges Hi all, is it possible using SOLR 4.3 to combine pivot-facets with (date) range facets? Currently, what I get is sth. like lst name=facet_pivot arr name=date,cat lst str name=fielddate/str date name=value2001-06-19T20:31:12Z/date int name

Re: Pivot Facets refining datetime, bleh

2013-06-05 Thread Stein Gran
This may be more suitable on the dev-list, but distributed pivot facets is a very powerful feature. The Jira issue for this is SOLR-2894 ( https://issues.apache.org/jira/browse/SOLR-2894). I have done some testing of the last patch for this issue, and it is as Andrew says: Everything but datetime

Pivot Facets refining datetime, bleh

2013-05-30 Thread Andrew Muldowney
I've been trying to get into how distributed field facets do their work but I haven't been able to uncover how they deal with this issue. Currently distrib pivot facets does a getTermCounts(first_field) to populate a list at the level its working on. When putting together the data structure we