C# Class Lucene.Net.Contrib.Spatial.Test.SpatialMatchConcern

Show file Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
EXACT SpatialMatchConcern
FILTER SpatialMatchConcern
SUPERSET SpatialMatchConcern
orderIsImportant bool
resultsAreSuperset bool

Private Methods

Method Description
SpatialMatchConcern ( bool order, bool superset )

Property Details

EXACT public static property

public static SpatialMatchConcern,Lucene.Net.Contrib.Spatial.Test EXACT
return SpatialMatchConcern

FILTER public static property

public static SpatialMatchConcern,Lucene.Net.Contrib.Spatial.Test FILTER
return SpatialMatchConcern

SUPERSET public static property

public static SpatialMatchConcern,Lucene.Net.Contrib.Spatial.Test SUPERSET
return SpatialMatchConcern

orderIsImportant public property

public bool orderIsImportant
return bool

resultsAreSuperset public property

public bool resultsAreSuperset
return bool