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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DDocFieldProcessorPerThread.java4 * Licensed to the Apache Software Foundation (ASF) under one or more
279 docState.infoStream.println("WARNING: document contains at least one immense term (longer than the max length " + DocumentsWriter.MAX_TERM_LENGTH + "), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '" + docState.maxTermPrefix + "...'");
283 final DocumentsWriter.DocWriter one = fieldsWriter.finishDocument();
285 if (one == null) {
288 return one;
292 assert one.docID == docState.docID;
294 both.one = one;
332 DocumentsWriter.DocWriter one; field in class:DocFieldProcessorPerThread.PerDoc
337 return one
[all...]

Completed in 1456 milliseconds