Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.entity.arangosearch | |
com.arangodb.entity.arangosearch.analyzer |
Modifier and Type | Class and Description |
---|---|
class |
ArangoSearchPropertiesEntity |
class |
SearchAliasPropertiesEntity |
Modifier and Type | Class and Description |
---|---|
class |
AQLAnalyzer
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.
|
class |
ClassificationAnalyzer
An Analyzer capable of classifying tokens in the input text.
|
class |
CollationAnalyzer
An Analyzer capable of converting the input into a set of language-specific tokens.
|
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 |
MinHashAnalyzer
An Analyzer that computes so called MinHash signatures using a locality-sensitive hash function.
|
class |
NearestNeighborsAnalyzer
An Analyzer capable of finding nearest neighbors of tokens in the input.
|
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 |
SegmentationAnalyzer
An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for
mixed language strings.
|
class |
StemAnalyzer
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
|
class |
StopwordsAnalyzer
An Analyzer capable of removing specified tokens from the input.
|
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–2022 ArangoDB GmbH. All rights reserved.