Interface ElasticSearchExplainService
-
- All Known Implementing Classes:
ElasticSearchExplainServiceImpl
public interface ElasticSearchExplainService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.lucene.search.Explanationexplain(org.molgenis.data.Query<org.molgenis.data.Entity> q, org.molgenis.data.meta.model.EntityType entityType, Object entityId)Get explanation for a specific document in elasticSearchSet<ExplainedQueryString>findQueriesFromExplanation(Map<String,String> collectExpandedQueryMap, org.apache.lucene.search.Explanation explanation)Deduce all the matches that are generated by ElasticSearch
-
-
-
Method Detail
-
explain
org.apache.lucene.search.Explanation explain(org.molgenis.data.Query<org.molgenis.data.Entity> q, org.molgenis.data.meta.model.EntityType entityType, Object entityId)Get explanation for a specific document in elasticSearch
-
findQueriesFromExplanation
Set<ExplainedQueryString> findQueriesFromExplanation(Map<String,String> collectExpandedQueryMap, org.apache.lucene.search.Explanation explanation)
Deduce all the matches that are generated by ElasticSearch
-
-