| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchField |
SearchField.setAnalyzerName(LexicalAnalyzerName analyzerName)
Set the analyzer property: The name of the analyzer to use for the
field.
|
SearchField |
SearchField.setFacetable(Boolean facetable)
Set the facetable property: A value indicating whether to enable the
field to be referenced in facet queries.
|
SearchField |
SearchField.setFields(List<SearchField> fields)
Set the fields property: A list of sub-fields if this is a field of type
Edm.ComplexType or Collection(Edm.ComplexType).
|
SearchField |
SearchField.setFields(SearchField... fields)
Set the fields property: A list of sub-fields if this is a field of type
Edm.ComplexType or Collection(Edm.ComplexType).
|
SearchField |
SearchField.setFilterable(Boolean filterable)
Set the filterable property: A value indicating whether to enable the
field to be referenced in $filter queries.
|
SearchField |
SearchField.setHidden(Boolean hidden)
Set the hidden property: A value indicating whether the field will be
returned in a search result.
|
SearchField |
SearchField.setIndexAnalyzerName(LexicalAnalyzerName indexAnalyzerName)
Set the indexAnalyzer property: The name of the analyzer used at
indexing time for the field.
|
SearchField |
SearchField.setKey(Boolean key)
Set the key property: A value indicating whether the field uniquely
identifies documents in the index.
|
SearchField |
SearchField.setSearchable(Boolean searchable)
Set the searchable property: A value indicating whether the field is
full-text searchable.
|
SearchField |
SearchField.setSearchAnalyzerName(LexicalAnalyzerName searchAnalyzerName)
Set the searchAnalyzer property: The name of the analyzer used at search
time for the field.
|
SearchField |
SearchField.setSortable(Boolean sortable)
Set the sortable property: A value indicating whether to enable the
field to be referenced in $orderby expressions.
|
SearchField |
SearchField.setSynonymMapNames(List<String> synonymMapNames)
Set the synonymMaps property: A list of the names of synonym maps to
associate with this field.
|
SearchField |
SearchField.setSynonymMapNames(String... synonymMapNames)
Set the synonymMaps property: A list of the names of synonym maps to
associate with this field.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.setFields(SearchField... fields)
Set the fields property: The fields of the index.
|
SearchField |
SearchField.setFields(SearchField... fields)
Set the fields property: A list of sub-fields if this is a field of type
Edm.ComplexType or Collection(Edm.ComplexType).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.