|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
LuceneCocoonIndexer | The avalon behavioural component interface of an indexer. |
LuceneCocoonSearcher | The avalon behavioural component interface of a searcher. |
LuceneXMLIndexer | The avalon behavioural component interface of generating lucene documents from an xml content. |
Class Summary | |
---|---|
LuceneCocoonHelper | This class encapsulates some helper methods. |
LuceneCocoonPager | This class should help you to manage paging of hits. |
LuceneCocoonPager.HitWrapper | A helper class encapsulating found document, and its score |
LuceneIndexContentHandler | Parse XML and generate lucene document(s) can now be configured via SimpleLuceneXMLIndexerImpl to store specific tags in Lucene, so that you can display them with hits. |
SimpleLuceneCocoonIndexerImpl | A lucene indexer. |
SimpleLuceneCocoonSearcherImpl | This class provides searching via lucene. |
SimpleLuceneXMLIndexerImpl | A simple class building lucene documents from xml content. |
The search package provides interfaces and methods for indexing, and for searching.
The indexing part builds a searchindex. The search part searches through the searchindex.
See the document userdocs/concepts/xmlsearching.html - XML Searching
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |