Lucene use taxonomy and DocValues facets together
问题 There are many examples of the use of facets based on the taxonomy index and on DocValues. But I need use as a hierarchy of categories (taxonomy) and Range queries (NumericDocValuesField) together. For example DrillSideways : DrillSideways ds = new DrillSideways (searcher, config, taxoReader); DrillSideways.DrillSidewaysResult result = ds.search (q, topScoreDocCollector); The second parameter of ds.search() is TopScoreDocCollector . FacetsCollector created inside ds.search() and not possible