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
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
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
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.
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
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