Class QueryParserTestBase.QPTestAnalyzer

    • Constructor Detail

      • QPTestAnalyzer

        public QPTestAnalyzer()
    • Method Detail

      • tokenStream

        public final TokenStream tokenStream​(String fieldName,
                                             Reader reader)
        Description copied from class: Analyzer
        Creates a TokenStream which tokenizes all the text in the provided Reader. Must be able to handle null field name for backward compatibility.
        Specified by:
        tokenStream in class Analyzer