| Modifier and Type | Method and Description |
|---|---|
static ExplainedQueryString |
ExplainedQueryString.create(String matchedWords,
String queryString,
String tagName,
double score) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExplainedQueryString> |
ExplainedAttributeMetaData.getExplainedQueryStrings() |
| Constructor and Description |
|---|
ExplainedAttributeMetaData(AttributeMetaData attributeMetaData,
Set<ExplainedQueryString> explainedQueryStrings) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExplainedQueryString> |
ElasticSearchExplainServiceImpl.findQueriesFromExplanation(Map<String,String> originalQueryInMap,
org.apache.lucene.search.Explanation explanation) |
Set<ExplainedQueryString> |
ElasticSearchExplainService.findQueriesFromExplanation(Map<String,String> collectExpanedQueryMap,
org.apache.lucene.search.Explanation explanation)
Deduce all the matches that are generated by ElasticSearch
|
| Modifier and Type | Method and Description |
|---|---|
Map<AttributeMetaData,Iterable<ExplainedQueryString>> |
SemanticSearchService.explainAttributes(EntityMetaData source,
EntityMetaData target,
AttributeMetaData attributeMetaData)
Find all relevant source attributes with an explanation
|
| Modifier and Type | Method and Description |
|---|---|
Set<ExplainedQueryString> |
SemanticSearchServiceImpl.convertAttributeEntityToExplainedAttribute(Entity attributeEntity,
EntityMetaData sourceEntityMetaData,
Map<String,String> collectExpanedQueryMap,
List<QueryRule> finalQueryRules)
A helper function to explain each of the matched attributes returned by the explain-API
|
Map<AttributeMetaData,Iterable<ExplainedQueryString>> |
SemanticSearchServiceImpl.explainAttributes(EntityMetaData sourceEntityMetaData,
EntityMetaData targetEntityMetaData,
AttributeMetaData targetAttribute) |
Copyright © 2015. All Rights Reserved.