public abstract class SearchClusteringEngine extends ClusteringEngine
DEFAULT_ENGINE_NAME, ENGINE_NAME| Constructor and Description |
|---|
SearchClusteringEngine() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
cluster(Query query,
DocList docList,
SolrQueryRequest sreq)
Deprecated.
|
abstract Object |
cluster(Query query,
SolrDocumentList solrDocumentList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
protected Set<String> |
getFieldsToLoad(SolrQueryRequest sreq)
Returns the set of field names to load.
|
SolrDocumentList |
getSolrDocumentList(DocList docList,
SolrQueryRequest sreq,
Map<SolrDocument,Integer> docIds) |
getName, init@Deprecated public abstract Object cluster(Query query, DocList docList, SolrQueryRequest sreq)
public abstract Object cluster(Query query, SolrDocumentList solrDocumentList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
protected Set<String> getFieldsToLoad(SolrQueryRequest sreq)
sreq - public SolrDocumentList getSolrDocumentList(DocList docList, SolrQueryRequest sreq, Map<SolrDocument,Integer> docIds) throws IOException
IOException