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