$es_type = 'integer';
} elsif ($type eq 'isbn' || $type eq 'stdno') {
$es_type = 'stdno';
} elsif ($type eq 'date') {
$es_type = 'date';
}
if ($search) {
search_analyzer: analyzer_phrase
raw:
type: keyword
date:
type: integer
ignore_malformed: true
default:
type: text
analyzer: analyzer_standard
-