3.7.1.2.4 DateAnalyzerThe DateAnalyzer is the default analyzer for Timestamp scalar fields. Similar to the IntegerAnalyzer, it indexes timestamp values by creating trie values, which allow efficient execution of range clauses. The trie values are chosen to efficiently find timestamp values that match values with various granularities. For example, a search for all field values that fall in a given year, month, date, or date+time requires only one lookup.