Uses of Interface
org.opencastproject.elasticsearch.api.SearchMetadata
Packages that use SearchMetadata
-
Uses of SearchMetadata in org.opencastproject.elasticsearch.impl
Classes in org.opencastproject.elasticsearch.impl that implement SearchMetadataFields in org.opencastproject.elasticsearch.impl with type parameters of type SearchMetadataModifier and TypeFieldDescriptionprotected Map<String, SearchMetadata<?>> SearchMetadataCollection.metadataThe metadataMethods in org.opencastproject.elasticsearch.impl that return types with arguments of type SearchMetadataModifier and TypeMethodDescriptionList<SearchMetadata<?>> SearchMetadataCollection.getMetadata()Returns the metadata as a list ofSearchMetadataitems.SearchMetadataCollection.iterator()Map<String, SearchMetadata<?>> SearchMetadataCollection.toMap()Returns the metadata keys and the metadata items as a map for convenient access of search metadata by key.Methods in org.opencastproject.elasticsearch.impl with parameters of type SearchMetadataMethod parameters in org.opencastproject.elasticsearch.impl with type arguments of type SearchMetadataModifier and TypeMethodDescriptionbooleanSearchMetadataCollection.addAll(Collection<? extends SearchMetadata<?>> c) Constructor parameters in org.opencastproject.elasticsearch.impl with type arguments of type SearchMetadataModifierConstructorDescriptionElasticsearchDocument(String id, String type, List<SearchMetadata<?>> resource) Creates a new elastic search document based on the id, the document type and the metadata.