Example usage for org.apache.solr.schema DateValueFieldType interface-usage

List of usage examples for org.apache.solr.schema DateValueFieldType interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.schema DateValueFieldType interface-usage.

Usage

From source file com.appleframework.solr.schema.TrieDateField.java

/**
 * FieldType that can represent any Date/Time with millisecond precision.
 * <p>
 * Date Format for the XML, incoming and outgoing:
 * </p>
 * <blockquote> A date field shall be of the form 1995-12-31T23:59:59Z The