public sealed class Index.Types.IndexField.Types.SearchConfig : IMessage<Index.Types.IndexField.Types.SearchConfig>, IEquatable<Index.Types.IndexField.Types.SearchConfig>, IDeepCloneable<Index.Types.IndexField.Types.SearchConfig>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class Index.Types.IndexField.Types.SearchConfig.
The configuration for how to index a field for search.
Implements
IMessageIndexTypesIndexFieldTypesSearchConfig, IEquatableIndexTypesIndexFieldTypesSearchConfig, IDeepCloneableIndexTypesIndexFieldTypesSearchConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
SearchConfig()
public SearchConfig()SearchConfig(SearchConfig)
public SearchConfig(Index.Types.IndexField.Types.SearchConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexTypesIndexFieldTypesSearchConfig |
Properties
GeoSpec
public Index.Types.IndexField.Types.SearchConfig.Types.SearchGeoSpec GeoSpec { get; set; }Optional. The specification for building a geo search index for a field.
| Property Value | |
|---|---|
| Type | Description |
IndexTypesIndexFieldTypesSearchConfigTypesSearchGeoSpec |
|
TextSpec
public Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec TextSpec { get; set; }Optional. The specification for building a text search index for a field.
| Property Value | |
|---|---|
| Type | Description |
IndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec |
|