|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
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 | |
| package | Lucene.Net.Search |
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 |
Definition at line 24 of file PhraseQuery.cs.
Definition at line 20 of file PhraseQuery.cs.
| using Term = Lucene.Net.Index.Term |
Definition at line 21 of file PhraseQuery.cs.
Definition at line 22 of file PhraseQuery.cs.
Definition at line 23 of file PhraseQuery.cs.
1.8.3