Index: lucene/core/src/java/org/apache/lucene/codecs/FieldsProducer.java =================================================================== --- lucene/core/src/java/org/apache/lucene/codecs/FieldsProducer.java (revision 1291922) +++ lucene/core/src/java/org/apache/lucene/codecs/FieldsProducer.java (working copy) @@ -24,7 +24,7 @@ import org.apache.lucene.index.FieldsEnum; import org.apache.lucene.index.Terms; -/** Abstract API that consumes terms, doc, freq, prox and +/** Abstract API that produces terms, doc, freq, prox and * payloads postings. Concrete implementations of this * actually do "something" with the postings (write it into * the index in a specific format).