Welcome to Cocoon XML Search. This page introduces Cocoon searching and offers the following samples:
You must create a Lucene index first, before you can do the searching. You can create a Lucene index either by crawling, or by using LuceneIndexTransformer.
Create an index by specifying a base url from which to start
crawling (the indexer will follow the links to build its content).
The base url should be
cocoon-view
aware of content-labels
links, and content.
For example you might use the base URL
http://localhost:8888/docs/index.html
This following page allows you to create an index, named index.
If you have created a Lucene index, you can search the created index.
Enter a query and search the Lucene index that you have created - using Cocoon Generators.
Enter a query and search the Lucene index2 that you have created - using Cocoon Generators.
Cocoon XML search uses the Jakarta Lucene indexing and search engine. The Cocoon documentation explains how it is implemented within Cocoon. Look behind the scenes of this example to find out more.