Class FieldNameAnalyzer

    • Constructor Detail

    • Method Detail

      • getWrappedAnalyzer

        protected Analyzer getWrappedAnalyzer​(String fieldName)
        Description copied from class: AnalyzerWrapper
        Retrieves the wrapped Analyzer appropriate for analyzing the field with the given name
        Specified by:
        getWrappedAnalyzer in class AnalyzerWrapper
        Parameters:
        fieldName - Name of the field which is to be analyzed
        Returns:
        Analyzer for the field with the given name. Assumed to be non-null