Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.entity.arangosearch | |
com.arangodb.entity.arangosearch.analyzer |
Modifier and Type | Class and Description |
---|---|
class |
AqlExecutionExplainEntity |
class |
AqlFunctionEntity |
class |
AqlParseEntity |
class |
ArangoDBEngine |
class |
ArangoDBVersion |
class |
CollectionEntity |
class |
CollectionPropertiesEntity |
class |
CollectionRevisionEntity |
class |
CursorEntity |
class |
DatabaseEntity |
class |
DocumentCreateEntity<T> |
class |
DocumentDeleteEntity<T> |
class |
DocumentEntity |
class |
DocumentImportEntity |
class |
DocumentUpdateEntity<T> |
class |
EdgeEntity |
class |
EdgeUpdateEntity |
class |
ErrorEntity |
class |
GraphEntity |
class |
IndexEntity |
class |
LogEntity |
class |
LogEntriesEntity |
class |
LogLevelEntity |
class |
MultiDocumentEntity<E> |
class |
PathEntity<V,E> |
class |
QueryCachePropertiesEntity |
class |
QueryEntity |
class |
QueryTrackingPropertiesEntity |
class |
ShardEntity |
class |
StreamTransactionEntity |
class |
TransactionEntity |
class |
TraversalEntity<V,E> |
class |
UserEntity |
class |
VertexEntity |
class |
VertexUpdateEntity |
class |
ViewEntity |
Modifier and Type | Class and Description |
---|---|
class |
ArangoSearchPropertiesEntity |
Modifier and Type | Class and Description |
---|---|
class |
AQLAnalyzer
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.
|
class |
DelimiterAnalyzer
An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).
|
class |
GeoJSONAnalyzer
An Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with
ArangoSearch Geo functions.
|
class |
GeoPointAnalyzer
An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further
usage with ArangoSearch Geo functions.
|
class |
IdentityAnalyzer
An Analyzer applying the identity transformation, i.e.
|
class |
NGramAnalyzer
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).
|
class |
NormAnalyzer
An Analyzer capable of normalizing the text, treated as a single token, i.e.
|
class |
PipelineAnalyzer
An Analyzer capable of chaining effects of multiple Analyzers into one.
|
class |
SearchAnalyzer |
class |
StemAnalyzer
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
|
class |
StopwordsAnalyzer
WARNING:
The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
|
class |
TextAnalyzer
An Analyzer capable of breaking up strings into individual words while also optionally filtering out stop-words,
extracting word stems, applying case conversion and accent removal.
|
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.