org.exist.xmldb
Interface IndexQueryService

All Superinterfaces:
Configurable, Service
All Known Implementing Classes:
LocalIndexQueryService, RemoteIndexQueryService

public interface IndexQueryService
extends Service


Method Summary
 Occurrences[] getIndexedElements(boolean inclusive)
           
 Occurrences[] scanIndexTerms(java.lang.String start, java.lang.String end, boolean inclusive)
           
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

getIndexedElements

public Occurrences[] getIndexedElements(boolean inclusive)
                                 throws XMLDBException
Throws:
XMLDBException

scanIndexTerms

public Occurrences[] scanIndexTerms(java.lang.String start,
                                    java.lang.String end,
                                    boolean inclusive)
                             throws XMLDBException
Throws:
XMLDBException


Copyright (C) Wolfgang Meier. All rights reserved.