Class VerbatimPropagatingVisitor
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class VerbatimPropagatingVisitor : QueryVisitor, IQueryVisitor
Constructors
| Edit this page View SourceVerbatimPropagatingVisitor(bool)
Declaration
public VerbatimPropagatingVisitor(bool verbatim)
Parameters
Type | Name | Description |
---|---|---|
bool | verbatim |
Methods
| Edit this page View SourceVisit(IQuery)
Visit every query item just before they are visited by their specialized Visit() implementation
Declaration
public override void Visit(IQuery query)
Parameters
Type | Name | Description |
---|---|---|
IQuery | query | The IQuery object that will be visited |