org.apache.solr.schema
Class DoubleField
java.lang.Object
org.apache.solr.schema.FieldType
org.apache.solr.schema.DoubleField
public class DoubleField
- extends FieldType
- Version:
- $Id: DoubleField.java 479793 2006-11-27 22:40:21Z klaas $
- Author:
- yonik
Methods inherited from class org.apache.solr.schema.FieldType |
createField, getAnalyzer, getFieldIndex, getFieldStore, getFieldTermVec, getQueryAnalyzer, getStringSort, getTypeName, indexedToReadable, isTokenized, restrictProps, setAnalyzer, setQueryAnalyzer, storedToIndexed, storedToReadable, toExternal, toInternal, toString |
DoubleField
public DoubleField()
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)
- Description copied from class:
FieldType
- called to get the default value source (normally, from the
Lucene FieldCache.)
- 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
Copyright © 2006 - 2009 The Apache Software Foundation