Package | Description |
---|---|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Method and Description |
---|---|
int |
EnumFieldValue.compareTo(EnumFieldValue o) |
Modifier and Type | Method and Description |
---|---|
EnumFieldValue |
JavaBinCodec.readEnumFieldValue(DataInputInputStream dis)
read
EnumFieldValue (int+string) from input stream |
Modifier and Type | Method and Description |
---|---|
void |
JavaBinCodec.writeEnumFieldValue(EnumFieldValue enumFieldValue)
write
EnumFieldValue as tag+int value+string value |
Modifier and Type | Method and Description |
---|---|
EnumFieldValue |
EnumField.toObject(org.apache.lucene.index.IndexableField f)
Convert the stored-field format to an external object.
|
EnumFieldValue |
EnumField.toObject(SchemaField sf,
org.apache.lucene.util.BytesRef term) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.