blob: 85c63d7a5dad70373f150cceaf9cd7a57c1ce0d9 [file] [log] [blame]
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).