Package org.apache.solr.common.params
Interface UpdateParams
public interface UpdateParams
A collection of standard params used by Update handlers
- Since:
- solr 1.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOverride the content type used for UpdateLoader *static final Stringstatic final StringCommit everything after the command completesstatic final StringCommit within a certain time period (in ms)static final Stringstatic final StringIf optimizing, set the maximum number of segments left in the index after optimization.static final StringOpen up a new searcher as part of a commitstatic final StringOptimize the index and commit everything after the command completesstatic final Stringoverwrite indexing fieldsstatic final Stringexpert: calls IndexWriter.prepareCommitstatic final StringIf 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 final StringRollback update commandsstatic final Stringstatic final StringSelect the update processor chain to use.static final StringReturn versions of updates?static final Stringwait for the searcher to be registered/visible
-
Field Details
-
OPEN_SEARCHER
Open up a new searcher as part of a commit- See Also:
-
WAIT_SEARCHER
wait for the searcher to be registered/visible- See Also:
-
SOFT_COMMIT
- See Also:
-
OVERWRITE
overwrite indexing fields- See Also:
-
COMMIT
Commit everything after the command completes- See Also:
-
COMMIT_WITHIN
Commit within a certain time period (in ms)- See Also:
-
OPTIMIZE
Optimize the index and commit everything after the command completes- See Also:
-
PREPARE_COMMIT
expert: calls IndexWriter.prepareCommit- See Also:
-
ROLLBACK
Rollback update commands- See Also:
-
COLLECTION
- See Also:
-
UPDATE_CHAIN
Select the update processor chain to use. A RequestHandler may or may not respect this parameter- See Also:
-
ASSUME_CONTENT_TYPE
Override the content type used for UpdateLoader *- See Also:
-
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:
-
EXPUNGE_DELETES
- See Also:
-
VERSIONS
Return versions of updates?- See Also:
-
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:
-