Uses of Interface
org.apache.solr.search.grouping.distributed.ShardRequestFactory
-
Packages that use ShardRequestFactory Package Description org.apache.solr.search.grouping.distributed.requestfactory Internal classes used to implement distributed result grouping -
-
Uses of ShardRequestFactory in org.apache.solr.search.grouping.distributed.requestfactory
Classes in org.apache.solr.search.grouping.distributed.requestfactory that implement ShardRequestFactory Modifier and Type Class Description class
SearchGroupsRequestFactory
Concrete implementation ofShardRequestFactory
that createsShardRequest
instances for getting the search groups from all shards.class
StoredFieldsShardRequestFactory
class
TopGroupsShardRequestFactory
Concrete implementation ofShardRequestFactory
that createsShardRequest
instances for getting the top groups from all shards.
-