|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Postlist | |
---|---|
de.aitools.aq.invertedindex.core |
Uses of Postlist in de.aitools.aq.invertedindex.core |
---|
Methods in de.aitools.aq.invertedindex.core that return Postlist | |
---|---|
Postlist<E> |
IndexSearcher.search(java.lang.String key)
|
Postlist<V> |
Searcher.search(java.lang.String key)
Returns a iterable Postlist for the given key. |
Postlist<E> |
IndexSearcher.search(java.lang.String key,
int length)
|
Postlist<V> |
Searcher.search(java.lang.String key,
int num)
Returns a iterable Postlist for the given key. |
Postlist<V> |
Searcher.search(java.lang.String key,
int begin,
int num)
Returns a iterable Postlist for the given key. |
Postlist<E> |
IndexSearcher.search(java.lang.String key,
Quantile.Order order)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |