Package com.arangodb.entity.arangosearch.analyzer
package com.arangodb.entity.arangosearch.analyzer
-
ClassDescriptionAn Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.An Analyzer capable of classifying tokens in the input text.An Analyzer capable of converting the input into a set of language-specific tokens.An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).An Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with ArangoSearch Geo functions.An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further usage with ArangoSearch Geo functions.An Analyzer capable of breaking up a GeoJSON object or coordinate array in [longitude, latitude] order into a set of indexable tokens for further usage with ArangoSearch Geo functions.An Analyzer applying the identity transformation, i.e. returning the input unmodified.An Analyzer that computes so called MinHash signatures using a locality-sensitive hash function.An Analyzer capable of breaking up text into tokens using multiple delimiters.An Analyzer capable of finding nearest neighbors of tokens in the input.An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).An Analyzer capable of normalizing the text, treated as a single token, i.e. case conversion and accent removal.An Analyzer capable of chaining effects of multiple Analyzers into one.An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for mixed language strings.An Analyzer capable of stemming the text, treated as a single token, for supported languages.An Analyzer capable of removing specified tokens from the input.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.An Analyzer that creates n-grams to enable fast partial matching for wildcard queries if you have large string values, especially if you want to search for suffixes or substrings in the middle of strings (infixes) as opposed to prefixes.