Name

Package net.jxta.index

Synopsis

The interfaces in this package could be used by a service that wants to index XML documents and execute XPath queries. The core JXTA implementation does not come with such a service; there are presently no classes that implement these interfaces. The class hierarchy for this package is shown in Figure 9-8.

The net.jxta.index package

Figure 9-8. The net.jxta.index package

Interfaces

public interface IndexService;
public static interface IndexService.Index;
public static interface IndexService.ReverseIndex;

Exceptions

public static class IndexService.BadDocumentException extends Exception;
public static class IndexService.BadQueryException extends Exception;
public static class IndexService.IndexException extends Exception;

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.