| 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.hashindex.local | |
| com.orientechnologies.orient.core.sharding.auto | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| Modifier and Type | Method and Description |
|---|---|
OIndexEngine |
OLuceneIndexFactory.createIndexEngine(String algorithm,
String indexName,
Boolean durableInNonTxMode,
OStorage storage,
int version,
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<V> |
| Modifier and Type | Method and Description |
|---|---|
OIndexEngine |
OIndexFactory.createIndexEngine(String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> engineProperties) |
OIndexEngine |
ODefaultIndexFactory.createIndexEngine(String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> engineProperties) |
static OIndexEngine |
OIndexes.createIndexEngine(String name,
String algorithm,
String type,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> indexProperties,
ODocument metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
OHashTableIndexEngine |
class |
ORemoteIndexEngine |
class |
OSBTreeIndexEngine |
| Modifier and Type | Method and Description |
|---|---|
OIndexEngine |
OHashIndexFactory.createIndexEngine(String algoritm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> engineProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAutoShardingIndexEngine
Index engine implementation that relies on multiple hash indexes partitioned by key.
|
| Modifier and Type | Method and Description |
|---|---|
OIndexEngine |
OAutoShardingIndexFactory.createIndexEngine(String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> engineProperties) |
| Modifier and Type | Method and Description |
|---|---|
OIndexEngine |
OAbstractPaginatedStorage.getIndexEngine(int indexId) |
| Modifier and Type | Method and Description |
|---|---|
T |
OIndexEngineCallback.callEngine(OIndexEngine engine) |
Copyright © 2009–2025 OrientDB. All rights reserved.