Searched refs:system (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/admin/
H A DThreadDumpHandler.java46 SimpleOrderedMap<Object> system = new SimpleOrderedMap<Object>();
47 rsp.add( "system", system );
56 system.add( "threadCount", nl );
69 system.add( "deadlocks", lst );
81 system.add( "threadDump", lst );
/lucene-3.6.0/solr/client/ruby/solr-ruby/examples/marc/
H A Dmarc_importer.rb50 system("cp #{marc_filename} #{temp_filename}.gz")
51 system("gunzip #{temp_filename}")
/lucene-3.6.0/dev-tools/scripts/
H A DcheckJavaDocs.py85 if os.system('ant javadocs > javadocs.log 2>&1'):
H A DbuildAndPushRelease.py43 if os.system('%s >> %s 2>&1' % (command, LOG)):
H A DsmokeTestRelease.py316 if os.system('%s > %s 2>&1' % (command, logFile)):
596 sep = ';' if platform.system().lower().startswith('cygwin') else ':'

Completed in 86 milliseconds