Robuta

Sponsor of the Day: Jerkmate
https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/date Date field type | Elasticsearch Reference JSON doesn’t have a date data type, so dates in Elasticsearch can either be: strings containing formatted dates, e.g. field type elasticsearchdatereference https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/text Text field type | Elasticsearch Reference A field to index full-text values, such as the body of an email or the description of a product. These fields are analyzed, that is they are passed through... field type elasticsearchtextreference https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/flattened Flattened field type | Elasticsearch Reference By default, each subfield in an object is mapped and indexed separately. If the names or types of the subfields are not known in advance, then they are... field type elasticsearchflattenedreference https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/dense-vector Dense vector field type | Elasticsearch Reference The dense_vector field type stores dense vectors of numeric values. Dense vector fields are primarily used for k-nearest neighbor (kNN) search. The... field type elasticsearchdensevectorreference https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/nested Nested field type | Elasticsearch Reference The nested type is a specialised version of the object data type that allows arrays of objects to be indexed in a way that they can be queried independently... field type elasticsearchnestedreference