public class RDBMSLuceneIndexParameters extends LuceneIndexParameters
ANALYZER_PARAMETER, DATATYPES_PARAMETER, LOCATION_PARAMETER, LUCENE_DIRECTORY_TYPE_PARAMETER, MAX_NUM_SUBDIRS, NUM_SUBDIRS_PARAMETER, POOL_PARAMETER, VERSION_PARAMETER
BATCH_SIZE_PARAMETER, COMMIT_BATCH_SIZE_PARAMETER, LUCENE_ENGINE, MAX_BATCH, MAX_COMMIT, MAX_COMMIT_BATCH, MAX_CONNS, MAX_WAIT_TIMEOUT, REINDEX_NUM_CONNS_PARAMETER, SEARCH_ENGINE_PARAMETER, SOLR_ENGINE, WRITE_TIMEOUT_PARAMETER
Constructor and Description |
---|
RDBMSLuceneIndexParameters()
Creates a new RDBMSLuceneIndexParameters object.
|
RDBMSLuceneIndexParameters(java.util.List<com.tinkerpop.blueprints.Parameter> parameters)
Creates a new RDBMSIndexParams object from an initial set of parameters.
|
RDBMSLuceneIndexParameters(com.tinkerpop.blueprints.Parameter[] parameters)
Creates a new RDBMSIndexParams object from an initial set of parameters.
|
Modifier and Type | Method and Description |
---|---|
static RDBMSLuceneIndexParameters |
buildJDBC(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, OraclePool pool) |
static RDBMSLuceneIndexParameters |
buildJDBC(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, OraclePool[] pools) |
createInstance, createInstance, defaultIndexParamsAsList, getInstance
addParameter, buildFS, buildFS, buildSolr, defaultIndexParams, getParameters, toString
public RDBMSLuceneIndexParameters()
public RDBMSLuceneIndexParameters(java.util.List<com.tinkerpop.blueprints.Parameter> parameters)
public RDBMSLuceneIndexParameters(com.tinkerpop.blueprints.Parameter[] parameters)
public static RDBMSLuceneIndexParameters buildJDBC(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, OraclePool pool)
public static RDBMSLuceneIndexParameters buildJDBC(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, OraclePool[] pools)
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.