|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.engine.search.SearchResultModel
net.sf.zekr.engine.search.lucene.AdvancedSearchResult
public class AdvancedSearchResult
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.zekr.engine.search.SearchResultModel |
---|
SearchResultModel.Iter |
Field Summary |
---|
Fields inherited from class net.sf.zekr.engine.search.SearchResultModel |
---|
clause, maxResultPerPage, pageNum, rawQuery, resultPerPage, results, totalMatch |
Constructor Summary | |
---|---|
AdvancedSearchResult(IQuranText quranText,
java.util.List results,
java.lang.String clause,
java.lang.String rawQuery,
int totalMatch,
AbstractSearchResultComparator ayaComparator,
boolean ascending)
Deprecated. use SearchResultModel instead. |
Method Summary |
---|
Methods inherited from class net.sf.zekr.engine.search.SearchResultModel |
---|
getClause, getMaxResultPerPage, getPage, getQuranText, getRawQuery, getResultCount, getResultPageCount, getResults, getTotalMatch, iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdvancedSearchResult(IQuranText quranText, java.util.List results, java.lang.String clause, java.lang.String rawQuery, int totalMatch, AbstractSearchResultComparator ayaComparator, boolean ascending)
SearchResultModel
instead.
quranText
- Quran or translation text on which search taken placeresults
- a list of SearchResultItem
sclause
- a string representation of whole-words of all the matched text partsrawQuery
- raw user querytotalMatch
- total count of all highlighted text partsayaComparator
- the AbstractSearchResultComparator
to be used for sorting resultsascending
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |