Interface IndexValue<T>
-
public interface IndexValue<T>
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()TgetValue()voidsetDocumentValue(org.apache.lucene.document.Field field)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValue
T getValue()
-
setDocumentValue
void setDocumentValue(org.apache.lucene.document.Field field)
-
-