Searched refs:execute (Results 1 - 25 of 37) sorted by relevance

12

/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/rails_extensions/
H A Dmigrations.rb142 execute <<-ESQL
/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/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/
H A Dplugin_migrator.rb41 ActiveRecord::Base.connection.execute(<<-ESQL
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DTestTwoPhaseCommitTool.java89 TwoPhaseCommitTool.execute(objects);
106 TwoPhaseCommitTool.execute(objects);
161 TwoPhaseCommitTool.execute(tpcs);
H A DTestWeakIdentityMap.java131 exec.execute(new Runnable() {
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DTestTwoPhaseCommitTool.java89 TwoPhaseCommitTool.execute(objects);
106 TwoPhaseCommitTool.execute(objects);
161 TwoPhaseCommitTool.execute(tpcs);
/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/solr/core/src/java/org/apache/solr/core/
H A DQuerySenderListener.java59 core.execute(core.getRequestHandler(req.getParams().get(CommonParams.QT)), req, rsp);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/
H A DPingRequestHandler.java60 "Cannot execute the PingRequestHandler recursively" );
67 core.execute(handler, req, pingrsp );
/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/solrj/src/java/org/apache/solr/client/solrj/impl/
H A DConcurrentUpdateSolrServer.java178 response = server.getHttpClient().execute(method);
214 scheduler.execute(this);
273 scheduler.execute(r);
H A DStreamingUpdateSolrServer.java194 scheduler.execute(this);
247 scheduler.execute( r );
/lucene-3.6.0/lucene/contrib/benchmark/src/test/org/apache/lucene/benchmark/
H A DBenchmarkTestCase.java78 // create the benchmark and execute it.
83 benchmark.execute();
/lucene-3.6.0/lucene/tools/prettify/
H A Dlang-sql.js1 PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r �\xa0"],["str",/^(?:"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')/,null,"\"'"]],[["com",/^(?:--[^\n\r]*|\/\*[\S\s]*?(?:\*\/|$))/],["kwd",/^(?:add|all|alter|and|any|as|asc|authorization|backup|begin|between|break|browse|bulk|by|cascade|case|check|checkpoint|close|clustered|coalesce|collate|column|commit|compute|constraint|contains|containstable|continue|convert|create|cross|current|current_date|current_time|current_timestamp|current_user|cursor|database|dbcc|deallocate|declare|default|delete|deny|desc|disk|distinct|distributed|double|drop|dummy|dump|else|end|errlvl|escape|except|exec|execute|exists|exit|fetch|file|fillfactor|for|foreign|freetext|freetexttable|from|full|function|goto|grant|group|having|holdlock|identity|identitycol|identity_insert|if|in|index|inner|insert|intersect|into|is|join|key|kill|left|like|lineno|load|match|merge|national|nocheck|nonclustered|not|null|nullif|of|off|offsets|on|open|opendatasource|openquery|openrowset|openxml|option|or|order|outer|over|percent|plan|precision|primary|print|proc|procedure|public|raiserror|read|readtext|reconfigure|references|replication|restore|restrict|return|revoke|right|rollback|rowcount|rowguidcol|rule|save|schema|select|session_user|set|setuser|shutdown|some|statistics|system_user|table|textsize|then|to|top|tran|transaction|trigger|truncate|tsequal|union|unique|update|updatetext|use|user|using|values|varying|view|waitfor|when|where|while|with|writetext)(?=[^\w-]|$)/i,
/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/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/client/solrj/embedded/
H A DEmbeddedSolrServer.java142 core.execute( handler, req, rsp );
/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/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/trec/
H A DQueryDriver.java88 QualityStats stats[] = qrun.execute(judge, submitLog, logger);
/lucene-3.6.0/solr/core/src/test/org/apache/solr/
H A DBasicFunctionalityTest.java259 h.getCore().execute(handler,
583 core.execute(core.getRequestHandler(req.getParams().get(CommonParams.QT)), req, rsp);
605 core.execute(core.getRequestHandler(req.getParams().get(CommonParams.QT)), req, rsp);
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/util/
H A DTestHarness.java323 core.execute(core.getRequestHandler(handler),req,rsp);
344 core.execute(core.getRequestHandler(handler),req,rsp);
/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/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/
H A DTestSolrEntityProcessorUnit.java106 executor.execute(runnable);
/lucene-3.6.0/lucene/contrib/benchmark/src/test/org/apache/lucene/benchmark/quality/
H A DTestQualityRun.java80 QualityStats stats[] = qrun.execute(judge, submitLog, logger);
195 // 2. execute the algorithm (required in every "logic" test)
/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

Completed in 58 milliseconds

12