main-concepts

No menu items for this category

SearchIndex

A SearchIndex is a index mapping definition in ElasticSearch or OpenSearch

  • searchIndexSettings (object): Contains key/value pair of SearchIndex Settings. Can contain additional properties.
    • Additional Properties
  • searchIndexSampleData (object): This schema defines the type to capture sample data for a SearchIndex. Cannot contain additional properties.
    • messages (array): List of local sample messages for a SearchIndex.
      • Items (string)
  • indexType (string): Whether the entity is index or index template. Must be one of: ["Index", "IndexTemplate"]. Default: "Index".
  • dataType (string): This enum defines the type of data stored in a searchIndex. Must be one of: ["NUMBER", "TEXT", "BINARY", "TIMESTAMP", "TIMESTAMPZ", "TIME", "DATE", "DATETIME", "KEYWORD", "ARRAY", "OBJECT", "FLATTENED", "NESTED", "JOIN", "RANGE", "IP", "VERSION", "MURMUR3", "AGGREGATE_METRIC_DOUBLE", "HISTOGRAM", "ANNOTATED-TEXT", "COMPLETION", "SEARCH_AS_YOU_TYPE", "DENSE_VECTOR", "RANK_FEATURE", "RANK_FEATURES", "GEO_POINT", "GEO_SHAPE", "POINT", "SHAPE", "PERCOLATOR", "BOOLEAN", "CONSTANT_KEYWORD", "WILDCARD", "LONG", "INTEGER", "SHORT", "BYTE", "DOUBLE", "FLOAT", "HALF_FLOAT", "SCALED_FLOAT", "UNSIGNED_LONG", "UNKNOWN"].
  • searchIndexFieldName (string): Local name (not fully qualified name) of the field. .
  • searchIndexField (object): This schema defines the type for a field in a searchIndex. Cannot contain additional properties.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.