Java org.apache.lucene.analysis.core UpperCaseFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

UpperCaseFilter(TokenStream in)
Create a new UpperCaseFilter, that normalizes token text to upper case.