Package | Description |
---|---|
oracle.pg.nosql.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle NoSQL Database.
|
oracle.pg.text.lucene |
This package contains the logic for handling text search and text indexing using Apache Lucene.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSQLLuceneEdgeAutoIndex
This class extends LuceneEdgeAutoIndex to handle an automatic index on Edge objects over an Oracle NoSQL Database backend
|
class |
NoSQLLuceneVertexAutoIndex
This class extends LuceneVertexAutoIndex to handle an automatic index on Vertex objects over an Oracle NoSQL Database backend
|
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 |
LuceneEdgeIndex
This class extends the functions defined in LuceneIndex.
|
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.
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.