Searched defs:execute (Results 1 - 12 of 12) sorted by relevance

/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/
H A DBenchmark.java70 public synchronized void execute() throws Exception { method in class:Benchmark
76 algorithm.execute();
88 * Utility: execute benchmark from command line
118 // execute
120 benchmark.execute();
122 System.err.println("Error: cannot execute the algorithm! "+e.getMessage());
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DTwoPhaseCommitTool.java34 * use with {@link TwoPhaseCommitTool#execute(TwoPhaseCommit...)} if one would
69 * Thrown by {@link TwoPhaseCommitTool#execute(TwoPhaseCommit...)} when an
82 * Thrown by {@link TwoPhaseCommitTool#execute(TwoPhaseCommit...)} when an
128 public static void execute(TwoPhaseCommit... objects) method in class:TwoPhaseCommitTool
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/utils/
H A DAlgorithm.java299 public void execute() throws Exception { method in class:Algorithm
/lucene-3.6.0/lucene/tools/src/java/org/apache/lucene/analysis/standard/
H A DGenerateJflexTLDMacros.java56 new GenerateJflexTLDMacros(args[0], args[1]).execute();
100 public void execute() throws IOException { method in class:GenerateJflexTLDMacros
/lucene-3.6.0/lucene/tools/src/java/org/apache/lucene/validation/
H A DLicenseCheckTask.java102 public void execute() throws BuildException { method in class:LicenseCheckTask
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/
H A DQualityBenchmark.java43 /** Quality Queries that this quality benchmark would execute. */
87 public QualityStats [] execute(Judge judge, SubmissionReport submitRep, method in class:QualityBenchmark
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/admin/
H A DSystemInfoHandler.java130 info.add( "uname", execute( "uname -a" ) );
131 info.add( "uptime", execute( "uptime" ) );
166 * Utility function to execute a function
168 private static String execute( String cmd ) method in class:SystemInfoHandler
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/grouping/
H A DCommandHandler.java128 public void execute() throws IOException { method in class:CommandHandler
/lucene-3.6.0/solr/core/src/java/org/apache/solr/servlet/
H A DSolrDispatchFilter.java250 // if we fail cache validation, execute the query
254 /* even for HEAD requests, we need to execute the handler to
260 this.execute( req, handler, solrReq, solrRsp );
360 protected void execute( HttpServletRequest req, SolrRequestHandler handler, SolrQueryRequest sreq, SolrQueryResponse rsp) { method in class:SolrDispatchFilter
363 // used for logging query stats in SolrCore.execute()
365 sreq.getCore().execute( handler, sreq, rsp );
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DGrouping.java226 public void execute() throws IOException { method in class:Grouping
/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DDocBuilder.java176 public void execute() { method in class:DocBuilder
478 executorSvc.execute(runnable);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DSolrCore.java1352 public void execute(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp) { method in class:SolrCore
1392 * @deprecated Use {@link #execute(SolrRequestHandler, SolrQueryRequest, SolrQueryResponse)} instead.
1395 public void execute(SolrQueryRequest req, SolrQueryResponse rsp) { method in class:SolrCore
1401 execute(handler, req, rsp);

Completed in 28 milliseconds