| Package | Description |
|---|---|
| com.azure.search.documents |
Package containing classes for creating
SearchClient or
SearchAsyncClient used to perform document management, autocomplete, search, or
suggestion operations using an Azure Cognitive Search service index. |
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Class and Description |
|---|
| IndexDocumentsBatch
Contains a batch of document write actions to send to the index.
|
| Class and Description |
|---|
| AnalyzeTextOptions
Specifies some text and analysis components used to break that text into
tokens.
|
| DataChangeDetectionPolicy
Base type for data change detection policies.
|
| DataDeletionDetectionPolicy
Base type for data deletion detection policies.
|
| FieldBuilderOptions
Additional parameters to build
SearchField. |
| SearchIndex
Represents a search index definition, which describes the fields and search
behavior of an index.
|
| SearchIndexer
Represents an indexer.
|
| SearchIndexerDataSourceConnection
Represents a datasource definition, which can be used to configure an
indexer.
|
| SearchIndexerSkillset
A list of skills.
|
| SearchIndexerStatus
Represents the current status and execution history of an indexer.
|
| SearchIndexStatistics
Statistics for a given index.
|
| SearchServiceStatistics
Response from a get service statistics request.
|
| SynonymMap
Represents a synonym map definition.
|
| Class and Description |
|---|
| AnalyzeTextOptions
Specifies some text and analysis components used to break that text into
tokens.
|
| AsciiFoldingTokenFilter
Converts alphabetic, numeric, and symbolic Unicode characters which are not
in the first 127 ASCII characters (the "Basic Latin" Unicode block) into
their ASCII equivalents, if such equivalents exist.
|
| BM25SimilarityAlgorithm
Ranking function based on the Okapi BM25 similarity algorithm.
|
| CharFilter
Base type for character filters.
|
| CharFilterName
Defines values for CharFilterName.
|
| CjkBigramTokenFilter
Forms bigrams of CJK terms that are generated from the standard tokenizer.
|
| CjkBigramTokenFilterScripts
Defines values for CjkBigramTokenFilterScripts.
|
| ClassicTokenizer
Grammar-based tokenizer that is suitable for processing most
European-language documents.
|
| CognitiveServicesAccount
Base type for describing any cognitive service resource attached to a
skillset.
|
| CognitiveServicesAccountKey
A cognitive service resource provisioned with a key that is attached to a
skillset.
|
| CommonGramTokenFilter
Construct bigrams for frequently occurring terms while indexing.
|
| CorsOptions
Defines options to control Cross-Origin Resource Sharing (CORS) for an
index.
|
| CustomAnalyzer
Allows you to take control over the process of converting text into
indexable/searchable tokens.
|
| DataChangeDetectionPolicy
Base type for data change detection policies.
|
| DataDeletionDetectionPolicy
Base type for data deletion detection policies.
|
| DictionaryDecompounderTokenFilter
Decomposes compound words found in many Germanic languages.
|
| DistanceScoringParameters
Provides parameter values to a distance scoring function.
|
| EdgeNGramTokenFilter
Generates n-grams of the given size(s) starting from the front or the back
of an input token.
|
| EdgeNGramTokenFilterSide
Defines values for EdgeNGramTokenFilterSide.
|
| EdgeNGramTokenizer
Tokenizes the input from an edge into n-grams of the given size(s).
|
| ElisionTokenFilter
Removes elisions.
|
| EntityCategory
Defines values for EntityCategory.
|
| EntityRecognitionSkill
Text analytics entity recognition.
|
| EntityRecognitionSkillLanguage
Defines values for EntityRecognitionSkillLanguage.
|
| FieldBuilderOptions
Additional parameters to build
SearchField. |
| FieldMapping
Defines a mapping between a field in a data source and a target field in an
index.
|
| FieldMappingFunction
Represents a function that transforms a value from a data source before
indexing.
|
| FreshnessScoringParameters
Provides parameter values to a freshness scoring function.
|
| ImageAnalysisSkill
A skill that analyzes image files.
|
| ImageAnalysisSkillLanguage
Defines values for ImageAnalysisSkillLanguage.
|
| ImageDetail
Defines values for ImageDetail.
|
| IndexDocumentsBatch
Contains a batch of document write actions to send to the index.
|
| IndexerExecutionResult
Represents the result of an individual indexer execution.
|
| IndexerExecutionStatus
Defines values for IndexerExecutionStatus.
|
| IndexerStatus
Defines values for IndexerStatus.
|
| IndexingParameters
Represents parameters for indexer execution.
|
| IndexingSchedule
Represents a schedule for indexer execution.
|
| InputFieldMappingEntry
Input field mapping for a skill.
|
| KeepTokenFilter
A token filter that only keeps tokens with text contained in a specified
list of words.
|
| KeyPhraseExtractionSkill
A skill that uses text analytics for key phrase extraction.
|
| KeyPhraseExtractionSkillLanguage
Defines values for KeyPhraseExtractionSkillLanguage.
|
| KeywordMarkerTokenFilter
Marks terms as keywords.
|
| KeywordTokenizer
Emits the entire input as a single token.
|
| LengthTokenFilter
Removes words that are too long or too short.
|
| LexicalAnalyzer
Base type for analyzers.
|
| LexicalAnalyzerName
Defines values for LexicalAnalyzerName.
|
| LexicalTokenizer
Base type for tokenizers.
|
| LexicalTokenizerName
Defines values for LexicalTokenizerName.
|
| LimitTokenFilter
Limits the number of tokens while indexing.
|
| LuceneStandardAnalyzer
Standard Apache Lucene analyzer; Composed of the standard tokenizer,
lowercase filter and stop filter.
|
| LuceneStandardTokenizer
Breaks text following the Unicode Text Segmentation rules.
|
| MagnitudeScoringParameters
Provides parameter values to a magnitude scoring function.
|
| MergeSkill
A skill for merging two or more strings into a single unified string, with
an optional user-defined delimiter separating each component part.
|
| MicrosoftLanguageStemmingTokenizer
Divides text using language-specific rules and reduces words to their base
forms.
|
| MicrosoftLanguageTokenizer
Divides text using language-specific rules.
|
| MicrosoftStemmingTokenizerLanguage
Defines values for MicrosoftStemmingTokenizerLanguage.
|
| MicrosoftTokenizerLanguage
Defines values for MicrosoftTokenizerLanguage.
|
| NGramTokenFilter
Generates n-grams of the given size(s).
|
| NGramTokenizer
Tokenizes the input into n-grams of the given size(s).
|
| OcrSkill
A skill that extracts text from image files.
|
| OcrSkillLanguage
Defines values for OcrSkillLanguage.
|
| OutputFieldMappingEntry
Output field mapping for a skill.
|
| PathHierarchyTokenizer
Tokenizer for path-like hierarchies.
|
| PatternAnalyzer
Flexibly separates text into terms via a regular expression pattern.
|
| PatternCaptureTokenFilter
Uses Java regexes to emit multiple tokens - one for each capture group in
one or more patterns.
|
| PatternTokenizer
Tokenizer that uses regex pattern matching to construct distinct tokens.
|
| PhoneticEncoder
Defines values for PhoneticEncoder.
|
| PhoneticTokenFilter
Create tokens for phonetic matches.
|
| RegexFlags
Defines values for RegexFlags.
|
| ResourceCounter
Represents a resource's usage and quota.
|
| ScoringFunction
Base type for functions that can modify document scores during ranking.
|
| ScoringFunctionAggregation
Defines values for ScoringFunctionAggregation.
|
| ScoringFunctionInterpolation
Defines values for ScoringFunctionInterpolation.
|
| ScoringProfile
Defines parameters for a search index that influence scoring in search
queries.
|
| SearchField
Represents a field in an index definition, which describes the name, data
type, and search behavior of a field.
|
| SearchFieldDataType
Defines values for SearchFieldDataType.
|
| SearchIndex
Represents a search index definition, which describes the fields and search
behavior of an index.
|
| SearchIndexer
Represents an indexer.
|
| SearchIndexerDataContainer
Represents information about the entity (such as Azure SQL table or CosmosDB
collection) that will be indexed.
|
| SearchIndexerDataSourceConnection
Represents a datasource definition, which can be used to configure an
indexer.
|
| SearchIndexerDataSourceType
Defines values for SearchIndexerDataSourceType.
|
| SearchIndexerLimits
The SearchIndexerLimits model.
|
| SearchIndexerSkill
Base type for skills.
|
| SearchIndexerSkillset
A list of skills.
|
| SearchResourceEncryptionKey
A customer-managed encryption key in Azure Key Vault.
|
| SearchServiceCounters
Represents service-level resource counters and quotas.
|
| SearchServiceLimits
Represents various service level limits.
|
| SearchSuggester
Defines how the Suggest API should apply to a group of fields in the index.
|
| SentimentSkill
Text analytics positive-negative sentiment analysis, scored as a floating
point value in a range of zero to 1.
|
| SentimentSkillLanguage
Defines values for SentimentSkillLanguage.
|
| ShingleTokenFilter
Creates combinations of tokens as a single token.
|
| SimilarityAlgorithm
Base type for similarity algorithms.
|
| SnowballTokenFilterLanguage
Defines values for SnowballTokenFilterLanguage.
|
| SoftDeleteColumnDeletionDetectionPolicy
Defines a data deletion detection policy that implements a soft-deletion
strategy.
|
| SplitSkill
A skill to split a string into chunks of text.
|
| SplitSkillLanguage
Defines values for SplitSkillLanguage.
|
| StemmerTokenFilterLanguage
Defines values for StemmerTokenFilterLanguage.
|
| StopAnalyzer
Divides text at non-letters; Applies the lowercase and stopword token
filters.
|
| StopwordsList
Defines values for StopwordsList.
|
| StopwordsTokenFilter
Removes stop words from a token stream.
|
| SynonymMap
Represents a synonym map definition.
|
| SynonymTokenFilter
Matches single or multi-word synonyms in a token stream.
|
| TagScoringParameters
Provides parameter values to a tag scoring function.
|
| TextSplitMode
Defines values for TextSplitMode.
|
| TextTranslationSkill
A skill to translate text from one language to another.
|
| TextTranslationSkillLanguage
Defines values for TextTranslationSkillLanguage.
|
| TextWeights
Defines weights on index fields for which matches should boost scoring in
search queries.
|
| TokenCharacterKind
Defines values for TokenCharacterKind.
|
| TokenFilter
Base type for token filters.
|
| TokenFilterName
Defines values for TokenFilterName.
|
| TruncateTokenFilter
Truncates the terms to a specific length.
|
| UaxUrlEmailTokenizer
Tokenizes urls and emails as one token.
|
| UniqueTokenFilter
Filters out tokens with same text as the previous token.
|
| VisualFeature
Defines values for VisualFeature.
|
| WebApiSkill
A skill that can call a Web API endpoint, allowing you to extend a skillset
by having it call your custom code.
|
| WordDelimiterTokenFilter
Splits words into subwords and performs optional transformations on subword
groups.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.