| Package | Description |
|---|---|
| org.molgenis.data.semanticsearch.semantic | |
| org.molgenis.data.semanticsearch.service | |
| org.molgenis.data.semanticsearch.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Hit<T> |
Hit.create(T result,
float score) |
| Modifier and Type | Method and Description |
|---|---|
int |
Hit.compareTo(Hit<T> o) |
| Modifier and Type | Method and Description |
|---|---|
Hit<OntologyTerm> |
SemanticSearchService.findTags(AttributeMetaData attribute,
List<String> ontologyIds)
Finds
OntologyTerms for an attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<AttributeMetaData,Hit<OntologyTerm>> |
SemanticSearchService.findTags(String entity,
List<String> ontologyIDs)
Finds
OntologyTerms that can be used to tag an attribute. |
| Modifier and Type | Method and Description |
|---|---|
Hit<String> |
SemanticSearchServiceImpl.bestMatchingSynonym(OntologyTerm ontologyTerm,
Set<String> searchTerms)
Computes the best matching synonym which is closest to a set of search terms.
Will stem the OntologyTerm 's synonyms and the search terms, and then compute the maximum
StringDistance between them. |
Hit<OntologyTerm> |
SemanticSearchServiceImpl.findTags(AttributeMetaData attribute,
List<String> ontologyIds) |
| Modifier and Type | Method and Description |
|---|---|
Map<AttributeMetaData,Hit<OntologyTerm>> |
SemanticSearchServiceImpl.findTags(String entity,
List<String> ontologyIds) |
Copyright © 2016. All Rights Reserved.