DelegatingReuseStrategy
A org.gnit.lucenekmp.analysis.Analyzer.ReuseStrategy that delegates to the wrapped analyzer's strategy for reusability of components.
Functions
Link copied to clipboard
open override fun getReusableComponents(analyzer: Analyzer, fieldName: String): Analyzer.TokenStreamComponents?
Gets the reusable TokenStreamComponents for the field with the given name.
Link copied to clipboard
open override fun setReusableComponents(analyzer: Analyzer, fieldName: String, components: Analyzer.TokenStreamComponents)
Stores the given TokenStreamComponents as the reusable components for the field with the give name.