Uses of Class
org.apache.lucene.codecs.lucene70.IndexedDISI.Method
-
Packages that use IndexedDISI.Method Package Description org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format. -
-
Uses of IndexedDISI.Method in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as IndexedDISI.Method Modifier and Type Field Description (package private) IndexedDISI.Method
IndexedDISI. method
Methods in org.apache.lucene.codecs.lucene70 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.
-