Java org.apache.lucene.analysis.charfilter HTMLStripCharFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.charfilter HTMLStripCharFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.charfilter HTMLStripCharFilter.

The text is from its open source code.

Constructor

HTMLStripCharFilter(java.io.Reader in)
Creates a new scanner
HTMLStripCharFilter(Reader in, Set escapedTags)
Creates a new HTMLStripCharFilter over the provided Reader with the specified start and end tags.

Method