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

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

Introduction

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

Usage

From source file net.semanticmetadata.lire.solr.BinaryDocValuesField.java

/**
 * Base64 -> DocValues implementation used for the Solr Plugin. Using this field one can index byte[] values by
 * sending them to Solr base64 encoded. In case of the LIRE plugin, the fields get read linearly, so they need to be
 * extremely fast, which is the case with the DocValues.
 * @author Mathias Lux, mathias@juggle.at, 12.08.2013
 */

From source file org.alfresco.solr.AlfrescoDataType.java

/**
 * Generic data type for alfresco - the single match all field has to be multi-valued.
 * 
 * @author Andy
 */
public class AlfrescoDataType extends FieldType {

From source file org.alfresco.solr.AlfrescoFieldType.java

/**
 * Basic behaviour filtched from TextField
 * 
 * @author Andy
 */
public class AlfrescoFieldType extends FieldType {

From source file org.sindice.siren.solr.schema.SirenField.java

/** <code>SirenField</code> is the basic type for configurable n-tuple analysis.
 * Analyzers for fields using this field type should be defined in:
 * <ul>
 * <li> the top-level analyzer config
 * <li> the datatype config
 * <ul>

From source file org.vootoo.schema.CrossCoreField.java

/**
 * cross core fetch field value source for function sort and transform
 */
public class CrossCoreField extends FieldType implements SchemaAware {

    private String CROSS_CORE_PREFIX = "_solr_";

From source file solr2155.solr.schema.GeoHashField.java

/**
 * This is a class that represents a <a
 * href="http://en.wikipedia.org/wiki/Geohash">Geohash</a> field. The field is
 * provided as a lat/lon pair and is internally represented as a string.
 * <p/>
 * The implementation is actually decoupled from GeoHashes, instead