Uses of Class
org.apache.solr.common.EnumFieldValue
-
Packages that use EnumFieldValue Package Description org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of EnumFieldValue in org.apache.solr.common
Methods in org.apache.solr.common with parameters of type EnumFieldValue Modifier and Type Method Description intEnumFieldValue. compareTo(EnumFieldValue o) -
Uses of EnumFieldValue in org.apache.solr.common.util
Methods in org.apache.solr.common.util that return EnumFieldValue Modifier and Type Method Description EnumFieldValueJavaBinCodec. readEnumFieldValue(DataInputInputStream dis)readEnumFieldValue(int+string) from input streamMethods in org.apache.solr.common.util with parameters of type EnumFieldValue Modifier and Type Method Description voidJavaBinCodec. writeEnumFieldValue(EnumFieldValue enumFieldValue)writeEnumFieldValueas tag+int value+string value
-