Package | Description |
---|---|
oracle.pg.rdbms.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle Database 12c.
|
oracle.pg.rdbms.index.oratext |
This package contains the logic specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database 12c.
|
oracle.pg.rdbms.index.solr |
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Oracle Database 12c.
|
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 | Class and Description |
---|---|
class |
RDBMSLuceneEdgeAutoIndex |
class |
RDBMSLuceneVertexAutoIndex |
Modifier and Type | Class and Description |
---|---|
class |
OracleTextAutoIndex<T extends Element> |
class |
RDBMSOracleTextEdgeAutoIndex |
class |
RDBMSOracleTextVertexAutoIndex |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSSolrEdgeAutoIndex |
class |
RDBMSSolrVertexAutoIndex |
Modifier and Type | Method and Description |
---|---|
OracleAutoIndex<Edge> |
OracleIndexManager.getEdgeAutoIndexer(Parameter... indexParameters)
Deprecated.
|
OracleAutoIndex<Vertex> |
OracleIndexManager.getVertexAutoIndexer(Parameter... indexParameters)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneAutoIndex<T extends Element>
This class extends LuceneIndex implements the OracleAutoIndex interface to handle text search and text indexing using Apache Lucene.
|
class |
LuceneEdgeAutoIndex
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on edges.
|
class |
LuceneVertexAutoIndex
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrAutoIndex<T extends Element>
This class extends the functions defined in SolrIndex and implements OracleAutoIndex interface to support
automatic text indices using SolrCloud.
|
class |
SolrEdgeAutoIndex
This class extends the functions defined in SolrAutoIndex.
|
class |
SolrVertexAutoIndex
This class extends the functions defined in SolrAutoIndex.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.