Uses of Class
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
Packages that use SearchAnalyzer
-
Uses of SearchAnalyzer in com.arangodb
Methods in com.arangodb that return SearchAnalyzerModifier and TypeMethodDescriptionArangoDatabase.createSearchAnalyzer
(SearchAnalyzer analyzer) Creates an AnalyzerArangoDatabase.getSearchAnalyzer
(String name) Gets information about an AnalyzerMethods in com.arangodb that return types with arguments of type SearchAnalyzerModifier and TypeMethodDescriptionArangoDatabaseAsync.createSearchAnalyzer
(SearchAnalyzer analyzer) Asynchronous version ofArangoDatabase.createSearchAnalyzer(SearchAnalyzer)
ArangoDatabaseAsync.getSearchAnalyzer
(String name) Asynchronous version ofArangoDatabase.getSearchAnalyzer(String)
ArangoDatabase.getSearchAnalyzers()
Retrieves all analyzers definitions.ArangoDatabaseAsync.getSearchAnalyzers()
Asynchronous version ofArangoDatabase.getSearchAnalyzers()
Methods in com.arangodb with parameters of type SearchAnalyzerModifier and TypeMethodDescriptionArangoDatabase.createSearchAnalyzer
(SearchAnalyzer analyzer) Creates an AnalyzerArangoDatabaseAsync.createSearchAnalyzer
(SearchAnalyzer analyzer) Asynchronous version ofArangoDatabase.createSearchAnalyzer(SearchAnalyzer)
-
Uses of SearchAnalyzer in com.arangodb.entity.arangosearch.analyzer
Subclasses of SearchAnalyzer in com.arangodb.entity.arangosearch.analyzerModifier and TypeClassDescriptionfinal class
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.final class
An Analyzer capable of classifying tokens in the input text.final class
An Analyzer capable of converting the input into a set of language-specific tokens.final class
An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).final class
An Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with ArangoSearch Geo functions.final class
An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further usage with ArangoSearch Geo functions.final class
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.final class
An Analyzer applying the identity transformation, i.e. returning the input unmodified.final class
An Analyzer that computes so called MinHash signatures using a locality-sensitive hash function.final class
An Analyzer capable of breaking up text into tokens using multiple delimiters.final class
An Analyzer capable of finding nearest neighbors of tokens in the input.final class
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).final class
An Analyzer capable of normalizing the text, treated as a single token, i.e. case conversion and accent removal.final class
An Analyzer capable of chaining effects of multiple Analyzers into one.final class
An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for mixed language strings.final class
An Analyzer capable of stemming the text, treated as a single token, for supported languages.final class
An Analyzer capable of removing specified tokens from the input.final class
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.final class
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.Methods in com.arangodb.entity.arangosearch.analyzer that return SearchAnalyzerModifier and TypeMethodDescriptionMinHashAnalyzerProperties.getAnalyzer()
WildcardAnalyzerProperties.getAnalyzer()
Methods in com.arangodb.entity.arangosearch.analyzer that return types with arguments of type SearchAnalyzerMethods in com.arangodb.entity.arangosearch.analyzer with parameters of type SearchAnalyzerModifier and TypeMethodDescriptionPipelineAnalyzerProperties.addAnalyzer
(SearchAnalyzer analyzer) Appends the specified analyzer to the end of the pipeline.void
MinHashAnalyzerProperties.setAnalyzer
(SearchAnalyzer analyzer) void
WildcardAnalyzerProperties.setAnalyzer
(SearchAnalyzer analyzer) Method parameters in com.arangodb.entity.arangosearch.analyzer with type arguments of type SearchAnalyzerModifier and TypeMethodDescriptionvoid
PipelineAnalyzerProperties.setPipeline
(List<SearchAnalyzer> pipeline) -
Uses of SearchAnalyzer in com.arangodb.internal
Methods in com.arangodb.internal that return SearchAnalyzerModifier and TypeMethodDescriptionArangoDatabaseImpl.createSearchAnalyzer
(SearchAnalyzer analyzer) ArangoDatabaseImpl.getSearchAnalyzer
(String name) Methods in com.arangodb.internal that return types with arguments of type SearchAnalyzerModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.createSearchAnalyzer
(SearchAnalyzer analyzer) ArangoDatabaseAsyncImpl.getSearchAnalyzer
(String name) ArangoDatabaseAsyncImpl.getSearchAnalyzers()
ArangoDatabaseImpl.getSearchAnalyzers()
InternalArangoDatabase.getSearchAnalyzersResponseDeserializer()
Methods in com.arangodb.internal with parameters of type SearchAnalyzerModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoDatabase.createAnalyzerRequest
(SearchAnalyzer options) ArangoDatabaseAsyncImpl.createSearchAnalyzer
(SearchAnalyzer analyzer) ArangoDatabaseImpl.createSearchAnalyzer
(SearchAnalyzer analyzer)