Uses of Class
org.molgenis.semanticsearch.explain.bean.AttributeSearchResults
-
Packages that use AttributeSearchResults Package Description org.molgenis.semanticsearch.explain.bean org.molgenis.semanticsearch.service org.molgenis.semanticsearch.service.impl -
-
Uses of AttributeSearchResults in org.molgenis.semanticsearch.explain.bean
Methods in org.molgenis.semanticsearch.explain.bean that return AttributeSearchResults Modifier and Type Method Description static AttributeSearchResultsAttributeSearchResults. create(org.molgenis.data.meta.model.Attribute attribute, Hits<ExplainedAttribute> hits)Methods in org.molgenis.semanticsearch.explain.bean that return types with arguments of type AttributeSearchResults Modifier and Type Method Description abstract List<AttributeSearchResults>EntityTypeSearchResults. getAttributeSearchResults()Method parameters in org.molgenis.semanticsearch.explain.bean with type arguments of type AttributeSearchResults Modifier and Type Method Description static EntityTypeSearchResultsEntityTypeSearchResults. create(org.molgenis.data.meta.model.EntityType entityType, List<AttributeSearchResults> attributeSearchResults) -
Uses of AttributeSearchResults in org.molgenis.semanticsearch.service
Methods in org.molgenis.semanticsearch.service that return AttributeSearchResults Modifier and Type Method Description default AttributeSearchResultsSemanticSearchService. findAttributes(org.molgenis.data.meta.model.EntityType sourceEntityType, org.molgenis.data.meta.model.EntityType targetEntityType, org.molgenis.data.meta.model.Attribute targetAttribute)Findattributesin aentity typethat match the given target attribute in the target entity type.AttributeSearchResultsSemanticSearchService. findAttributes(org.molgenis.data.meta.model.EntityType sourceEntityType, org.molgenis.data.meta.model.EntityType targetEntityType, org.molgenis.data.meta.model.Attribute targetAttribute, Set<String> searchTerms)Findattributesin anentity typethat match the given target attribute in the target entity type. -
Uses of AttributeSearchResults in org.molgenis.semanticsearch.service.impl
Methods in org.molgenis.semanticsearch.service.impl that return AttributeSearchResults Modifier and Type Method Description AttributeSearchResultsSemanticSearchServiceImpl. findAttributes(org.molgenis.data.meta.model.EntityType sourceEntityType, org.molgenis.data.meta.model.EntityType targetEntityType, org.molgenis.data.meta.model.Attribute targetAttribute, Set<String> searchTerms)
-