Uses of Class
org.molgenis.semanticsearch.explain.bean.ExplainedAttribute
-
Packages that use ExplainedAttribute Package Description org.molgenis.semanticsearch.explain.bean org.molgenis.semanticsearch.service.impl -
-
Uses of ExplainedAttribute in org.molgenis.semanticsearch.explain.bean
Methods in org.molgenis.semanticsearch.explain.bean that return ExplainedAttribute Modifier and Type Method Description static ExplainedAttributeExplainedAttribute. create(org.molgenis.data.meta.model.Attribute attribute, Set<ExplainedQueryString> explainedQueryStrings, boolean isHighQuality)Methods in org.molgenis.semanticsearch.explain.bean that return types with arguments of type ExplainedAttribute Modifier and Type Method Description abstract Hits<ExplainedAttribute>AttributeSearchResults. getHits()Method parameters in org.molgenis.semanticsearch.explain.bean with type arguments of type ExplainedAttribute Modifier and Type Method Description static AttributeSearchResultsAttributeSearchResults. create(org.molgenis.data.meta.model.Attribute attribute, Hits<ExplainedAttribute> hits) -
Uses of ExplainedAttribute in org.molgenis.semanticsearch.service.impl
Methods in org.molgenis.semanticsearch.service.impl that return types with arguments of type ExplainedAttribute Modifier and Type Method Description Hits<ExplainedAttribute>SemanticSearchServiceImpl. findAttributes(org.molgenis.data.meta.model.EntityType sourceEntityType, Set<String> queryTerms, Collection<org.molgenis.ontology.core.model.OntologyTerm> ontologyTerms)public for testability
-