Searched refs:startup (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DRequestHandlers.java135 * This is OK because this function is only called at startup and there is no chance that
139 * to and what other handlers are available at startup.
150 String startup = info.attributes.get("startup") ;
151 if( startup != null ) {
152 if( "lazy".equals(startup) ) {
156 throw new Exception( "Unknown startup value: '"+startup+"' for: "+info.className );
196 * Rather then instanciate and initalize the handler on startup, this wrapper waits
203 * <requestHandler name="..." class="..." startup
[all...]
H A DSolrCore.java1475 String startup = info.attributes.get("startup") ;
1476 if( startup != null ) {
1477 if( "lazy".equals(startup) ) {
1481 throw new Exception( "Unknown startup value: '"+startup+"' for: "+info.className );

Completed in 29 milliseconds