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

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

Introduction

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

The text is from its open source code.

Constructor

Method

int[]getPositions()
Returns the relative positions of terms in this phrase.
intgetSlop()
Sets the phrase slop for this query.
Term[][]getTermArrays()
Returns the arrays of arrays of terms in the multi-phrase.
Queryrewrite(IndexReader reader)