org.apache.solr.core
Enum ConfigSolr.CfgProp

java.lang.Object
  extended by java.lang.Enum<ConfigSolr.CfgProp>
      extended by org.apache.solr.core.ConfigSolr.CfgProp
All Implemented Interfaces:
Serializable, Comparable<ConfigSolr.CfgProp>
Enclosing class:
ConfigSolr

protected static enum ConfigSolr.CfgProp
extends Enum<ConfigSolr.CfgProp>


Enum Constant Summary
SOLR_ADMINHANDLER
           
SOLR_ADMINPATH
           
SOLR_COLLECTIONSHANDLER
           
SOLR_CORELOADTHREADS
           
SOLR_COREROOTDIRECTORY
           
SOLR_CORES_DEFAULT_CORE_NAME
           
SOLR_DISTRIBUPDATECONNTIMEOUT
           
SOLR_DISTRIBUPDATESOTIMEOUT
           
SOLR_GENERICCORENODENAMES
           
SOLR_HOST
           
SOLR_HOSTCONTEXT
           
SOLR_HOSTPORT
           
SOLR_INFOHANDLER
           
SOLR_LEADERCONFLICTRESOLVEWAIT
           
SOLR_LEADERVOTEWAIT
           
SOLR_LOGGING_CLASS
           
SOLR_LOGGING_ENABLED
           
SOLR_LOGGING_WATCHER_SIZE
           
SOLR_LOGGING_WATCHER_THRESHOLD
           
SOLR_MANAGEMENTPATH
           
SOLR_MAXUPDATECONNECTIONS
           
SOLR_MAXUPDATECONNECTIONSPERHOST
           
SOLR_PERSISTENT
           
SOLR_SHAREDLIB
           
SOLR_SHARESCHEMA
           
SOLR_TRANSIENTCACHESIZE
           
SOLR_ZKCLIENTTIMEOUT
           
SOLR_ZKHOST
           
 
Method Summary
static ConfigSolr.CfgProp valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigSolr.CfgProp[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SOLR_ADMINHANDLER

public static final ConfigSolr.CfgProp SOLR_ADMINHANDLER

SOLR_COLLECTIONSHANDLER

public static final ConfigSolr.CfgProp SOLR_COLLECTIONSHANDLER

SOLR_CORELOADTHREADS

public static final ConfigSolr.CfgProp SOLR_CORELOADTHREADS

SOLR_COREROOTDIRECTORY

public static final ConfigSolr.CfgProp SOLR_COREROOTDIRECTORY

SOLR_DISTRIBUPDATECONNTIMEOUT

public static final ConfigSolr.CfgProp SOLR_DISTRIBUPDATECONNTIMEOUT

SOLR_DISTRIBUPDATESOTIMEOUT

public static final ConfigSolr.CfgProp SOLR_DISTRIBUPDATESOTIMEOUT

SOLR_MAXUPDATECONNECTIONS

public static final ConfigSolr.CfgProp SOLR_MAXUPDATECONNECTIONS

SOLR_MAXUPDATECONNECTIONSPERHOST

public static final ConfigSolr.CfgProp SOLR_MAXUPDATECONNECTIONSPERHOST

SOLR_HOST

public static final ConfigSolr.CfgProp SOLR_HOST

SOLR_HOSTCONTEXT

public static final ConfigSolr.CfgProp SOLR_HOSTCONTEXT

SOLR_HOSTPORT

public static final ConfigSolr.CfgProp SOLR_HOSTPORT

SOLR_INFOHANDLER

public static final ConfigSolr.CfgProp SOLR_INFOHANDLER

SOLR_LEADERVOTEWAIT

public static final ConfigSolr.CfgProp SOLR_LEADERVOTEWAIT

SOLR_LOGGING_CLASS

public static final ConfigSolr.CfgProp SOLR_LOGGING_CLASS

SOLR_LOGGING_ENABLED

public static final ConfigSolr.CfgProp SOLR_LOGGING_ENABLED

SOLR_LOGGING_WATCHER_SIZE

public static final ConfigSolr.CfgProp SOLR_LOGGING_WATCHER_SIZE

SOLR_LOGGING_WATCHER_THRESHOLD

public static final ConfigSolr.CfgProp SOLR_LOGGING_WATCHER_THRESHOLD

SOLR_MANAGEMENTPATH

public static final ConfigSolr.CfgProp SOLR_MANAGEMENTPATH

SOLR_SHAREDLIB

public static final ConfigSolr.CfgProp SOLR_SHAREDLIB

SOLR_SHARESCHEMA

public static final ConfigSolr.CfgProp SOLR_SHARESCHEMA

SOLR_TRANSIENTCACHESIZE

public static final ConfigSolr.CfgProp SOLR_TRANSIENTCACHESIZE

SOLR_GENERICCORENODENAMES

public static final ConfigSolr.CfgProp SOLR_GENERICCORENODENAMES

SOLR_ZKCLIENTTIMEOUT

public static final ConfigSolr.CfgProp SOLR_ZKCLIENTTIMEOUT

SOLR_ZKHOST

public static final ConfigSolr.CfgProp SOLR_ZKHOST

SOLR_LEADERCONFLICTRESOLVEWAIT

public static final ConfigSolr.CfgProp SOLR_LEADERCONFLICTRESOLVEWAIT

SOLR_PERSISTENT

public static final ConfigSolr.CfgProp SOLR_PERSISTENT

SOLR_CORES_DEFAULT_CORE_NAME

public static final ConfigSolr.CfgProp SOLR_CORES_DEFAULT_CORE_NAME

SOLR_ADMINPATH

public static final ConfigSolr.CfgProp SOLR_ADMINPATH
Method Detail

values

public static ConfigSolr.CfgProp[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ConfigSolr.CfgProp c : ConfigSolr.CfgProp.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConfigSolr.CfgProp valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.