org.apache.lucene.util 包的共享 API

编辑

org.apache.lucene.util 包的共享 API编辑

有关所有包和类的概述,请参阅 共享 API

BytesRef编辑

  • byte[] bytes
  • int length
  • int offset
  • boolean bytesEquals(BytesRef)
  • int compareTo(def)
  • boolean equals(Object)
  • int hashCode()
  • null toString()
  • null utf8ToString()