--- uid: Lucene.Net.QueryParsers.Surround.Query summary: *content

This package contains SrndQuery and its subclasses.

The parser in the org.apache.lucene.queryparser.surround.parser package
normally generates a SrndQuery.

For searching an org.apache.lucene.search.Query is provided by
the SrndQuery.makeLuceneQueryField method.
For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene.