| Package | Description |
|---|---|
| org.molgenis.data.semanticsearch.explain.bean | |
| org.molgenis.data.semanticsearch.explain.service | |
| org.molgenis.data.semanticsearch.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static ExplainedQueryString |
ExplainedQueryString.create(String matchedWords,
String queryString,
String tagName,
double score) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ExplainedQueryString> |
ExplainedAttributeMetaData.getExplainedQueryStrings() |
| Modifier and Type | Method and Description |
|---|---|
static ExplainedAttributeMetaData |
ExplainedAttributeMetaData.create(AttributeMetaData attributeMetaData,
Iterable<ExplainedQueryString> explainedQueryStrings,
boolean highQuality) |
| 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 |
|---|---|
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
|
Copyright © 2016. All Rights Reserved.