Uses of Interface
org.opencastproject.elasticsearch.api.Language
Packages that use Language
-
Uses of Language in org.opencastproject.elasticsearch.api
Methods in org.opencastproject.elasticsearch.api that return types with arguments of type LanguageModifier and TypeMethodDescriptionSearchMetadata.getLocalizedValues()Returns the values for this metadata item, mapped to their respective languages.Methods in org.opencastproject.elasticsearch.api with parameters of type LanguageModifier and TypeMethodDescriptionvoidSearchMetadata.addLocalizedValue(Language language, T v) Addsvalueto the list of language neutral values.Language.getDescription(Language language) Returns the name of this language in the specified language, e.g given thatlanguagewasGerman, this method would return:Englischfor EnglishDeutschfor GermanFranzösischfor French -
Uses of Language in org.opencastproject.elasticsearch.impl
Fields in org.opencastproject.elasticsearch.impl with type parameters of type LanguageMethods in org.opencastproject.elasticsearch.impl that return types with arguments of type LanguageModifier and TypeMethodDescriptionSearchMetadataImpl.getLocalizedValues()Returns the values for this metadata item, mapped to their respective languages.Methods in org.opencastproject.elasticsearch.impl with parameters of type LanguageModifier and TypeMethodDescriptionvoidSearchMetadataImpl.addLocalizedValue(Language language, T v) Addsvalueto the list of language neutral values.protected StringSearchMetadataCollection.getLocalizedFieldName(String fieldName, Language language) Returns the localized field name, which is the original field name extended by an underscore and the language identifier.