Uses of Class
org.molgenis.semanticsearch.explain.bean.ExplainedQueryString
-
Packages that use ExplainedQueryString Package Description org.molgenis.semanticsearch.explain.bean org.molgenis.semanticsearch.explain.service org.molgenis.semanticsearch.service.impl -
-
Uses of ExplainedQueryString in org.molgenis.semanticsearch.explain.bean
Methods in org.molgenis.semanticsearch.explain.bean that return ExplainedQueryString Modifier and Type Method Description static ExplainedQueryStringExplainedQueryString. create(String matchedWords, String queryString, String tagName, double score)Methods in org.molgenis.semanticsearch.explain.bean that return types with arguments of type ExplainedQueryString Modifier and Type Method Description abstract Set<ExplainedQueryString>ExplainedAttribute. getExplainedQueryStrings()abstract Set<ExplainedQueryString>ExplainedAttributeDto. getExplainedQueryStrings()Method parameters in org.molgenis.semanticsearch.explain.bean with type arguments of type ExplainedQueryString Modifier and Type Method Description static ExplainedAttributeExplainedAttribute. create(org.molgenis.data.meta.model.Attribute attribute, Set<ExplainedQueryString> explainedQueryStrings, boolean isHighQuality)static ExplainedAttributeDtoExplainedAttributeDto. create(org.molgenis.data.meta.model.Attribute attribute, Iterable<ExplainedQueryString> explainedQueryStrings, boolean highQuality) -
Uses of ExplainedQueryString in org.molgenis.semanticsearch.explain.service
Methods in org.molgenis.semanticsearch.explain.service that return types with arguments of type ExplainedQueryString Modifier and Type Method Description Set<ExplainedQueryString>ElasticSearchExplainService. findQueriesFromExplanation(Map<String,String> collectExpandedQueryMap, org.apache.lucene.search.Explanation explanation)Deduce all the matches that are generated by ElasticSearchSet<ExplainedQueryString>ElasticSearchExplainServiceImpl. findQueriesFromExplanation(Map<String,String> originalQueryInMap, org.apache.lucene.search.Explanation explanation) -
Uses of ExplainedQueryString in org.molgenis.semanticsearch.service.impl
Methods in org.molgenis.semanticsearch.service.impl that return types with arguments of type ExplainedQueryString Modifier and Type Method Description Set<ExplainedQueryString>SemanticSearchServiceImpl. convertAttributeToExplainedAttribute(org.molgenis.data.meta.model.Attribute attribute, Map<String,String> collectExpandedQueryMap, org.molgenis.data.Query<org.molgenis.data.Entity> query)A helper function to explain each of the matched attributes returned by the explain-API
-