Class SearchMetadataCollection

java.lang.Object
org.opencastproject.elasticsearch.impl.SearchMetadataCollection
All Implemented Interfaces:
Iterable<SearchMetadata<?>>, Collection<SearchMetadata<?>>

public class SearchMetadataCollection extends Object implements Collection<SearchMetadata<?>>
Wrapper that facilitates in posting business objects to the search index.

This implementation provides utility methods that will ease handling of objects such as dates or users and help prevent posting of null values.