Uses of Class
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
Packages that use SearchAnalyzer Package Description com.arangodb com.arangodb.entity.arangosearch.analyzer -
-
Uses of SearchAnalyzer in com.arangodb
Methods in com.arangodb that return SearchAnalyzer Modifier and Type Method Description SearchAnalyzerArangoDatabase. createSearchAnalyzer(SearchAnalyzer analyzer)Creates an AnalyzerSearchAnalyzerArangoDatabase. getSearchAnalyzer(String name)Gets information about an AnalyzerMethods in com.arangodb that return types with arguments of type SearchAnalyzer Modifier and Type Method Description Collection<SearchAnalyzer>ArangoDatabase. getSearchAnalyzers()Retrieves all analyzers definitions.Methods in com.arangodb with parameters of type SearchAnalyzer Modifier and Type Method Description SearchAnalyzerArangoDatabase. createSearchAnalyzer(SearchAnalyzer analyzer)Creates an Analyzer -
Uses of SearchAnalyzer in com.arangodb.entity.arangosearch.analyzer
Subclasses of SearchAnalyzer in com.arangodb.entity.arangosearch.analyzer Modifier and Type Class Description classAQLAnalyzerAn Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.classClassificationAnalyzerAn Analyzer capable of classifying tokens in the input text.classCollationAnalyzerAn Analyzer capable of converting the input into a set of language-specific tokens.classDelimiterAnalyzerAn Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).classGeoJSONAnalyzerAn Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with ArangoSearch Geo functions.classGeoPointAnalyzerAn Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further usage with ArangoSearch Geo functions.classIdentityAnalyzerAn Analyzer applying the identity transformation, i.e.classMinHashAnalyzerAn Analyzer that computes so called MinHash signatures using a locality-sensitive hash function.classNearestNeighborsAnalyzerAn Analyzer capable of finding nearest neighbors of tokens in the input.classNGramAnalyzerAn Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).classNormAnalyzerAn Analyzer capable of normalizing the text, treated as a single token, i.e.classPipelineAnalyzerAn Analyzer capable of chaining effects of multiple Analyzers into one.classSegmentationAnalyzerAn Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for mixed language strings.classStemAnalyzerAn Analyzer capable of stemming the text, treated as a single token, for supported languages.classStopwordsAnalyzerAn Analyzer capable of removing specified tokens from the input.classTextAnalyzerAn 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.Methods in com.arangodb.entity.arangosearch.analyzer that return SearchAnalyzer Modifier and Type Method Description SearchAnalyzerMinHashAnalyzerProperties. getAnalyzer()Methods in com.arangodb.entity.arangosearch.analyzer that return types with arguments of type SearchAnalyzer Modifier and Type Method Description List<SearchAnalyzer>PipelineAnalyzerProperties. getPipeline()Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type SearchAnalyzer Modifier and Type Method Description PipelineAnalyzerPropertiesPipelineAnalyzerProperties. addAnalyzer(SearchAnalyzer analyzer)Appends the specified analyzer to the end of the pipeline.voidMinHashAnalyzerProperties. setAnalyzer(SearchAnalyzer analyzer)Method parameters in com.arangodb.entity.arangosearch.analyzer with type arguments of type SearchAnalyzer Modifier and Type Method Description voidPipelineAnalyzerProperties. setPipeline(List<SearchAnalyzer> pipeline)
-