Package org.apache.lucene.search
Class XCombinedFieldQuery.Builder
java.lang.Object
org.apache.lucene.search.XCombinedFieldQuery.Builder
- Enclosing class:
- XCombinedFieldQuery
A builder for
XCombinedFieldQuery
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds a field to this builder.Adds a field to this builder.addTerm(org.apache.lucene.util.BytesRef term)
Adds a term to this builder.build()
Builds theXCombinedFieldQuery
.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addField
Adds a field to this builder.- Parameters:
field
- The field name.
-
addField
Adds a field to this builder.- Parameters:
field
- The field name.weight
- The weight associated to this field.
-
addTerm
Adds a term to this builder. -
build
Builds theXCombinedFieldQuery
.
-