Interface PostingsList
- All Superinterfaces:
java.lang.Iterable<Posting>
- All Known Implementing Classes:
LucenePositionalPostingsList
,LucenePostingsList
public interface PostingsList extends java.lang.Iterable<Posting>
Interface for posting lists
-
Method Summary
Modifier and Type Method Description int
size()
The size of the list.
-
Method Details
-
size
int size()The size of the list.- Returns:
- the size.
-