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 (refinement) when > querying acro

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: Lond

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 famili

Re: Pivot-Facets with ranges

2013-06-25 Thread Jack Krupansky
No, facet.pivot takes a comma-separated list of "fields", with no support for "ranges". But, you can have a combination of field and range facets without pivoting. -- Jack Krupansky -Original Message- From: Jakob Frank Sent: Tuesday, June 25, 2013 6:14 AM To: solr-user@lucene.apache.

Re: Pivot-Facets with ranges

2013-06-25 Thread Upayavira
You can only do this with some index time work. If you index the date field rounded to the various levels you need, then you can pivot facet on your rounded date. At present you will need to do this rounding in your own indexing code before it gets near to Solr. However, I have created some roundin

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 f