mirror of https://github.com/apache/lucene.git
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:
parent
273f5a8b93
commit
d3a7d32385
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue