Package org.apache.solr.search.grouping
Class CommandHandler
- java.lang.Object
-
- org.apache.solr.search.grouping.CommandHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandHandler.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()intgetTotalHitCount()org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>processResult(QueryResult queryResult, ShardResultTransformer<List<Command<?>>,?> transformer)
-
-
-
Method Detail
-
execute
public void execute() throws IOException- Throws:
IOException
-
processResult
public org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>> processResult(QueryResult queryResult, ShardResultTransformer<List<Command<?>>,?> transformer) throws IOException
- Throws:
IOException
-
getTotalHitCount
public int getTotalHitCount()
-
-