Java org.apache.lucene.queries CommonTermsQuery fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queries CommonTermsQuery fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidadd(Term term)
Adds a term to the CommonTermsQuery
WeightcreateWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Expert: Constructs an appropriate Weight implementation for this query.