Searched refs:logger (Results 1 - 23 of 23) sorted by relevance

/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/rails_extensions/
H A Ddependencies.rb112 logger.debug("checking plugin '#{plugin.name}' for '#{base_name}'")
114 logger.debug("==> loading from plugin '#{plugin.name}'")
123 logger.debug("loading from application disabled.")
128 logger.debug("loading from application: #{base_name}")
131 logger.debug("(file not found in application)")
H A Drouting.rb72 logger.debug "loading routes from #{routes_path}"
H A Drails_initializer.rb45 logger.debug "loading plugin from #{directory} with engine additions"
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/
H A DSubmissionReport.java37 private PrintWriter logger; field in class:SubmissionReport
42 * @param logger if null, no submission data is created.
45 public SubmissionReport (PrintWriter logger, String name) { argument
46 this.logger = logger;
62 if (logger==null) {
70 logger.println(
82 if (logger!=null) {
83 logger.flush();
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/
H A DJudge.java41 * @param logger if not null, validation issues are logged.
44 public boolean validateData (QualityQuery qq[], PrintWriter logger); argument
H A DQualityStats.java133 * @param logger Logger.
136 public void log(String title, int paddLines, PrintWriter logger, String prefix) { argument
138 logger.println();
141 logger.println(title);
149 logger.println(prefix+format("Search Seconds: ",M)+
151 logger.println(prefix+format("DocName Seconds: ",M)+
153 logger.println(prefix+format("Num Points: ",M)+
155 logger.println(prefix+format("Num Good Points: ",M)+
157 logger.println(prefix+format("Max Good Points: ",M)+
159 logger
[all...]
H A DQualityBenchmark.java114 private QualityStats analyzeQueryResults(QualityQuery qq, Query q, TopDocs td, Judge judge, PrintWriter logger, long searchTime) throws IOException { argument
126 if (logger!=null) {
127 logger.println(qq.getQueryID()+" - "+q);
128 stts.log(qq.getQueryID()+" Stats:",1,logger," ");
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/
H A Dplugin.rb124 logger.debug "Plugin '#{name}': starting load."
129 logger.debug "Plugin '#{name}': loaded."
181 logger.debug "Attempting to copy plugin plugin asset files from '#{source}' to '#{Engines.public_directory}'"
186 logger.warn "WARNING: Couldn't create the public file structure for plugin '#{name}'; Error follows:"
187 logger.warn e
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/trec/
H A DTrecJudge.java115 public boolean validateData(QualityQuery[] qq, PrintWriter logger) { argument
129 if (logger!=null) {
130 logger.println("WARNING: "+missingJudgements.size()+" queries have no judgments! - ");
132 logger.println(" "+ missingJudgements.get(i));
138 if (logger!=null) {
139 logger.println("WARNING: "+missingQueries.size()+" judgments match no query! - ");
141 logger.println(" "+id);
H A DQueryDriver.java65 PrintWriter logger = new PrintWriter(System.out, true);
75 judge.validateData(qqs, logger);
88 QualityStats stats[] = qrun.execute(judge, submitLog, logger);
92 avg.log("SUMMARY", 2, logger, " ");
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/
H A Dengines.rb26 # TODO: define a better logger.
27 def logger method
149 logger.debug "engines has started."
186 logger.debug "Rails final load path: #{self.rails_final_load_path}"
188 logger.debug "Rails final dependency load path: #{self.rails_final_dependency_load_path}"
200 logger.debug "enginizing plugin: #{plugin.name} from #{plugin_path}"
205 logger.debug "plugins is now: #{Rails.plugins.map { |p| p.name }.join(", ")}"
214 logger.debug "Creating public engine files directory '#{self.public_directory}'"
250 logger.debug "loading remaining plugins from #{Rails.configuration.plugin_paths.inspect}"
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/sampling/
H A DRepeatableSampler.java37 private static final Logger logger = Logger.getLogger(RepeatableSampler.class.getName()); field in class:RepeatableSampler
51 if (logger.isLoggable(Level.WARNING)) {
52 logger.log(Level.WARNING, "sampling failed: "+e.getMessage()+" - falling back to no sampling!", e);
59 if (logger.isLoggable(Level.FINEST)) {
60 logger.finest("******************** " + sampled.size());
120 if (logger.isLoggable(Level.FINEST)) {
121 logger.finest("Times: " + (times[1] - times[0]) + "ms, "
/lucene-3.6.0/lucene/contrib/benchmark/src/test/org/apache/lucene/benchmark/quality/
H A DTestQualityRun.java57 PrintWriter logger = VERBOSE ? new PrintWriter(System.out,true) : null;
69 judge.validateData(qqs, logger);
78 SubmissionReport submitLog = VERBOSE ? new SubmissionReport(logger, "TestRun") : null;
80 QualityStats stats[] = qrun.execute(judge, submitLog, logger);
128 if (logger!=null) {
129 avg.log("Average statistis:",1,logger," ");
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/
H A DStandardFacetsAccumulator.java63 private static final Logger logger = Logger.getLogger(StandardFacetsAccumulator.class.getName()); field in class:StandardFacetsAccumulator
133 if (logger.isLoggable(Level.FINEST)) {
134 logger.log(Level.FINEST, "IndexReader used does not support completents: ", e);
138 if (logger.isLoggable(Level.FINEST)) {
139 logger.log(Level.FINEST, "Failed to load/calculate total counts (complement counting disabled): ", e);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/update/processor/
H A DLogUpdateProcessorFactory.java60 final Logger logger = LoggerFactory.getLogger(LogUpdateProcessor.class);
61 boolean doLog = logger.isInfoEnabled();
66 assert processor.log == logger;
/lucene-3.6.0/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/
H A DLuceneCarrot2TokenizerFactory.java43 final static Logger logger = org.slf4j.LoggerFactory field in class:LuceneCarrot2TokenizerFactory
78 logger
H A DLuceneCarrot2StemmerFactory.java53 final static Logger logger = org.slf4j.LoggerFactory field in class:LuceneCarrot2StemmerFactory
135 logger.warn("No Snowball stemmer class for: " + language.name()
143 logger.warn("Could not instantiate snowball stemmer"
164 logger
H A DSolrStopwordsCarrot2LexicalDataFactory.java57 final static Logger logger = org.slf4j.LoggerFactory field in class:SolrStopwordsCarrot2LexicalDataFactory
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/directory/
H A DDirectoryTaxonomyReader.java55 private static final Logger logger = Logger.getLogger(DirectoryTaxonomyReader.class.getName()); field in class:DirectoryTaxonomyReader
524 if (logger.isLoggable(Level.FINEST)) {
525 logger.log(Level.FINEST, e.getMessage(), e);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/servlet/
H A DLogLevelSelection.java63 "intermediate logger/categories synthesized. " +
65 "far right. If a logger has unset level, then " +
102 if (wrapper.logger == null) {
105 //out.write( ( wrapper.logger != null ) ? "#DDDDDD" : "#AAAAAA" );
133 if (wrapper.logger != null) {
134 out.write(getEffectiveLevel(wrapper.logger).toString());
167 Logger logger;
170 logger = logManager.getLogger("");
171 } else logger = logManager.getLogger(name);
174 if ((logger !
224 getEffectiveLevel(Logger logger) argument
247 LogWrapper(Logger logger) argument
295 public Logger logger = null; field in class:LogLevelSelection.LogWrapper
[all...]
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/grouping/
H A DCommandHandler.java100 private final static Logger logger = LoggerFactory.getLogger(CommandHandler.class); field in class:CommandHandler
208 logger.warn( "Query: " + query + "; " + x.getMessage() );
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/lib/flare/
H A Dcontroller_extensions.rb65 logger.debug "update_query: #{params.inspect}"
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DGrouping.java52 private final static Logger logger = LoggerFactory.getLogger(Grouping.class); field in class:Grouping
325 logger.warn(String.format("The grouping cache is active, but not used because it exceeded the max cache limit of %d percent", maxDocsPercentageToCache));
326 logger.warn("Please increase cache size or disable group caching.");
378 logger.warn( "Query: " + query + "; " + x.getMessage() );

Completed in 117 milliseconds