Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Interface Scanable  view Scanable download Scanable.java


public interface Scanable

Scanable. The object implementing this interface is capable of providing a service that allows browsing of terms in indexes.

Version:
$Id: Scanable.java,v 1.9 2003/06/17 18:15:34 rob_tice Exp $ $Log: Scanable.java,v $ Revision 1.9 2003/06/17 18:15:34 rob_tice doScan chaged to allow the possibility of an exception - rob

Method Summary
 ScanInformation doScan(ScanRequestInfo req)
          doScan MUST return a vector of TermInformation
 boolean isScanSupported()
           
 

Method Detail

isScanSupported

public boolean isScanSupported()

doScan

public ScanInformation doScan(ScanRequestInfo req)
                       throws ScanException
doScan MUST return a vector of TermInformation