Uses of Interface
com.arsdigita.search.ResultSet

Packages that use ResultSet
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.search.lucene Provides APIs to be used by query engine implementors to interact with the Lucene search engine. 
 

Uses of ResultSet in com.arsdigita.search
 

Classes in com.arsdigita.search that implement ResultSet
 class CachedResultSet
           
 

Fields in com.arsdigita.search declared as ResultSet
static ResultSet Search.EMPTY_RESULT_SET
          A document result set containing no results
 

Methods in com.arsdigita.search that return ResultSet
 ResultSet TimedResultCache.get(QuerySpecification query)
          Retrieves a result set from the cache
static ResultSet Search.process(QuerySpecification spec)
          Processes a query specification, returning a cached document result set.
static ResultSet Search.process(QuerySpecification spec, ResultCache cache)
          Processes a query specification, returning a cached document result set.
static ResultSet Search.process(QuerySpecification spec, ResultCache cache, String engine)
          Processes a query specification, returning a cached document result set.
static ResultSet Search.processInternal(QuerySpecification spec, String engine)
          Processes a query specification, returning a document result set with no caching.
 ResultSet ResultCache.get(QuerySpecification query)
          Retrieves a result set from the cache
 ResultSet QueryEngine.process(QuerySpecification spec)
          Processes a query specification generating a document result set
 ResultSet NoopQueryEngine.process(QuerySpecification spec)
           
 

Methods in com.arsdigita.search with parameters of type ResultSet
 void TimedResultCache.put(QuerySpecification query, ResultSet results)
          Stores a result set in the cache
 void ResultCache.put(QuerySpecification query, ResultSet results)
          Stores a result set in the cache
 

Constructors in com.arsdigita.search with parameters of type ResultSet
CachedResultSet(QuerySpecification spec, ResultSet results, int size)
           
 

Uses of ResultSet in com.arsdigita.search.intermedia
 

Methods in com.arsdigita.search.intermedia that return ResultSet
 ResultSet BaseQueryEngine.process(QuerySpecification spec)
          Processes a query specification generating a document result set
 

Uses of ResultSet in com.arsdigita.search.lucene
 

Methods in com.arsdigita.search.lucene that return ResultSet
 ResultSet BaseQueryEngine.process(QuerySpecification spec)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC