Xindice API
version 1.2m1

org.apache.xindice.client
Interface TextQueryService

All Superinterfaces:
org.xmldb.api.base.Configurable, org.xmldb.api.base.Service
All Known Implementing Classes:
TextQueryServiceImpl

public interface TextQueryService
extends org.xmldb.api.base.Service

TextQueryService allows using full text search against a collection. The context collection must have LuceneIndexer in order to execute a search.

Version:
$Revision: 566891 $, $Date: 2007-08-16 20:35:14 -0400 (Thu, 16 Aug 2007) $

Method Summary
 org.xmldb.api.base.ResourceSet query(String string)
           
 org.xmldb.api.base.ResourceSet queryResource(String string, String string1)
           
 
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

query

public org.xmldb.api.base.ResourceSet query(String string)
                                     throws org.xmldb.api.base.XMLDBException
Throws:
org.xmldb.api.base.XMLDBException

queryResource

public org.xmldb.api.base.ResourceSet queryResource(String string,
                                                    String string1)
                                             throws org.xmldb.api.base.XMLDBException
Throws:
org.xmldb.api.base.XMLDBException

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.