Uses of Class
org.apache.lucene.codecs.lucene80.IndexedDISI.Method
-
Packages that use IndexedDISI.Method Package Description org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format. -
-
Uses of IndexedDISI.Method in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as IndexedDISI.Method Modifier and Type Field Description (package private) IndexedDISI.Method
IndexedDISI. method
Methods in org.apache.lucene.codecs.lucene80 that return IndexedDISI.Method Modifier and Type Method Description static IndexedDISI.Method
IndexedDISI.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexedDISI.Method[]
IndexedDISI.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-