Package org.apache.wiki.search
Interface SearchResult
-
- All Superinterfaces:
SearchResult
- All Known Implementing Classes:
SearchMatcher.SearchResultImpl
@Deprecated public interface SearchResult extends SearchResult
Deprecated.- useSearchResult
insteadDefines a search result.- See Also:
SearchResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WikiPage
getPage()
Deprecated.Return the page.-
Methods inherited from interface org.apache.wiki.api.search.SearchResult
getContexts, getScore
-
-
-
-
Method Detail
-
getPage
WikiPage getPage()
Deprecated.Return the page.- Specified by:
getPage
in interfaceSearchResult
- Returns:
- the WikiPage object containing this result
-
-