Uses of Class org.apache.lucene.search.BooleanClause.Occur

Uses in package org.apache.lucene.queryParser

Methods with parameter type org.apache.lucene.search.BooleanClause.Occur

Query
MultiFieldQueryParser.parse(String query, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer)
Parses a query, searching on the fields specified.
Query
MultiFieldQueryParser.parse(String[] queries, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer)
Parses a query, searching on the fields specified.

Uses in package org.apache.lucene.search

Constructors with parameter type org.apache.lucene.search.BooleanClause.Occur

Constructs a BooleanClause.

Fields of type org.apache.lucene.search.BooleanClause.Occur

BooleanClause.Occur
Use this operator for clauses that must appear in the matching documents.
BooleanClause.Occur
Use this operator for clauses that must not appear in the matching documents.
BooleanClause.Occur
Use this operator for clauses that should appear in the matching documents.

Methods with parameter type org.apache.lucene.search.BooleanClause.Occur

void
Adds a clause to a boolean query.
void

Methods with return type org.apache.lucene.search.BooleanClause.Occur

BooleanClause.Occur

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.