
@Deprecated public class OIndexFullText extends OIndexMultiValues
OIndexAbstract.IndexConfiguration, OIndexAbstract.IndexTxSnapshotapiVersion, binaryFormatVersion, clustersToIndex, CONFIG_MAP_RID, configuration, indexId, metadata, storage, type, valueContainerAlgorithmALGORITHM, CONFIG_AUTOMATIC, CONFIG_KEYTYPE, CONFIG_NAME, CONFIG_TYPE, INDEX_DEFINITION, INDEX_DEFINITION_CLASS, INDEX_VERSION, METADATA, VALUE_CONTAINER_ALGORITHMMERGE_KEYS| Constructor and Description |
|---|
OIndexFullText(String name,
String typeId,
String algorithm,
int version,
OAbstractPaginatedStorage storage,
String valueContainerAlgorithm,
ODocument metadata,
int binaryFormatVersion)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeUsedInEqualityOperators()
Deprecated.
Indicates whether given index can be used to calculate result of
OQueryOperatorEquality operators. |
OIndexInternal |
create(OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener,
OBinarySerializer valueSerializer)
Deprecated.
Creates the index.
|
OIndexMultiValues |
create(String name,
OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener)
Deprecated.
|
protected OIndexAbstract.IndexConfiguration |
indexConfigurationInstance(ODocument document)
Deprecated.
|
OIndexFullText |
put(Object key,
OIdentifiable value)
Deprecated.
Indexes a value and save the index.
|
boolean |
remove(Object key,
OIdentifiable rid)
Deprecated.
Splits passed in key on several words and remove records with keys equals to any item of split
result and values equals to passed in value.
|
boolean |
supportsOrderedIterations()
Deprecated.
|
ODocument |
updateConfiguration()
Deprecated.
Saves the index configuration to disk.
|
descStream, determineValueSerializer, doPut, doRemove, get, getRids, isNativeTxSupported, size, stream, streamEntries, streamEntriesBetween, streamEntriesMajor, streamEntriesMinoracquireAtomicExclusiveLock, acquireExclusiveLock, acquireSharedLock, addCluster, addTxOperation, clear, clearSnapshot, close, commit, commitSnapshot, compareTo, count, cursor, delete, descCursor, doDelete, doReloadIndexEngine, doRemove, equals, flush, getAlgorithm, getClusters, getCollatingValue, getConfiguration, getDatabase, getDatabaseName, getDefinition, getFirstKey, getIndexId, getIndexNameByKey, getInternal, getKeySize, getKeyTypes, getLastKey, getMetadata, getName, getRebuildVersion, getSize, getType, getVersion, hashCode, hasRangeQuerySupport, interpretTxKeyChanges, isAutomatic, isRebuilding, isUnique, iterateEntries, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyCursor, keyStream, loadFromConfiguration, loadMetadata, loadMetadataInternal, manualIndexesWarning, onIndexEngineChange, postCommit, preCommit, putInSnapshot, rebuild, rebuild, releaseExclusiveLock, releaseSharedLock, remove, removeCluster, removeFromSnapshot, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisLabelSecurityDefined, isReadRestrictedBySecurityPolicy, securityFilterOnRead, securityFilterOnReadpublic OIndexFullText put(Object key, OIdentifiable value)
put in interface OIndexput in class OIndexMultiValueskey - Entry's keyvalue - Entry's value as OIdentifiable instancepublic boolean remove(Object key, OIdentifiable rid)
remove in interface OIndexremove in class OIndexMultiValueskey - Key to remove.rid - Value to remove.true if at least one record is removed.public OIndexInternal create(OIndexDefinition indexDefinition, String clusterIndexName, Set<String> clustersToIndex, boolean rebuild, OProgressListener progressListener, OBinarySerializer valueSerializer)
OIndexAbstractcreate in class OIndexAbstractclusterIndexName - Cluster name where to place the TreeMappublic OIndexMultiValues create(String name, OIndexDefinition indexDefinition, String clusterIndexName, Set<String> clustersToIndex, boolean rebuild, OProgressListener progressListener)
create in interface OIndexcreate in class OIndexMultiValuespublic ODocument updateConfiguration()
OIndexInternalupdateConfiguration in interface OIndexInternalupdateConfiguration in class OIndexAbstractOIndex.getConfiguration()protected OIndexAbstract.IndexConfiguration indexConfigurationInstance(ODocument document)
public boolean canBeUsedInEqualityOperators()
OIndexInternalOQueryOperatorEquality operators.true if given index can be used to calculate result of OQueryOperatorEquality operators.public boolean supportsOrderedIterations()
Copyright © 2009–2025 OrientDB. All rights reserved.