|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ApproxIndexShort<O extends OBShort> | An approximate index has extra search methods useful to compare the approx index against other indexes. |
| Index<O extends OB> | This the main contract for OBSearch indexes. |
| OB | An object to be stored in an Index must comply with this interface A distance must be defined and also means of encoding and decoding the object from a byte representation. |
| Storable | Interface that abstracts the general storage and loading methods used to persist objects. |
| Class Summary | |
|---|---|
| AbstractOBPriorityQueue<O extends AbstractOBResult<?>> | This class stores matching results. |
| AbstractOBResult<O> | Holds a match result. |
| OperationStatus | This class is used to return the result of operations performed by OBSearch. |
| Enum Summary | |
|---|---|
| Status | Status of operations (insert, delete exists) |
Provides the main interfaces of OBSearch.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||