Package net.obsearch

Provides the main interfaces of OBSearch.

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)
 

Package net.obsearch Description

Provides the main interfaces of OBSearch.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.