Interface TokenFilterFactory

    • Method Detail

      • name

        java.lang.String name()
      • create

        org.apache.lucene.analysis.TokenStream create​(org.apache.lucene.analysis.TokenStream tokenStream)
      • breaksFastVectorHighlighter

        default boolean breaksFastVectorHighlighter()
        Does this analyzer mess up the OffsetAttributes in such as way as to break the FastVectorHighlighter? If this is true then the FastVectorHighlighter will attempt to work around the broken offsets.