Package com.arsdigita.search.lucene

Provides APIs to be used by query engine implementors to interact with the Lucene search engine.

See:
          Description

Interface Summary
Initializer.Loader Only used by CoreLoader.
 

Class Summary
Adapter Adapter.
BaseQueryEngine This provides the basic lucene query engine implementation which can restrict based on object type
Document Document.
DocumentObserver  
Initializer Initializer Initializes the Lucene package
IntersectionFilter A filter whose bitset corresponds to the logical AND of the bitsets from the wrapped filters.
LuceneConfig LuceneConfig
LuceneSearch LuceneSearch is a wrapper for the Lucene search facilities.
NegationFilter A filter whose bitset is the logical NOT of the bitset generated by the wrapped filter.
ObjectTypeFilter ObjectTypeFilter
PartyFilter PartyFilter that filters the query based on the passed in party
Registry Registry
StandardAdapter StandardAdapter
TypeSpecificFilter TypeSpecificFilter
UnionFilter A filter whose bitset corresponds to the logical OR of the bitsets generated by the wrapped filters.
 

Package com.arsdigita.search.lucene Description

Provides APIs to be used by query engine implementors to interact with the Lucene search engine. Classes in this package should not be used by application authors since it will tie their application to a particular search engine.



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