Table of Contents

Public classSealed QueryParser

Namespace
Rowles.LeanLucene.Search.Parsing
Assembly
Rowles.LeanLucene.dll

Parses a query string into a Query object tree. Supports: term, field:term, "phrase", +required, -excluded, (grouping), prefix*, wild?card, fuzzy~N, "phrase"~N, field:term^boost.

public sealed class QueryParser
QueryParser

Public constructor QueryParser(string, IAnalyser)

Initialises a new QueryParser with the given default field and analyser.

Public method Parse(string)

Parses the query string into a Query object tree.