org.apache.camel.component.solr
Class SolrConstants

java.lang.Object
  extended by org.apache.camel.component.solr.SolrConstants

public final class SolrConstants
extends Object


Field Summary
static String FIELD
           
static String OPERATION
           
static String OPERATION_ADD_BEAN
           
static String OPERATION_COMMIT
           
static String OPERATION_DELETE_BY_ID
           
static String OPERATION_DELETE_BY_QUERY
           
static String OPERATION_INSERT
           
static String OPERATION_OPTIMIZE
           
static String OPERATION_ROLLBACK
           
static String PARAM
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD

public static final String FIELD
See Also:
Constant Field Values

OPERATION

public static final String OPERATION
See Also:
Constant Field Values

PARAM

public static final String PARAM
See Also:
Constant Field Values

OPERATION_COMMIT

public static final String OPERATION_COMMIT
See Also:
Constant Field Values

OPERATION_ROLLBACK

public static final String OPERATION_ROLLBACK
See Also:
Constant Field Values

OPERATION_OPTIMIZE

public static final String OPERATION_OPTIMIZE
See Also:
Constant Field Values

OPERATION_INSERT

public static final String OPERATION_INSERT
See Also:
Constant Field Values

OPERATION_ADD_BEAN

public static final String OPERATION_ADD_BEAN
See Also:
Constant Field Values

OPERATION_DELETE_BY_ID

public static final String OPERATION_DELETE_BY_ID
See Also:
Constant Field Values

OPERATION_DELETE_BY_QUERY

public static final String OPERATION_DELETE_BY_QUERY
See Also:
Constant Field Values


Apache CAMEL