List of usage examples for org.apache.solr.schema TextField subclass-usage
From source file com.sindicetech.siren.solr.schema.ExtendedJsonField.java
/**
* <code>ExtendedJsonField</code> is the basic type for configurable tree-based data
* analysis.
*
* <p>
*
From source file edu.upenn.library.solrplugins.CaseInsensitiveSortingTextField.java
/** * * @author michael */ public class CaseInsensitiveSortingTextField extends TextField implements MultiSerializable, FacetPayload {
From source file fi.nationallibrary.ndl.solr.schema.CompressedTextField.java
/** * A text field that will be compressed if it exceeds compression threshold in length * using the supplied compression level. */ public class CompressedTextField extends TextField {
From source file no.trank.openpipe.solr.schema.Base64Type.java
/**
* A field type for pre-tokenized field-values stored on a binary base64-encoded form.
* <br/>
* Uses {@link Base64InputStream} for decoding the base64-encoded string.
* <br/>
* Uses {@link BinaryIO} to verify version of serialized data and to find compression settings for the data.