Class ProximityType
utility class containing the distance condition and number
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class ProximityType
Constructors
ProximityType(Type)
utility class containing the distance condition and number
Declaration
public ProximityType(ProximityQueryNode.Type type)
Parameters
Type | Name | Description |
---|---|---|
ProximityQueryNode.Type | type |
ProximityType(Type, int)
utility class containing the distance condition and number
Declaration
public ProximityType(ProximityQueryNode.Type type, int distance)
Parameters
Type | Name | Description |
---|---|---|
ProximityQueryNode.Type | type | |
int | distance |