Uses of Class
com.attivio.sdk.search.QueryRequest.StopwordsMode
-
Packages that use QueryRequest.StopwordsMode Package Description com.attivio.sdk.search -
-
Uses of QueryRequest.StopwordsMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as QueryRequest.StopwordsMode Modifier and Type Field Description static QueryRequest.StopwordsMode
QueryRequest. DEFAULT_STOPWORDS_MODE
Default value forQueryRequest.getStopwordsMode()
.Methods in com.attivio.sdk.search that return QueryRequest.StopwordsMode Modifier and Type Method Description static QueryRequest.StopwordsMode
QueryRequest.StopwordsMode. fromExternal(java.lang.String value)
Converts an external value to a type valuestatic QueryRequest.StopwordsMode
QueryRequest.StopwordsMode. fromExternal(java.lang.String value, QueryRequest.StopwordsMode defaultMode)
Converts an external value to a type value using a default on parse failure.QueryRequest.StopwordsMode
QueryRequest. getStopwordsMode()
Get the mode for stopword removal.static QueryRequest.StopwordsMode
QueryRequest.StopwordsMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryRequest.StopwordsMode[]
QueryRequest.StopwordsMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type QueryRequest.StopwordsMode Modifier and Type Method Description static QueryRequest.StopwordsMode
QueryRequest.StopwordsMode. fromExternal(java.lang.String value, QueryRequest.StopwordsMode defaultMode)
Converts an external value to a type value using a default on parse failure.void
QueryRequest. setStopwordsMode(QueryRequest.StopwordsMode stopwordsMode)
Set the mode for stopword removal.
-