Uses of Class
com.vidispine.generated.IndexAnalyzerType
-
Uses of IndexAnalyzerType in com.vidispine.generated
Fields in com.vidispine.generated declared as IndexAnalyzerTypeModifier and TypeFieldDescriptionprotected IndexAnalyzerTypeIndexType.searchAnalyzerprotected IndexAnalyzerTypeIndexType.textAnalyzerFields in com.vidispine.generated with type parameters of type IndexAnalyzerTypeMethods in com.vidispine.generated that return IndexAnalyzerTypeModifier and TypeMethodDescriptionObjectFactory.createIndexAnalyzerType()Create an instance ofIndexAnalyzerTypeIndexType.getSearchAnalyzer()Gets the value of the searchAnalyzer property.IndexType.getTextAnalyzer()Gets the value of the textAnalyzer property.IndexAnalyzerType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) IndexAnalyzerType.withFilter(String... values) Adds objects to the list of Filter using add methodIndexAnalyzerType.withFilter(Collection<String> values) Adds objects to the list of Filter using addAll methodIndexAnalyzerType.withOpensearchLanguage(String value) Sets the value of the opensearchLanguage property.IndexAnalyzerType.withTokenizer(String value) Sets the value of the tokenizer property.Methods in com.vidispine.generated that return types with arguments of type IndexAnalyzerTypeModifier and TypeMethodDescriptionIndexInformationType.getAnalyzer()Gets the value of the analyzer property.Methods in com.vidispine.generated with parameters of type IndexAnalyzerTypeModifier and TypeMethodDescriptionvoidIndexType.setSearchAnalyzer(IndexAnalyzerType value) Sets the value of the searchAnalyzer property.voidIndexType.setTextAnalyzer(IndexAnalyzerType value) Sets the value of the textAnalyzer property.IndexInformationType.withAnalyzer(IndexAnalyzerType... values) Adds objects to the list of Analyzer using add methodIndexType.withSearchAnalyzer(IndexAnalyzerType value) Sets the value of the searchAnalyzer property.IndexType.withTextAnalyzer(IndexAnalyzerType value) Sets the value of the textAnalyzer property.Method parameters in com.vidispine.generated with type arguments of type IndexAnalyzerTypeModifier and TypeMethodDescriptionIndexInformationType.withAnalyzer(Collection<IndexAnalyzerType> values) Adds objects to the list of Analyzer using addAll method