|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.v2.lucene.LuceneSearchResults
public class LuceneSearchResults
| Constructor Summary | |
|---|---|
LuceneSearchResults(java.util.List luceneResult,
int unfilteredResultsCount)
|
|
| Method Summary | |
|---|---|
java.util.List |
getAll()
Creates a new list containing all returned search results. |
int |
getUnfilteredResultsCount()
Get the number of search results before being passed through any filter. |
java.util.Iterator |
iterator()
Gets an iterator to run through the returned search results. |
int |
size()
Get the number of search results included in this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LuceneSearchResults(java.util.List luceneResult,
int unfilteredResultsCount)
| Method Detail |
|---|
public int getUnfilteredResultsCount()
getUnfilteredResultsCount in interface SearchResultspublic int size()
SearchResults
size in interface SearchResultspublic java.util.Iterator iterator()
SearchResults
iterator in interface SearchResultspublic java.util.List getAll()
SearchResults
getAll in interface SearchResults
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||