mirror of https://github.com/apache/lucene.git
add missing javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68b6d00cba
commit
723a2024cd
|
@ -222,6 +222,8 @@ public abstract class LeafReader extends IndexReader {
|
|||
return null;
|
||||
}
|
||||
|
||||
/** Returns {@link PostingsEnum} for the specified term
|
||||
* with {@link PostingsEnum#FLAG_FREQS}. */
|
||||
public final PostingsEnum termDocsEnum(Term term) throws IOException {
|
||||
return termDocsEnum(term, PostingsEnum.FLAG_FREQS);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue