public interface ElasticSearchExplainService
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Explanation |
explain(Query q,
EntityMetaData entityMetaData,
String documentId)
Get explanation for a specific document in elasticSearch
|
Set<ExplainedQueryString> |
findQueriesFromExplanation(Map<String,String> collectExpanedQueryMap,
org.apache.lucene.search.Explanation explanation)
Deduce all the matches that are generated by ElasticSearch
|
org.apache.lucene.search.Explanation explain(Query q, EntityMetaData entityMetaData, String documentId)
documentId - queryString - Set<ExplainedQueryString> findQueriesFromExplanation(Map<String,String> collectExpanedQueryMap, org.apache.lucene.search.Explanation explanation)
explanationBean - Copyright © 2015. All Rights Reserved.