|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuerySpecification | |
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. |
com.arsdigita.search.ui |
Uses of QuerySpecification in com.arsdigita.search |
Methods in com.arsdigita.search with parameters of type QuerySpecification | |
void |
TimedResultCache.put(QuerySpecification query,
ResultSet results)
Stores a result set in the cache |
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. |
void |
ResultCache.put(QuerySpecification query,
ResultSet results)
Stores a result set in the cache |
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)
|
Constructors in com.arsdigita.search with parameters of type QuerySpecification | |
CachedResultSet(QuerySpecification spec,
ResultSet results,
int size)
|
Uses of QuerySpecification in com.arsdigita.search.intermedia |
Methods in com.arsdigita.search.intermedia with parameters of type QuerySpecification | |
ResultSet |
BaseQueryEngine.process(QuerySpecification spec)
Processes a query specification generating a document result set |
Uses of QuerySpecification in com.arsdigita.search.lucene |
Methods in com.arsdigita.search.lucene with parameters of type QuerySpecification | |
ResultSet |
BaseQueryEngine.process(QuerySpecification spec)
|
Uses of QuerySpecification in com.arsdigita.search.ui |
Methods in com.arsdigita.search.ui that return QuerySpecification | |
QuerySpecification |
QueryGenerator.getQuerySpecification(PageState state)
Retrieves the current query spec. |
QuerySpecification |
QueryComponent.getQuerySpecification(PageState state)
Returns the current query specification |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |