Package org.apache.solr.common.params
Interface UpdateParams
- 
 public interface UpdateParamsA collection of standard params used by Update handlers- Since:
- solr 1.2
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringASSUME_CONTENT_TYPEOverride the content type used for UpdateLoader *static StringCOLLECTIONstatic StringCOMMITCommit everything after the command completesstatic StringCOMMIT_WITHINCommit within a certain time period (in ms)static StringEXPUNGE_DELETESstatic StringMAX_OPTIMIZE_SEGMENTSIf optimizing, set the maximum number of segments left in the index after optimization.static StringOPEN_SEARCHEROpen up a new searcher as part of a commitstatic StringOPTIMIZEOptimize the index and commit everything after the command completesstatic StringOVERWRITEoverwrite indexing fieldsstatic StringPREPARE_COMMITexpert: calls IndexWriter.prepareCommitstatic StringREQUIRE_PARTIAL_DOC_UPDATES_INPLACEIf set to true, then Solr must fail to process any Atomic Update which can not be done "In-Place" without re-indexing the entire document.static StringROLLBACKRollback update commandsstatic StringSOFT_COMMITstatic StringUPDATE_CHAINSelect the update processor chain to use.static StringVERSIONSReturn versions of updates?static StringWAIT_SEARCHERwait for the searcher to be registered/visible
 
- 
- 
- 
Field Detail- 
OPEN_SEARCHERstatic final String OPEN_SEARCHER Open up a new searcher as part of a commit- See Also:
- Constant Field Values
 
 - 
WAIT_SEARCHERstatic final String WAIT_SEARCHER wait for the searcher to be registered/visible- See Also:
- Constant Field Values
 
 - 
SOFT_COMMITstatic final String SOFT_COMMIT - See Also:
- Constant Field Values
 
 - 
OVERWRITEstatic final String OVERWRITE overwrite indexing fields- See Also:
- Constant Field Values
 
 - 
COMMITstatic final String COMMIT Commit everything after the command completes- See Also:
- Constant Field Values
 
 - 
COMMIT_WITHINstatic final String COMMIT_WITHIN Commit within a certain time period (in ms)- See Also:
- Constant Field Values
 
 - 
OPTIMIZEstatic final String OPTIMIZE Optimize the index and commit everything after the command completes- See Also:
- Constant Field Values
 
 - 
PREPARE_COMMITstatic final String PREPARE_COMMIT expert: calls IndexWriter.prepareCommit- See Also:
- Constant Field Values
 
 - 
ROLLBACKstatic final String ROLLBACK Rollback update commands- See Also:
- Constant Field Values
 
 - 
COLLECTIONstatic final String COLLECTION - See Also:
- Constant Field Values
 
 - 
UPDATE_CHAINstatic final String UPDATE_CHAIN Select the update processor chain to use. A RequestHandler may or may not respect this parameter- See Also:
- Constant Field Values
 
 - 
ASSUME_CONTENT_TYPEstatic final String ASSUME_CONTENT_TYPE Override the content type used for UpdateLoader *- See Also:
- Constant Field Values
 
 - 
MAX_OPTIMIZE_SEGMENTSstatic final String MAX_OPTIMIZE_SEGMENTS If optimizing, set the maximum number of segments left in the index after optimization. Integer.MAX_INT is the default to respect maxMergeSegmentsMB- See Also:
- Constant Field Values
 
 - 
EXPUNGE_DELETESstatic final String EXPUNGE_DELETES - See Also:
- Constant Field Values
 
 - 
VERSIONSstatic final String VERSIONS Return versions of updates?- See Also:
- Constant Field Values
 
 - 
REQUIRE_PARTIAL_DOC_UPDATES_INPLACEstatic final String REQUIRE_PARTIAL_DOC_UPDATES_INPLACE If set to true, then Solr must fail to process any Atomic Update which can not be done "In-Place" without re-indexing the entire document.- See Also:
- Constant Field Values
 
 
- 
 
-