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

Exibir arquivo 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_oe static_oe property

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

FILTER public_oe static_oe property

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

SUPERSET public_oe static_oe property

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

orderIsImportant public_oe property

public bool orderIsImportant
return bool

resultsAreSuperset public_oe property

public bool resultsAreSuperset
return bool