Uses of Class
nl.siegmann.epublib.search.SearchResult
-
Packages that use SearchResult Package Description nl.siegmann.epublib.search -
-
Uses of SearchResult in nl.siegmann.epublib.search
Fields in nl.siegmann.epublib.search with type parameters of type SearchResult Modifier and Type Field Description private java.util.List<SearchResult>SearchResults. hitsMethods in nl.siegmann.epublib.search that return types with arguments of type SearchResult Modifier and Type Method Description protected static java.util.List<SearchResult>SearchIndex. doSearch(java.lang.String searchTerm, java.lang.String content, Resource resource)private static java.util.List<SearchResult>SearchIndex. doSearch(java.lang.String searchTerm, SearchIndex.ResourceSearchIndex resourceSearchIndex)java.util.List<SearchResult>SearchResults. getHits()Method parameters in nl.siegmann.epublib.search with type arguments of type SearchResult Modifier and Type Method Description voidSearchResults. addAll(java.util.List<SearchResult> searchResults)voidSearchResults. setHits(java.util.List<SearchResult> hits)
-