Re: Faceting over ExternalFileField

2018-05-09 Thread Mikhail Khludnev
Absence of error is a bug for me. The problem is that eff is doubles not strings with ordinals. It would be possible after https://issues.apache.org/jira/browse/SOLR-10528 Now you can try to create several type:query subfacets passing either {!frange} or just plain Lucene query (there is a slight c

Faceting over ExternalFileField

2018-05-09 Thread Michal Danilák
Is it possible to facet over ExternalFileField values? If I have this in my schema.xml: And request the following facet: facet={ "age": { "field": "eff_age", "type": "terms", "limit": 10 } } It returns an empty list of buckets. First, it doesn't throw an err