I am getting facet counts with a query across 6 indexes for a field that
should always be a string, and as far as I know, it is. There are about
13million documents.
However my facet results include a very high count (6mil+) for "Other". How
can I enumerate some of the values for "Other" or at least do a query to
list the docs?
The number of facet entries returned is limited by the size field. Any
document not within the first 10 (in your case) facets will be placed in
Other. If you require more values, increase the size.
I am getting facet counts with a query across 6 indexes for a field that
should always be a string, and as far as I know, it is. There are about
13million documents.
However my facet results include a very high count (6mil+) for "Other".
How can I enumerate some of the values for "Other" or at least do a query
to list the docs?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.