com.arsdigita.search
Class NoopQueryEngine

java.lang.Object
  extended bycom.arsdigita.search.NoopQueryEngine
All Implemented Interfaces:
QueryEngine

public class NoopQueryEngine
extends Object
implements QueryEngine

A query engine that always returns Search.EMPTY_RESULT_SET;


Constructor Summary
NoopQueryEngine()
           
 
Method Summary
 ResultSet process(QuerySpecification spec)
          Processes a query specification generating a document result set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopQueryEngine

public NoopQueryEngine()
Method Detail

process

public ResultSet process(QuerySpecification spec)
Description copied from interface: QueryEngine
Processes a query specification generating a document result set

Specified by:
process in interface QueryEngine
Parameters:
spec - the query specification
Returns:
the document result set


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