| org.apache.solr.util.UpdateParams
UpdateParams | public interface UpdateParams (Code) | | A collection of standard params used by Update handlers
author: ryan version: $Id: UpdateParams.java 533411 2007-04-28 18:49:20Z ryan $ since: solr 1.2 |
COMMIT | public static String COMMIT(Code) | | Commit everything after the command completes
|
OPTIMIZE | public static String OPTIMIZE(Code) | | Commit everything after the command completes
|
OVERWRITE | public static String OVERWRITE(Code) | | overwrite indexing fields
|
WAIT_FLUSH | public static String WAIT_FLUSH(Code) | | wait till the command has flushed
|
WAIT_SEARCHER | public static String WAIT_SEARCHER(Code) | | wait for the search to warm up
|
|
|