Example usage for org.apache.solr.schema AbstractSubTypeFieldType subclass-usage

List of usage examples for org.apache.solr.schema AbstractSubTypeFieldType subclass-usage

Introduction

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

Usage

From source file fi.nationallibrary.ndl.solr.schema.RangeField.java

/**
 * Represents a range of two values within a single field. 
 */
public class RangeField extends AbstractSubTypeFieldType {
    protected String separator = ",";