Java org.apache.lucene.search RegexpQuery fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search RegexpQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search RegexpQuery.

The text is from its open source code.

Subclass

org.apache.lucene.search.RegexpQuery has subclasses.
Click this link to see all its subclasses.

Constructor

RegexpQuery(Term term)
Constructs a query for terms matching term.
RegexpQuery(Term term, int flags)
Constructs a query for terms matching term.
RegexpQuery(Term term, int flags, int maxDeterminizedStates)
Constructs a query for terms matching term.

Method

StringtoString(String field)
Prints a user-readable version of this query.