org.apache.solr.util
Interface UpdateParams


public interface UpdateParams

A collection of standard params used by Update handlers

Since:
solr 1.2
Version:
$Id: UpdateParams.java 533411 2007-04-28 18:49:20Z ryan $
Author:
ryan

Field Summary
static java.lang.String COMMIT
          Commit everything after the command completes
static java.lang.String OPTIMIZE
          Commit everything after the command completes
static java.lang.String OVERWRITE
          overwrite indexing fields
static java.lang.String WAIT_FLUSH
          wait till the command has flushed
static java.lang.String WAIT_SEARCHER
          wait for the search to warm up
 

Field Detail

WAIT_FLUSH

static final java.lang.String WAIT_FLUSH
wait till the command has flushed

See Also:
Constant Field Values

WAIT_SEARCHER

static final java.lang.String WAIT_SEARCHER
wait for the search to warm up

See Also:
Constant Field Values

OVERWRITE

static final java.lang.String OVERWRITE
overwrite indexing fields

See Also:
Constant Field Values

COMMIT

static final java.lang.String COMMIT
Commit everything after the command completes

See Also:
Constant Field Values

OPTIMIZE

static final java.lang.String OPTIMIZE
Commit everything after the command completes

See Also:
Constant Field Values


Copyright © 2006 - 2009 The Apache Software Foundation