Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Protected Member Functions | List of all members
Lucene.Net.Spatial.Prefix.PointPrefixTreeFieldCacheProvider Class Reference

Implementation of ShapeFieldCacheProvider designed for PrefixTreeStrategys. More...

Inherits ShapeFieldCacheProvider< Point >.

Public Member Functions

 PointPrefixTreeFieldCacheProvider (SpatialPrefixTree grid, String shapeField, int defaultSize)
 

Protected Member Functions

override Point ReadShape (Term term)
 

Detailed Description

Implementation of ShapeFieldCacheProvider designed for PrefixTreeStrategys.

Note, due to the fragmented representation of Shapes in these Strategies, this implementation can only retrieve the central Point of the original Shapes.

Definition at line 32 of file PointPrefixTreeFieldCacheProvider.cs.

Constructor & Destructor Documentation

Lucene.Net.Spatial.Prefix.PointPrefixTreeFieldCacheProvider.PointPrefixTreeFieldCacheProvider ( SpatialPrefixTree  grid,
String  shapeField,
int  defaultSize 
)

Definition at line 36 of file PointPrefixTreeFieldCacheProvider.cs.

Member Function Documentation

override Point Lucene.Net.Spatial.Prefix.PointPrefixTreeFieldCacheProvider.ReadShape ( Term  term)
protected

Definition at line 45 of file PointPrefixTreeFieldCacheProvider.cs.


The documentation for this class was generated from the following file: