Egor Potemkin

Results 2 issues of Egor Potemkin

Add `Facets#getBulkSpecificValues` method and implemented it in every class that implements `getSpecificValue`. Also moved FacetLabel class one level up from `org.apache.lucene.facet.taxonomy` to `org.apache.lucene.facet` to be able to use it as...

Last year we created functionality to compute facets during hits collection. As the functionality is experimental, we added it to [the sandbox module](https://github.com/apache/lucene/blob/main/lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/package-info.java). We want to move the code from...