|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Bounded Cache of Shapes associated with docIds. Note, multiple Shapes can be associated with a given docId More...
Public Member Functions | |
| ShapeFieldCache (int length, int defaultLength) | |
| void | Add (int docid, T s) |
| IList< T > | GetShapes (int docid) |
Public Attributes | |
| int | defaultLength |
Bounded Cache of Shapes associated with docIds. Note, multiple Shapes can be associated with a given docId
| T |
| T | : | Shape |
Definition at line 28 of file ShapeFieldCache.cs.
| Lucene.Net.Spatial.Util.ShapeFieldCache< T >.ShapeFieldCache | ( | int | length, |
| int | defaultLength | ||
| ) |
Definition at line 33 of file ShapeFieldCache.cs.
| void Lucene.Net.Spatial.Util.ShapeFieldCache< T >.Add | ( | int | docid, |
| T | s | ||
| ) |
Definition at line 39 of file ShapeFieldCache.cs.
| IList<T> Lucene.Net.Spatial.Util.ShapeFieldCache< T >.GetShapes | ( | int | docid | ) |
Definition at line 49 of file ShapeFieldCache.cs.
| int Lucene.Net.Spatial.Util.ShapeFieldCache< T >.defaultLength |
Definition at line 31 of file ShapeFieldCache.cs.
1.8.3