Package | Description |
---|---|
oracle.pg.text.lucene |
This package contains the logic for handling text search and text indexing using Apache Lucene.
|
Modifier and Type | Method and Description |
---|---|
static LuceneIndexParameters |
LuceneIndexParameters.createInstance(int numSubDirs,
int reindexNumConns,
int batchSize,
int commitBatchSize,
boolean differentiateDatatypes,
String dirname)
Creates a new OracleIndexParams object from the set of parameters.
|
static LuceneIndexParameters |
LuceneIndexParameters.createInstance(int numSubDirs,
int reindexNumConns,
int batchSize,
int commitBatchSize,
boolean differentiateDatatypes,
String[] dirnames)
Creates a new OracleIndexParams object from the set of parameters.
|
static LuceneIndexParameters |
LuceneIndexParameters.getInstance(Parameter[] parameters)
Creates a new OracleIndexParameters object from an initial set of parameters.
|
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.