Learn R Programming

elasticsearchr (version 0.3.1)

mapping_default_simple: Simple Elasticsearch default mappings for non-text-search analytics

Description

This mapping switches-off the text analyser for all fields of type 'string' (i.e. switches off free text search), allows all text search to work with case-insensitive lowercase terms, and maps any field with the name 'timestamp' to type 'date', so long as it has the appropriate string or long format.

Usage

mapping_default_simple()

Arguments