Uses of Interface
org.bedework.calfacade.indexing.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return SearchResultModifier and TypeMethodDescriptionBwIndexer.search(String query, boolean relevance, org.bedework.caldav.util.filter.FilterBase filter, List<SortTerm> sort, org.bedework.caldav.util.filter.FilterBase defaultFilterContext, String start, String end, int pageSize, BwIndexer.DeletedState deletedState, RecurringRetrievalMode recurRetrieval) Called to find entries that match the search string.Methods in org.bedework.calfacade.indexing with parameters of type SearchResultModifier and TypeMethodDescriptionBwIndexer.getSearchResult(SearchResult sres, int offset, int num, int desiredAccess) Called to retrieve results after a search of the index.BwIndexer.getSearchResult(SearchResult sres, BwIndexer.Position pos, int desiredAccess) Called to retrieve results after a search of the index.