Interface IFilterBuilder
Interface for building Filters
Namespace: Lucene.Net.QueryParsers.Xml
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IFilterBuilder
Methods
| Improve this Doc View SourceGetFilter(XmlElement)
Declaration
Filter GetFilter(XmlElement e)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | e |
Returns
Type | Description |
---|---|
Filter |