Searched refs:err (Results 1 - 25 of 93) sorted by relevance

1234

/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DDataImportHandlerException.java36 public DataImportHandlerException(int err) { argument
38 errCode = err;
41 public DataImportHandlerException(int err, String message) { argument
43 errCode = err;
46 public DataImportHandlerException(int err, String message, Throwable cause) { argument
48 errCode = err;
51 public DataImportHandlerException(int err, Throwable cause) { argument
53 errCode = err;
60 public static void wrapAndThrow(int err, Exception e) { argument
64 throw new DataImportHandlerException(err,
68 wrapAndThrow(int err, Exception e, String msg) argument
[all...]
/lucene-3.6.0/solr/core/src/test/org/apache/solr/schema/
H A DBadIndexSchemaTest.java66 private Throwable findErrorWithSubstring( List<Throwable> err, String v ) argument
68 for( Throwable t : err ) {
93 List<Throwable> err = new LinkedList<Throwable>();
94 err.addAll( SolrConfig.severeErrors );
96 Throwable t = findErrorWithSubstring( err, "*_twice" );
98 err.remove( t );
100 t = findErrorWithSubstring( err, "ftAgain" );
102 err.remove( t );
104 t = findErrorWithSubstring( err, "fAgain" );
106 err
[all...]
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DTestRamUsageEstimator.java91 System.err.println("WARN: Your JVM does not support certain Oracle/Sun extensions.");
92 System.err.println(" Memory estimates may be inaccurate.");
93 System.err.println(" Please report this to the Lucene mailing list.");
94 System.err.println("JVM version: " + RamUsageEstimator.JVM_INFO_STRING);
95 System.err.println("UnsupportedFeatures:");
97 System.err.print(" - " + f.toString());
99 System.err.print("; Please note: All 32bit Oracle/Sun VMs and Java 5 64bit VMs don't allow exact OBJECT_ALIGNMENT retrieval, this is a known issue.");
101 System.err.println();
/lucene-3.6.0/lucene/contrib/pruning/src/java/org/apache/lucene/index/pruning/
H A DPruningTool.java49 System.err.println("Usage: PruningTool -impl (tf | carmel | carmeltopk | ridf) (-in <path1> [-in <path2> ...]) " +
51 System.err.println("\t-impl (tf | carmel | carmeltopk | ridf)\tTermPruningPolicy implementation name: TF or CarmelUniform or or CarmelTopK or RIDFTerm");
52 System.err.println("\t-in path\tpath to the input index. Can specify multiple input indexes.");
53 System.err.println("\t-out path\toutput path where the output index will be stored.");
54 System.err.println("\t-t NN\tdefault threshold value (minimum in-document frequency) for all terms");
55 System.err.println("\t-del f1,f2,..\tcomma-separated list of field specs to delete (postings, vectors & stored):");
56 System.err.println("\t\tfield spec : fieldName ( ':' [pPsv] )");
57 System.err.println("\t\twhere: p - postings, P - payloads, s - stored value, v - vectors");
58 System.err.println("\t-conf file\tpath to config file with per-term thresholds");
59 System.err
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DLockVerifyServer.java66 boolean err = false;
71 err = true;
77 err = true;
86 if (err)
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DSmartRandom.java36 System.err.println("!!! WARNING: test is using random from static initializer !!!");
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DSmartRandom.java36 System.err.println("!!! WARNING: test is using random from static initializer !!!");
H A DLuceneTestCase.java244 System.err.println("RESOURCE LEAK: test class left " + rogueThreads + " thread(s) running");
294 System.err.println("NOTE: test params are: " +
297 System.err.println("NOTE: all tests run in this JVM:");
298 System.err.println(Arrays.toString(testClassesRun.toArray()));
299 System.err.println("NOTE: " + System.getProperty("os.name") + " "
339 System.err.println("path " + entry.getKey() + " allocated from");
346 System.err.println("\t" + ste);
368 System.err.print("NOTE: Assume failed in '" + method.getName() + "' (ignored):");
370 System.err.println();
371 e.printStackTrace(System.err);
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexUpgrader.java55 System.err.println("Upgrades an index so all segments created with a previous Lucene version are rewritten.");
56 System.err.println("Usage:");
57 System.err.println(" java " + IndexUpgrader.class.getName() + " [-delete-prior-commits] [-verbose] [-dir-impl X] indexDir");
58 System.err.println("This tool keeps only the last commit in an index; for this");
59 System.err.println("reason, if the incoming index has more than one commit, the tool");
60 System.err.println("refuses to run by default. Specify -delete-prior-commits to override");
61 System.err.println("this, allowing the tool to delete all but the last commit.");
62 System.err.println("Specify a " + FSDirectory.class.getSimpleName() +
65 System.err.println("WARNING: This tool may reorder document IDs!");
/lucene-3.6.0/lucene/contrib/icu/src/tools/java/org/apache/lucene/analysis/icu/
H A DRBBIRuleCompiler.java63 System.err.print("Compiling " + file.getName() + " to "
77 System.err.println(e.getMessage());
83 System.err.println(outputFile.length() + " bytes.");
89 System.err.println("Usage: RBBIRuleComputer <sourcedir> <destdir>");
/lucene-3.6.0/lucene/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/
H A DAnalyzerProfile.java69 System.err
71 System.err
73 System.err
/lucene-3.6.0/solr/core/src/java/org/apache/solr/response/
H A DSolrQueryResponse.java79 protected Exception err; field in class:SolrQueryResponse
143 err=e;
151 return err;
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java158 throw err("Unbalanced container");
177 throw err(null);
200 throw err("Expected " + new String(arr));
205 private RuntimeException err(String msg) { method in class:JSONParser
334 throw err("missing exponent number");
395 throw err("invalid hex digit");
416 throw err("Invalid character escape in string");
535 throw err("Leading zeros not allowed");
553 if (ch<'0' || ch>'9') throw err("expected digit after '-'");
559 // if ((('r'-getChar())|('u'-getChar())|('e'-getChar())) != 0) err("");
[all...]
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/trec/
H A DQueryDriver.java44 System.err.println("Usage: QueryDriver <topicsFile> <qrelsFile> <submissionFile> <indexDir> [querySpec]");
45 System.err.println("topicsFile: input file containing queries");
46 System.err.println("qrelsFile: input file containing relevance judgements");
47 System.err.println("submissionFile: output submission file for trec_eval");
48 System.err.println("indexDir: index directory");
49 System.err.println("querySpec: string composed of fields to use in query consisting of T=title,D=description,N=narrative:");
50 System.err.println("\texample: TD (query on Title + Description). The default is T (title only)");
/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/index/
H A DMultiPassIndexSplitter.java119 System.err.println("Writing part " + (i + 1) + " ...");
123 System.err.println("Done.");
129 System.err.println("Usage: MultiPassIndexSplitter -out <outputDir> -num <numParts> [-seq] <inputIndex1> [<inputIndex2 ...]");
130 System.err.println("\tinputIndex\tpath to input index, multiple values are ok");
131 System.err.println("\t-out ouputDir\tpath to output directory to contain partial indexes");
132 System.err.println("\t-num numParts\tnumber of parts to produce");
133 System.err.println("\t-seq\tsequential docid-range split (default is round-robin)");
150 System.err.println("Invalid input path - skipping: " + file);
156 System.err.println("Invalid input index - skipping: " + file);
160 System.err
[all...]
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/junitcompat/
H A DWithNestedTests.java87 prevSysErr = System.err;
108 System.err.flush();
127 System.err.flush();
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/
H A DBenchmark.java94 System.err.println("Usage: java Benchmark <algorithm file>");
101 System.err.println("cannot find/read algorithm file: "+algFile.getAbsolutePath());
122 System.err.println("Error: cannot execute the algorithm! "+e.getMessage());
/lucene-3.6.0/lucene/contrib/memory/src/java/org/apache/lucene/index/memory/
H A DMemoryIndex.java362 // if (DEBUG) System.err.println("token='" + term + "'");
734 if (DEBUG) System.err.println("MemoryIndexReader.docFreq: " + term + ", freq:" + freq);
740 if (DEBUG) System.err.println("MemoryIndexReader.terms()");
746 if (DEBUG) System.err.println("MemoryIndexReader.terms: " + term);
785 if (DEBUG) System.err.println("TermEnum.next");
800 if (DEBUG) System.err.println("TermEnum.term: " + srtTermsIdx);
804 // if (DEBUG) System.err.println("TermEnum.term: " + i + ", " + info.sortedTerms[i].getKey());
810 if (DEBUG) System.err.println("TermEnum.docFreq");
819 if (DEBUG) System.err.println("TermEnum.close");
840 if (DEBUG) System.err
[all...]
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/fst/
H A DLargeInputFST.java49 System.err.println("Line: " + count);
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestIndexWriterOnJRECrash.java113 if (VERBOSE) System.err.println(">>> Begin subprocess output");
116 System.err.write(buffer, 0, len);
119 if (VERBOSE) System.err.println("<<< End subprocess output");
133 System.err.println("Checking index: " + file);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestIndexWriterOnJRECrash.java113 if (VERBOSE) System.err.println(">>> Begin subprocess output");
116 System.err.write(buffer, 0, len);
119 if (VERBOSE) System.err.println("<<< End subprocess output");
133 System.err.println("Checking index: " + file);
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/
H A DCloseIndexTask.java46 && infoStream != System.err) {
H A DRollbackIndexTask.java44 && infoStream != System.err) {
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/
H A DFileBasedQueryMaker.java81 System.err.println("Exception: " + e.getMessage() + " occurred while parsing line: " + lineNum + " Text: " + line);
90 System.err.println("No Reader available for: " + fileName);
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/
H A DLookupBenchmarkTest.java113 System.err.println("-- construction time");
122 System.err.println(
134 System.err.println("-- RAM consumption");
137 System.err.println(
185 System.err.println(String.format(Locale.ENGLISH,
208 System.err.println(

Completed in 52 milliseconds

1234