Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl.Analysis
-
Packages that use Analysis Package Description org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl -
-
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 Analysis Modifier and Type Method Description AnalysisIndexSettings. getAnalysis()Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with parameters of type Analysis Modifier and Type Method Description voidAnalysis. merge(Analysis other)Merge 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 Analysis Constructor Description IndexSettings(Analysis analysis, Integer maxResultWindow, Map<String,com.google.gson.JsonElement> extraAttributes)
-