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