| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
EnumFieldValue.compareTo(EnumFieldValue o) |
| 限定符和类型 | 方法和说明 |
|---|---|
EnumFieldValue |
JavaBinCodec.readEnumFieldValue(DataInputInputStream dis)
read
EnumFieldValue (int+string) from input stream |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JavaBinCodec.writeEnumFieldValue(EnumFieldValue enumFieldValue)
write
EnumFieldValue as tag+int value+string value |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.