org.apache.solr.schema
Class LongField
java.lang.Object
org.apache.solr.schema.FieldType
org.apache.solr.schema.LongField
public class LongField
- extends FieldType
- Version:
- $Id: LongField.java 800966 2009-08-04 20:51:12Z yonik $
Methods inherited from class org.apache.solr.schema.FieldType |
createField, getAnalyzer, getArg, getFieldIndex, getFieldStore, getFieldTermVec, getQueryAnalyzer, getRangeQuery, getStringSort, getTypeName, getValueSource, indexedToReadable, isMultiValued, isTokenized, multiValuedFieldCache, readableToIndexed, restrictProps, setAnalyzer, setQueryAnalyzer, storedToIndexed, storedToReadable, toExternal, toInternal, toString |
LongField
public LongField()
init
protected void init(IndexSchema schema,
Map<String,String> args)
- Description copied from class:
FieldType
- subclasses should initialize themselves with the args provided
and remove valid arguments. leftover arguments will cause an exception.
Common boolean properties have already been handled.
- Overrides:
init
in class FieldType
getSortField
public SortField getSortField(SchemaField field,
boolean reverse)
- Description copied from class:
FieldType
- Returns the SortField instance that should be used to sort fields
of this type.
- Specified by:
getSortField
in class FieldType
getValueSource
public ValueSource getValueSource(SchemaField field)
- Overrides:
getValueSource
in class FieldType
write
public void write(XMLWriter xmlWriter,
String name,
Fieldable f)
throws IOException
- Description copied from class:
FieldType
- Renders the specified field as XML
- Specified by:
write
in class FieldType
- Throws:
IOException
write
public void write(TextResponseWriter writer,
String name,
Fieldable f)
throws IOException
- Description copied from class:
FieldType
- calls back to TextResponseWriter to write the field value
- Specified by:
write
in class FieldType
- Throws:
IOException
toObject
public Long toObject(Fieldable f)
- Description copied from class:
FieldType
- Convert the stored-field format to an external object.
- Overrides:
toObject
in class FieldType
- See Also:
FieldType.toInternal(java.lang.String)
Copyright © 2009 Apache Software Foundation. All Rights Reserved.