Interface | Description |
---|---|
IIndexReader |
Interfaces for reading various indexes into the snapshot.
|
IIndexReader.IOne2LongIndex |
Index from object id to a long.
|
IIndexReader.IOne2ManyIndex |
Index from object id to several object ids.
|
IIndexReader.IOne2ManyObjectsIndex |
Index from object id to several object ids.
|
IIndexReader.IOne2OneIndex |
Index from object id to another int.
|
IIndexReader.IOne2SizeIndex |
Index from object id to size, stored compressed as an int.
|
IndexWriter.KeyWriter |
Enum | Description |
---|---|
IndexManager.Index |
The different index types.
|