Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
BooleanQuery.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.BooleanQuery
 A Query that matches documents matching boolean combinations of other queries, e.g. TermQuerys, PhraseQuerys or other BooleanQuerys. More...
 
class  Lucene.Net.Search.BooleanQuery.TooManyClauses
 Thrown when an attempt is made to add more than MaxClauseCount clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or TermRangeQuery is expanded to many terms during search. More...
 
class  Lucene.Net.Search.BooleanQuery.BooleanWeight
 Expert: the Weight for BooleanQuery, used to normalize, score and explain these queries.
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using ToStringUtils = Lucene.Net.Util.ToStringUtils
 
using Occur = Lucene.Net.Search.Occur
 

Typedef Documentation

Definition at line 22 of file BooleanQuery.cs.

Definition at line 24 of file BooleanQuery.cs.

Definition at line 23 of file BooleanQuery.cs.