|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.runtime.query.result.Voiceover
Represent the voiceover details for a result set.
ResultSet
Inner Class Summary | |
class |
Voiceover.Respelling
Represent the respelling that did or can take place for this query. |
class |
Voiceover.WordExpansion
Represent a word expansion from one word to many expansions. |
Method Summary | |
java.lang.String[] |
getBackoffPhrases()
Get the backoff phrases, for which constraints were backed off. |
java.lang.String[] |
getExpandedWords()
Get the expanded words. |
java.lang.String[] |
getNoContentKnownConcepts()
Get the known concepts from the query for which there is no indexed content. |
Voiceover.Respelling |
getRespelling()
Get the respelling information that took place for this query result. |
java.lang.String[] |
getStopwords()
Get the stopwords (ignored). |
Voiceover.WordExpansion[] |
getSynonymExpansions()
Get the synonym expansions for this query result. |
boolean |
wasBackoff()
Determine whether backoff occurred. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Voiceover.Respelling getRespelling()
Voiceover.Respelling
public Voiceover.WordExpansion[] getSynonymExpansions()
Voiceover.WordExpansion
array (0 elements if there are none)public java.lang.String[] getExpandedWords()
String
array (0 elements if there are none)public java.lang.String[] getStopwords()
String
array (0 elements if there are none)public boolean wasBackoff()
boolean
true if backoff occurredpublic java.lang.String[] getBackoffPhrases()
String
array (0 elements if there are none)public java.lang.String[] getNoContentKnownConcepts()
String
array (0 elements if there are none)
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |