| Package | Description |
|---|---|
| com.orientechnologies.lucene | |
| com.orientechnologies.lucene.engine | |
| com.orientechnologies.orient.core.index | |
| com.orientechnologies.orient.core.index.engine | |
| com.orientechnologies.orient.core.index.engine.v1 | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.core.storage.index.engine | |
| com.orientechnologies.orient.core.storage.index.hashindex.local | |
| com.orientechnologies.spatial | |
| com.orientechnologies.spatial.engine |
| Modifier and Type | Method and Description |
|---|---|
OBaseIndexEngine |
OLuceneIndexFactory.createIndexEngine(int indexId,
String algorithm,
String indexName,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multiValue,
Map<String,String> engineProperties) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OLuceneIndexEngine
Created by Enrico Risa on 04/09/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneFullTextIndexEngine |
class |
OLuceneIndexEngineAbstract |
| Modifier and Type | Method and Description |
|---|---|
OBaseIndexEngine |
OIndexFactory.createIndexEngine(int indexId,
String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multiValue,
Map<String,String> engineProperties) |
OBaseIndexEngine |
ODefaultIndexFactory.createIndexEngine(int indexId,
String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multiValue,
Map<String,String> engineProperties) |
static OBaseIndexEngine |
OIndexes.createIndexEngine(int indexId,
String name,
String algorithm,
String type,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multivalue,
Map<String,String> indexProperties) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OIndexEngine |
interface |
OMultiValueIndexEngine |
interface |
OSingleValueIndexEngine |
interface |
OV1IndexEngine |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OCellBTreeIndexEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
OCellBTreeMultiValueIndexEngine |
class |
OCellBTreeSingleValueIndexEngine |
| Modifier and Type | Method and Description |
|---|---|
T |
OIndexEngineCallback.callEngine(OBaseIndexEngine engine) |
| Modifier and Type | Class and Description |
|---|---|
class |
OHashTableIndexEngine |
class |
ORemoteIndexEngine |
class |
OSBTreeIndexEngine |
| Modifier and Type | Method and Description |
|---|---|
OBaseIndexEngine |
OHashIndexFactory.createIndexEngine(int indexId,
String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multiValue,
Map<String,String> engineProperties) |
| Modifier and Type | Method and Description |
|---|---|
OBaseIndexEngine |
OLuceneSpatialIndexFactory.createIndexEngine(int indexId,
String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multiValue,
Map<String,String> engineProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneGeoSpatialIndexEngine |
class |
OLuceneLegacySpatialIndexEngine
Created by Enrico Risa on 26/09/15.
|
class |
OLuceneSpatialIndexEngineAbstract
Created by Enrico Risa on 26/09/15.
|
class |
OLuceneSpatialIndexEngineDelegator
Created by Enrico Risa on 04/09/15.
|
Copyright © 2009–2025 OrientDB. All rights reserved.