Uses of Class
org.molgenis.semanticsearch.semantic.Hits
-
Packages that use Hits Package Description org.molgenis.semanticsearch.explain.bean org.molgenis.semanticsearch.semantic org.molgenis.semanticsearch.service org.molgenis.semanticsearch.service.impl -
-
Uses of Hits in org.molgenis.semanticsearch.explain.bean
Methods in org.molgenis.semanticsearch.explain.bean that return Hits Modifier and Type Method Description abstract Hits<ExplainedAttribute>AttributeSearchResults. getHits()Methods in org.molgenis.semanticsearch.explain.bean with parameters of type Hits Modifier and Type Method Description static AttributeSearchResultsAttributeSearchResults. create(org.molgenis.data.meta.model.Attribute attribute, Hits<ExplainedAttribute> hits) -
Uses of Hits in org.molgenis.semanticsearch.semantic
Methods in org.molgenis.semanticsearch.semantic that return Hits Modifier and Type Method Description static <T> Hits<T>Hits. create(List<Hit<T>> hits)static <T> Hits<T>Hits. create(Hit<T>... hits) -
Uses of Hits in org.molgenis.semanticsearch.service
Methods in org.molgenis.semanticsearch.service that return Hits Modifier and Type Method Description Hits<org.molgenis.ontology.core.model.OntologyTerm>SemanticSearchService. findOntologyTerms(org.molgenis.data.meta.model.Attribute attribute, Collection<org.molgenis.ontology.core.model.Ontology> ontologies)Findsontology termsin the given ontologies that can be used to tag an attribute. -
Uses of Hits in org.molgenis.semanticsearch.service.impl
Methods in org.molgenis.semanticsearch.service.impl that return Hits 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 testabilityHits<org.molgenis.ontology.core.model.OntologyTerm>SemanticSearchServiceImpl. findOntologyTerms(org.molgenis.data.meta.model.Attribute attribute, Collection<org.molgenis.ontology.core.model.Ontology> ontologies)
-