Interface IndexValue<T>


  • public interface IndexValue<T>
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()  
      T getValue()  
      void setDocumentValue​(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)