Uses of Interface
org.egothor.core.Proximities

Packages that use Proximities
org.egothor.cache Provides classes that help implementing a cache for the egothor project. 
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.merger This package defines a machinery that merges many BarrelReaders. 
org.egothor.query.runner This package defines a machinery that navigates the rider during query execution in the Vector model
org.egothor.store This package contains an implementation of barrels on a hard disk. 
 

Uses of Proximities in org.egothor.cache
 

Methods in org.egothor.cache that return Proximities
 Proximities CachedIListItem.openProx()
          Always return null.
 Proximities CachedIListReader.openProx()
          Returns an access object to the proximity list.
 

Uses of Proximities in org.egothor.core
 

Methods in org.egothor.core that return Proximities
 Proximities IListItem.openProx()
          Return an access object to the proximity list.
 Proximities IListShadow.openProx()
           
 

Uses of Proximities in org.egothor.core.memory
 

Classes in org.egothor.core.memory that implement Proximities
 class MemoryIList
          The MemoryIList class is an inverted list stored to memory.
 

Methods in org.egothor.core.memory that return Proximities
 Proximities MemoryIList.openProx()
           
 

Uses of Proximities in org.egothor.merger
 

Methods in org.egothor.merger that return Proximities
 Proximities ConcatLists.openProx()
           
 

Uses of Proximities in org.egothor.query.runner
 

Methods in org.egothor.query.runner that return Proximities
 Proximities TermRunner.getProx()
          Return a Proximities object which gives access to the proximities inverted list for the head item in the list.
 

Methods in org.egothor.query.runner with parameters of type Proximities
 void PhraseScan.add(Proximities p)
          Description of the Method
 

Uses of Proximities in org.egothor.store
 

Classes in org.egothor.store that implement Proximities
 class IListMetadataRead
           
 class ProximitiesFileIn
          The ProximitiesFileIn object reads the term proximities from a file.
 

Methods in org.egothor.store that return Proximities
 Proximities ProximitiesFileIn.open(long offset)
           
 Proximities IListMetadataRead.openProx()
           
 

Methods in org.egothor.store with parameters of type Proximities
 long ProximitiesFileOut.save(Proximities p)
          Write the given Proximities to this object's output stream.