public interface SuggestEntry
Modifier and Type | Method and Description |
---|---|
long |
getDistance()
Gets the edit distance between the entry string and the query.
|
java.lang.String |
getEntry()
Gets the suggest dictionary string which has matched the query.
|
long |
getMatchLength()
Gets the length of the part of the entry matching the query.
|
long |
getMatchOffset()
Gets the starting position of the part of the entry matching the query.
|
long |
getScore()
Gets the score.
|
java.lang.String |
getSource()
Gets the name of the suggest in which this entry was found.
|
java.util.List<SuggestEntryExtraInformation> |
getSuggestEntryExtraInformation()
Gets any extra information associated to this entry from a XML suggest for instance.
|
java.lang.String getEntry()
long getDistance()
long getScore()
java.lang.String getSource()
long getMatchOffset()
long getMatchLength()
java.util.List<SuggestEntryExtraInformation> getSuggestEntryExtraInformation()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.