Name

IndexService.ReverseIndex

Synopsis

Objects that implement this interface are returned by the getReverseIndex( ) method of the index service.

public static interface IndexService.ReverseIndex {
// Public Instance Methods
   public abstract void add(String id, String xpath) 
        throws IndexService.BadQueryExceptionIndexService.IndexException;  
   public abstract String[ ] query(InputStream xmlDoc)
        throws IOExceptionIndexService.BadDocumentExceptionIndexService.IndexException;  
   public abstract void remove(String id, String xpath) 
        throws IndexService.BadQueryExceptionIndexService.IndexException;  
}

Returned By

IndexService.getReverseIndex()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.