public class OracleTextParameters extends IndexParametersBase
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatastore()
Get the data store preference specifying how the text values are stored.
|
int |
getDOP()
Get the degree of parallelism to use as a SQL hint for index creation
|
java.lang.String |
getFilter()
Get the filter preference determining how text is filtered for indexing.
|
java.lang.String |
getLexerList()
Get the lexer preference specifying the language of the text to be indexed.
|
java.lang.String |
getOptions()
Get the additional SQL options to optimize text index operations.
|
java.lang.String |
getPrefOwner()
Get the owner of the preferences.
|
java.lang.String |
getStopList()
Get the stop list preference specifying the list of words that are not meant to be indexed.
|
java.lang.String |
getStorage()
Get the storage preference specifying table space and creation parameters for tables associated with a Text index.
|
java.lang.String |
getWordList()
Get the word list preference specifying the enabled query options.
|
getBatchSize, getCommitBatchSize, getNumConnections, getParametersMap, getWriteTimeout
public java.lang.String getDatastore()
public int getDOP()
public java.lang.String getFilter()
public java.lang.String getLexerList()
public java.lang.String getOptions()
public java.lang.String getPrefOwner()
public java.lang.String getStopList()
public java.lang.String getStorage()
public java.lang.String getWordList()
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.