public interface ConceptSearchService
Modifier and Type | Method and Description |
---|---|
String |
checkTermByConceptId(String conceptId)
if the conceptId is a valid conceptId, get the corresponding term
|
List<ConceptFirstWord> |
getConceptByFirstWord(String fword)
get Concepts that start with the specified text.
|
String |
getTermByConceptId(String conceptId) |
List<ConceptFirstWord> getConceptByFirstWord(String fword)
fword
- Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.