Class DocValueFormat.BooleanDocValueFormat

java.lang.Object
org.elasticsearch.search.DocValueFormat.BooleanDocValueFormat
All Implemented Interfaces:
NamedWriteable, Writeable, DocValueFormat
Enclosing interface:
DocValueFormat

public static class DocValueFormat.BooleanDocValueFormat extends Object implements DocValueFormat
Stateless, Singleton formatter for boolean values. Parses the strings "true" and "false" as inputs.