Package it.unimi.di.mg4j.index.remote

Remote index classes.

See:
          Description

Class Summary
IndexServer A daemon exposing an index remotely.
RemoteBitStreamHPIndex  
RemoteBitStreamIndex A remote bitstream-based index.
RemoteIndex A remote index.
RemoteIndexReader An index reader for RemoteIndex.
RemoteIndexReader.ServerThread  
RemoteIndexServerConnection An index server connection.
RemoteInputStream A client class that connects to an IndexServer and exposes a remote InputStream locally.
RemoteInputStream.ServerThread  
RemoteOffsetList A class accessing remotely a LongList.
RemoteOffsetList.ServerThread  
RemotePrefixMap A remote prefix map.
RemotePrefixMap.ServerThread  
RemoteSizeList A class accessing remotely a LongList.
RemoteSizeList.ServerThread  
RemoteTermMap A remote term map.
RemoteTermMap.ServerThread  
ServerThread A abstract class representing a thread that provides services inside an index server.
 

Package it.unimi.di.mg4j.index.remote Description

Remote index classes.

Package Specification

The classes in this package are extremely experimental and need considerable rework and optimisation to be actually useful. They are distributed with MG4J because excising them from the MG4J structure is rather complicated, and because they are fully usable: feedback is more than welcome.