Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl.Analysis
Packages that use Analysis
-
Uses of Analysis in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl that return AnalysisMethods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with parameters of type AnalysisModifier and TypeMethodDescriptionvoidMerge these (custom) analysis settings with analysis settings generated by Hibernate Search.voidIndexSettings.setAnalysis(Analysis analysis) Constructors in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with parameters of type AnalysisModifierConstructorDescriptionIndexSettings(Analysis analysis, Integer maxResultWindow, Map<String, com.google.gson.JsonElement> extraAttributes)