public interface UpdateParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | ASSUME_CONTENT_TYPEOverride the content type used for UpdateLoader | 
| static String | COLLECTION | 
| static String | COMMITCommit everything after the command completes | 
| static String | COMMIT_WITHINCommit within a certain time period (in ms) | 
| static String | EXPUNGE_DELETES | 
| static String | MAX_OPTIMIZE_SEGMENTSIf optimizing, set the maximum number of segments left in the index after optimization. | 
| static String | OPEN_SEARCHEROpen up a new searcher as part of a commit | 
| static String | OPTIMIZEOptimize the index and commit everything after the command completes | 
| static String | OVERWRITEoverwrite indexing fields | 
| static String | PREPARE_COMMITexpert: calls IndexWriter.prepareCommit | 
| static String | ROLLBACKRollback update commands | 
| static String | SOFT_COMMIT | 
| static String | UPDATE_CHAINSelect the update processor chain to use. | 
| static String | VERSIONSReturn versions of updates? | 
| static String | WAIT_SEARCHERwait for the searcher to be registered/visible | 
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 COLLECTION
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
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.