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
PhraseQuery.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.PhraseQuery
 A Query that matches documents containing a particular sequence of terms. A PhraseQuery is built by QueryParser for input like "new york". More...
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using Term = Lucene.Net.Index.Term
 
using TermPositions = Lucene.Net.Index.TermPositions
 
using ToStringUtils = Lucene.Net.Util.ToStringUtils
 
using IDFExplanation = Lucene.Net.Search.Explanation.IDFExplanation
 

Typedef Documentation

Definition at line 24 of file PhraseQuery.cs.

Definition at line 20 of file PhraseQuery.cs.

Definition at line 21 of file PhraseQuery.cs.

Definition at line 22 of file PhraseQuery.cs.

Definition at line 23 of file PhraseQuery.cs.