| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| com.azure.search.util |
Package containing Search utility classes.
|
| Class and Description |
|---|
| AnalyzeRequest
Specifies some text and analysis components used to break that text into
tokens.
|
| AutocompleteOptions
Additional parameters for autocompleteGet operation.
|
| DataChangeDetectionPolicy
Abstract base class for data change detection policies.
|
| DataDeletionDetectionPolicy
Abstract base class for data deletion detection policies.
|
| DataSource
Represents a datasource definition, which can be used to configure an
indexer.
|
| GetIndexStatisticsResult
Statistics for a given index.
|
| Index
Represents a search index definition, which describes the fields and search
behavior of an index.
|
| IndexDocumentsBatch
Contains a batch of document write actions to send to the index.
|
| IndexDocumentsResult
Response containing the status of operations for all documents in the
indexing request.
|
| Indexer
Represents an indexer.
|
| IndexerExecutionInfo
Represents the current status and execution history of an indexer.
|
| RequestOptions
Additional parameters for a set of operations.
|
| SearchOptions
Additional parameters for searchGet operation.
|
| ServiceStatistics
Response from a get service statistics request.
|
| Skillset
A list of skills.
|
| SuggestOptions
Additional parameters for suggestGet operation.
|
| SynonymMap
Represents a synonym map definition.
|
| Class and Description |
|---|
| Analyzer
Abstract base class for analyzers.
|
| AnalyzeRequest
Specifies some text and analysis components used to break that text into
tokens.
|
| AnalyzerName
Defines values for AnalyzerName.
|
| 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.
|
| AutocompleteMode
Defines values for AutocompleteMode.
|
| AutocompleteOptions
Additional parameters for autocompleteGet operation.
|
| AutocompleteRequest
Parameters for fuzzy matching, and other autocomplete query behaviors.
|
| AzureActiveDirectoryApplicationCredentials
Credentials of a registered application created for your search service,
used for authenticated access to the encryption keys stored in Azure Key
Vault.
|
| CharFilter
Abstract base class for character filters.
|
| CharFilterName
Defines values for CharFilterName.
|
| CjkBigramTokenFilter
Forms bigrams of CJK terms that are generated from StandardTokenizer.
|
| CjkBigramTokenFilterScripts
Defines values for CjkBigramTokenFilterScripts.
|
| ClassicTokenizer
Grammar-based tokenizer that is suitable for processing most
European-language documents.
|
| CognitiveServicesAccount
Abstract base class for describing any cognitive service resource attached
to the 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.
|
| CoordinateSystem
The EPSG:4326 is the coordinate system used for GeographyPoints in Azure Cognitive Search.
|
| 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
Abstract base class for data change detection policies.
|
| DataContainer
Represents information about the entity (such as Azure SQL table or CosmosDB
collection) that will be indexed.
|
| DataDeletionDetectionPolicy
Abstract base class for data deletion detection policies.
|
| DataSource
Represents a datasource definition, which can be used to configure an
indexer.
|
| DataSourceCredentials
Represents credentials that can be used to connect to a datasource.
|
| DataSourceType
Defines values for DataSourceType.
|
| DataType
Defines values for DataType.
|
| DictionaryDecompounderTokenFilter
Decomposes compound words found in many Germanic languages.
|
| DistanceScoringFunction
Defines a function that boosts scores based on distance from a geographic
location.
|
| 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.
|
| EdgeNGramTokenFilterV2
Generates n-grams of the given size(s) starting from the front or the back
of an input token.
|
| EdgeNGramTokenizer
Tokenizes the input from an edge into n-grams of the given size(s).
|
| ElisionTokenFilter
Removes elisions.
|
| EncryptionKey
A customer-managed encryption key in Azure Key Vault.
|
| EntityCategory
Defines values for EntityCategory.
|
| EntityRecognitionSkill
Text analytics entity recognition.
|
| EntityRecognitionSkillLanguage
Defines values for EntityRecognitionSkillLanguage.
|
| FacetResult
A single bucket of a facet query result.
|
| Field
Represents a field in an index definition, which describes the name, data
type, and search behavior of a field.
|
| 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.
|
| FreshnessScoringFunction
Defines a function that boosts scores based on the value of a date-time
field.
|
| FreshnessScoringParameters
Provides parameter values to a freshness scoring function.
|
| GeoPoint
Representation of GeographyPoint as used Azure Cognitive Search.
|
| HighWaterMarkChangeDetectionPolicy
Defines a data change detection policy that captures changes based on the
value of a high water mark column.
|
| ImageAnalysisSkill
A skill that analyzes image files.
|
| ImageAnalysisSkillLanguage
Defines values for ImageAnalysisSkillLanguage.
|
| ImageDetail
Defines values for ImageDetail.
|
| Index
Represents a search index definition, which describes the fields and search
behavior of an index.
|
| IndexAction
Represents an index action that operates on a document.
|
| IndexActionType
Defines values for IndexActionType.
|
| IndexBatchBase
Contains a batch of document write actions to send to the index.
|
| IndexDocumentsBatch
Contains a batch of document write actions to send to the index.
|
| Indexer
Represents an indexer.
|
| IndexerExecutionResult
Represents the result of an individual indexer execution.
|
| IndexerExecutionStatus
Defines values for IndexerExecutionStatus.
|
| IndexerLimits
The IndexerLimits model.
|
| 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.
|
| KeywordTokenizerV2
Emits the entire input as a single token.
|
| LengthTokenFilter
Removes words that are too long or too short.
|
| LimitTokenFilter
Limits the number of tokens while indexing.
|
| MagnitudeScoringFunction
Defines a function that boosts scores based on the magnitude of a numeric
field.
|
| MagnitudeScoringParameters
Provides parameter values to a magnitude scoring function.
|
| MappingCharFilter
A character filter that applies mappings defined with the mappings option.
|
| 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.
|
| NamedEntityRecognitionSkill
Text analytics named entity recognition.
|
| NamedEntityRecognitionSkillLanguage
Defines values for NamedEntityRecognitionSkillLanguage.
|
| NGramTokenFilter
Generates n-grams of the given size(s).
|
| NGramTokenFilterV2
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.
|
| PathHierarchyTokenizerV2
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.
|
| PatternReplaceCharFilter
A character filter that replaces characters in the input string.
|
| PatternReplaceTokenFilter
A character filter that replaces characters in the input string.
|
| PatternTokenizer
Tokenizer that uses regex pattern matching to construct distinct tokens.
|
| PhoneticEncoder
Defines values for PhoneticEncoder.
|
| PhoneticTokenFilter
Create tokens for phonetic matches.
|
| QueryType
Defines values for QueryType.
|
| RegexFlags
Defines values for RegexFlags.
|
| RequestOptions
Additional parameters for a set of operations.
|
| ResourceCounter
Represents a resource's usage and quota.
|
| ScoringFunction
Abstract base class 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.
|
| SearchError
Describes an error condition for the Azure Cognitive Search API.
|
| SearchMode
Defines values for SearchMode.
|
| SearchOptions
Additional parameters for searchGet operation.
|
| SearchRequest
Parameters for filtering, sorting, faceting, paging, and other search query
behaviors.
|
| 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.
|
| ServiceCounters
Represents service-level resource counters and quotas.
|
| ServiceLimits
Represents various service level limits.
|
| ServiceStatistics
Response from a get service statistics request.
|
| ShingleTokenFilter
Creates combinations of tokens as a single token.
|
| Skill
Abstract base class for skills.
|
| Skillset
A list of skills.
|
| SnowballTokenFilter
A filter that stems words using a Snowball-generated stemmer.
|
| 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.
|
| StandardAnalyzer
Standard Apache Lucene analyzer; Composed of the standard tokenizer,
lowercase filter and stop filter.
|
| StandardTokenizer
Breaks text following the Unicode Text Segmentation rules.
|
| StandardTokenizerV2
Breaks text following the Unicode Text Segmentation rules.
|
| StemmerOverrideTokenFilter
Provides the ability to override other stemming filters with custom
dictionary-based stemming.
|
| StemmerTokenFilter
Language specific stemming filter.
|
| 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.
|
| Suggester
Defines how the Suggest API should apply to a group of fields in the index.
|
| SuggestOptions
Additional parameters for suggestGet operation.
|
| SuggestRequest
Parameters for filtering, sorting, fuzzy matching, and other suggestions
query behaviors.
|
| SynonymMap
Represents a synonym map definition.
|
| SynonymTokenFilter
Matches single or multi-word synonyms in a token stream.
|
| TagScoringFunction
Defines a function that boosts scores of documents with string values
matching a given list of tags.
|
| TagScoringParameters
Provides parameter values to a tag scoring function.
|
| TextExtractionAlgorithm
Defines values for TextExtractionAlgorithm.
|
| 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
Abstract base class for token filters.
|
| TokenFilterName
Defines values for TokenFilterName.
|
| Tokenizer
Abstract base class for tokenizers.
|
| TokenizerName
Defines values for TokenizerName.
|
| 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.
|
| Class and Description |
|---|
| SearchRequest
Parameters for filtering, sorting, faceting, paging, and other search query
behaviors.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.