public class IndexParametersBase extends Object
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
Gets the batch size specifying the number of elements required (per directory) before data is flushed into the index.
|
int |
getCommitBatchSize()
Gets the commit batch size specifying the number of documents required before forcing a commit to the index.
|
int |
getNumConnections()
Gets the number of connections to use when re-indexing an index.
|
long |
getWriteTimeout()
Gets the timeout (in seconds) used to wait for a write lock when writing on the index.
|
public final int getBatchSize()
public final int getCommitBatchSize()
public final int getNumConnections()
public final long getWriteTimeout()
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.