public abstract class
SearcherOptions
Options to configure Searcher API.
Nested Classes
class
SearcherOptions.Builder
Builder for
SearcherOptions
.
Public Constructors
SearcherOptions
()
Public Methods
static
SearcherOptions.Builder
builder
()
abstract
File
getIndexFile
()
abstract boolean
getL2Normalize
()
abstract int
getMaxResults
()
abstract boolean
getQuantize
()
Inherited Methods
From class java.lang.Object
boolean
equals
(
Object
arg0)
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
SearcherOptions
()
Public Methods
public static
SearcherOptions.Builder
builder
()
public abstract
File
getIndexFile
()
public abstract boolean
getL2Normalize
()
public abstract int
getMaxResults
()
public abstract boolean
getQuantize
()