| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudSearch.Types.IndexFieldType
Description
Synopsis
- newtype IndexFieldType where
- IndexFieldType' { }
- pattern IndexFieldType_Date :: IndexFieldType
- pattern IndexFieldType_Date_array :: IndexFieldType
- pattern IndexFieldType_Double :: IndexFieldType
- pattern IndexFieldType_Double_array :: IndexFieldType
- pattern IndexFieldType_Int :: IndexFieldType
- pattern IndexFieldType_Int_array :: IndexFieldType
- pattern IndexFieldType_Latlon :: IndexFieldType
- pattern IndexFieldType_Literal :: IndexFieldType
- pattern IndexFieldType_Literal_array :: IndexFieldType
- pattern IndexFieldType_Text :: IndexFieldType
- pattern IndexFieldType_Text_array :: IndexFieldType
Documentation
newtype IndexFieldType Source #
The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
Constructors
| IndexFieldType' | |
Fields | |
Bundled Patterns
| pattern IndexFieldType_Date :: IndexFieldType | |
| pattern IndexFieldType_Date_array :: IndexFieldType | |
| pattern IndexFieldType_Double :: IndexFieldType | |
| pattern IndexFieldType_Double_array :: IndexFieldType | |
| pattern IndexFieldType_Int :: IndexFieldType | |
| pattern IndexFieldType_Int_array :: IndexFieldType | |
| pattern IndexFieldType_Latlon :: IndexFieldType | |
| pattern IndexFieldType_Literal :: IndexFieldType | |
| pattern IndexFieldType_Literal_array :: IndexFieldType | |
| pattern IndexFieldType_Text :: IndexFieldType | |
| pattern IndexFieldType_Text_array :: IndexFieldType |