|
Hmm, SortedNumericDocValuesField gets us past the indexing, but then at search time org.apache.lucene.facet.range.LongRangeFacetCounts throws an exception. It looks like multivalued numeric fields are indeed a limitation with this approach. This will need some more investigation.
|