Package | Description |
---|---|
oracle.pg.hbase.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Apache HBase.
|
oracle.pg.hbase.index.solr |
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Apache HBase.
|
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 |
HBaseLuceneEdgeAutoIndex
This class extends LuceneEdgeAutoIndex to handle an automatic index on Edge objects over an Apache HBase backend.
|
class |
HBaseLuceneVertexAutoIndex
This class extends LuceneVertexAutoIndex to handle an automatic index on Vertex objects over an Apache HBase backend
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseSolrEdgeAutoIndex
This class extends SolrEdgeAutoIndex to handle an automatic index on Edge objects over an Apache HBase backend
|
class |
HBaseSolrVertexAutoIndex
This class extends SolrVertexAutoIndex to handle an automatic index on Vertex objects over an Apache HBase backend
|
Modifier and Type | Method and Description |
---|---|
OracleAutoIndex<com.tinkerpop.blueprints.Edge> |
OracleIndexManager.getEdgeAutoIndexer(com.tinkerpop.blueprints.Parameter... indexParameters)
Deprecated.
|
OracleAutoIndex<com.tinkerpop.blueprints.Vertex> |
OracleIndexManager.getVertexAutoIndexer(com.tinkerpop.blueprints.Parameter... indexParameters)
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 |
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 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 |
SolrVertexAutoIndex
This class extends the functions defined in SolrAutoIndex.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.