|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateParams
A collection of standard params used by Update handlers
Field Summary | |
---|---|
static String |
ASSUME_CONTENT_TYPE
Override the content type used for UpdateLoader |
static String |
COMMIT
Commit everything after the command completes |
static String |
COMMIT_WITHIN
Commit within a certain time period (in ms) |
static String |
EXPUNGE_DELETES
|
static String |
MAX_OPTIMIZE_SEGMENTS
If optimizing, set the maximum number of segments left in the index after optimization. |
static String |
OPEN_SEARCHER
Open up a new searcher as part of a commit |
static String |
OPTIMIZE
Optimize the index and commit everything after the command completes |
static String |
OVERWRITE
overwrite indexing fields |
static String |
PREPARE_COMMIT
expert: calls IndexWriter.prepareCommit |
static String |
ROLLBACK
Rollback update commands |
static String |
SOFT_COMMIT
|
static String |
UPDATE_CHAIN
Select the update processor chain to use. |
static String |
VERSIONS
Return versions of updates? |
static String |
WAIT_SEARCHER
wait for the searcher to be registered/visible |
Field Detail |
---|
static final String OPEN_SEARCHER
static final String WAIT_SEARCHER
static final String SOFT_COMMIT
static final String OVERWRITE
static final String COMMIT
static final String COMMIT_WITHIN
static final String OPTIMIZE
static final String PREPARE_COMMIT
static final String ROLLBACK
static final String UPDATE_CHAIN
static final String ASSUME_CONTENT_TYPE
static final String MAX_OPTIMIZE_SEGMENTS
static final String EXPUNGE_DELETES
static final String VERSIONS
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |