Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL 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 |
OraclePropertyGraph
This class implements the Blueprints Graph interface on top of a supported backend database.
|
Modifier and Type | Method and Description |
---|---|
<T extends Element> |
OracleIndexManager.createIndex(String indexName, Class<T> indexClass, OraclePropertyGraphBase pg, Parameter... indexParameters)
Generates an index with a particular name, for a particular class, and of a particular type.
|
Constructor and Description |
---|
OracleIndexManager(OraclePropertyGraphBase opg)
Creates a new OracleIndexManager object, handling external indexes associated to the specified property graph.
|
Constructor and Description |
---|
LuceneAutoIndex(String indexName, Class<T> indexClass, OraclePropertyGraphBase graph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new LuceneAutoIndex object.
|
LuceneEdgeAutoIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new LuceneEdgeAutoIndex object.
|
LuceneEdgeIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new LuceneEdgeIndex object.
|
LuceneIndex(String indexName, Class<T> indexClass, OraclePropertyGraphBase oraclePropertyGraph, Parameter[] indexParameters, boolean clear)
Constructs a new LuceneIndex object.
|
LuceneVertexAutoIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new LuceneVertexAutoIndex object.
|
LuceneVertexIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new LuceneVertexIndex object.
|
Constructor and Description |
---|
SolrAutoIndex(String indexName, Class<T> indexClass, OraclePropertyGraphBase graph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new SolrAutoIndex object.
|
SolrEdgeAutoIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new SolrEdgeAutoIndex object.
|
SolrEdgeIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new SolrEdgeIndex object.
|
SolrIndex(String indexName, Class<T> indexClass, OraclePropertyGraphBase oraclePropertyGraph, Parameter[] indexParameters, boolean clear)
Constructs a new SolrIndex object.
|
SolrVertexAutoIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new SolrVertexAutoIndex object.
|
SolrVertexIndex(String indexName, OraclePropertyGraphBase oraclePropertyGraph, Parameter<String,Object>[] indexParameters, boolean erase)
Constructs a new SolrVertexIndex object.
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.