Uses of Interface
org.opencastproject.elasticsearch.api.SearchResultItem
Packages that use SearchResultItem
-
Uses of SearchResultItem in org.opencastproject.elasticsearch.api
Methods in org.opencastproject.elasticsearch.api that return SearchResultItemModifier and TypeMethodDescriptionSearchResult.getItems()Returns the individual items of this search result. -
Uses of SearchResultItem in org.opencastproject.elasticsearch.impl
Classes in org.opencastproject.elasticsearch.impl that implement SearchResultItemFields in org.opencastproject.elasticsearch.impl with type parameters of type SearchResultItemModifier and TypeFieldDescriptionprotected List<SearchResultItem<T>> SearchResultImpl.resultThe search resultMethods in org.opencastproject.elasticsearch.impl that return SearchResultItemModifier and TypeMethodDescriptionSearchResultImpl.getItems()Returns the individual items of this search result.Methods in org.opencastproject.elasticsearch.impl with parameters of type SearchResultItemModifier and TypeMethodDescriptionvoidSearchResultImpl.addResultItem(SearchResultItem<T> item) Adds the given search result item to the result set.intSearchResultItemImpl.compareTo(SearchResultItem<T> sr)