LUCENE-3815: fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2012-02-21 20:16:23 +00:00
parent 273f5a8b93
commit d3a7d32385
1 changed files with 2 additions and 4 deletions

View File

@ -24,10 +24,8 @@ import org.apache.lucene.index.Fields;
import org.apache.lucene.index.FieldsEnum;
import org.apache.lucene.index.Terms;
/** Abstract API that consumes 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).
/** Abstract API that produces terms, doc, freq, prox and
* payloads postings.
*
* @lucene.experimental
*/