Package | Description |
---|---|
oracle.pg.text |
This package contains the logic for handling text search and text indexing.
|
oracle.pg.text.lucene |
This package contains the logic for handling text search and text indexing using Apache Lucene.
|
oracle.pg.text.solr |
This package contains the logic for handling text search and text indexing using SolrCloud.
|
Modifier and Type | Method and Description |
---|---|
OracleIndex.SEARCH_ENGINE |
OracleIndex.getSearchEngine()
Gets the search engine used by this OracleIndex object
|
static OracleIndex.SEARCH_ENGINE |
OracleIndex.SEARCH_ENGINE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleIndex.SEARCH_ENGINE[] |
OracleIndex.SEARCH_ENGINE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OracleIndex.SEARCH_ENGINE |
LuceneIndex.getSearchEngine()
Gets the search engine used by this OracleIndex object
|
Modifier and Type | Method and Description |
---|---|
OracleIndex.SEARCH_ENGINE |
SolrIndex.getSearchEngine()
Gets the search engine used by this OracleIndex object
|
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.