org.apache.cocoon.components.search |
Search
Search - indexing and searching of 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
|
Java Source File Name | Type | Comment |
IndexHelperField.java | Class | A helper class for generating a lucene document in a SAX ContentHandler. |
LuceneCocoonHelper.java | Class | This class encapsulates some helper methods. |
LuceneCocoonIndexer.java | Interface | The avalon behavioural component interface of an indexer. |
LuceneCocoonPager.java | Class | This class should help you to manage paging of hits. |
LuceneCocoonSearcher.java | Interface | The avalon behavioural component interface of a searcher. |
LuceneIndexContentHandler.java | Class | 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. |
LuceneXMLIndexer.java | Interface | The avalon behavioural component interface of generating
lucene documents from an xml content. |
SimpleLuceneCocoonIndexerImpl.java | Class | A lucene indexer. |
SimpleLuceneCocoonSearcherImpl.java | Class | This class provides searching via lucene. |
SimpleLuceneXMLIndexerImpl.java | Class | A simple class building lucene documents from xml content.
It has two parameters that effect the way it works:
<store-fields/>
Sets which tags in your content are stored in Lucene as fields,
during the indexing process. |