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.
|
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.
|
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.
|
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
This class extends the functions defined in LuceneEdgeAutoIndex to handle an automatic index on edges using Apache Lucene.
|
class |
RDBMSLuceneEdgeIndex
This class extends the functions defined in LuceneEdgeIndex to handle a manual index on edges using Apache Lucene.
|
class |
RDBMSLuceneVertexAutoIndex
This class extends the functions defined in LuceneVertexAutoIndex to handle an automatic index on vertices using Apache Lucene.
|
class |
RDBMSLuceneVertexIndex
This class extends the functions defined in LuceneVertexIndex to handle a manual index on vertices using Apache Lucene.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleTextAutoIndex<T extends com.tinkerpop.blueprints.Element>
This class implements the OracleAutoIndex interface to handle text search and text indexing using Oracle Text.
|
class |
RDBMSOracleTextEdgeAutoIndex
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on edges using Oracle Text.
|
class |
RDBMSOracleTextVertexAutoIndex
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on vertices using Oracle Text.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSSolrEdgeAutoIndex
This class extends the functions defined in SolrEdgeAutoIndex to handle an automatic index on edges using SolrCloud.
|
class |
RDBMSSolrVertexAutoIndex
This class extends the functions defined in SolrVertexAutoIndex to handle an automatic index on vertices using SolrCloud
|
Modifier and Type | Interface and Description |
---|---|
interface |
OracleAutoIndex<T extends com.tinkerpop.blueprints.Element>
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.tinkerpop.blueprints.Element> |
OracleIndexManager.createIndex(java.lang.String indexName, java.lang.Class<T> indexClass, OraclePropertyGraphBase pg, com.tinkerpop.blueprints.Parameter... indexParameters)
Generates an index with a particular name, for a particular class, and of a particular type.
|
<T extends com.tinkerpop.blueprints.Element> |
OracleIndexManager.getEdgeIndex(java.lang.String indexName)
Gets the edge manual index associated to the specified index name
|
<T extends com.tinkerpop.blueprints.Element> |
OracleIndexManager.getEdgeIndex(java.lang.String indexName, boolean refresh)
Deprecated.
|
<T extends com.tinkerpop.blueprints.Element> |
OracleIndexManager.getVertexIndex(java.lang.String indexName)
Gets the manual vertex index associated to the specified index name
|
<T extends com.tinkerpop.blueprints.Element> |
OracleIndexManager.getVertexIndex(java.lang.String indexName, boolean refresh)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneAutoIndex<T extends com.tinkerpop.blueprints.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 |
LuceneEdgeIndex
This class extends the functions defined in LuceneIndex.
|
class |
LuceneIndex<T extends com.tinkerpop.blueprints.Element>
An abstract class implementing the Blueprints Index interface.
|
class |
LuceneVertexAutoIndex
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on vertices.
|
class |
LuceneVertexIndex
This class extends the functions defined in OracleIndex.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrAutoIndex<T extends com.tinkerpop.blueprints.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 |
SolrEdgeIndex
This class extends the functions defined in SolrIndex.
|
class |
SolrIndex<T extends com.tinkerpop.blueprints.Element>
An abstract class implementing the Blueprints Index interface to support indices on SolrCloud.
|
class |
SolrVertexAutoIndex
This class extends the functions defined in SolrAutoIndex.
|
class |
SolrVertexIndex
This class extends the functions defined in SolrIndex.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.