All Implemented Interfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
SimpleLuceneCocoonSearcherImpl
This component defines an interface for searching. The idea is to abstract the process of searching having a query string, and an index, and generating hits which matches the query string in the index.
< - a href="mailto:berni_huber@a1.net">Bernhard HuberCVS - $Id: LuceneCocoonSearcher.java 433543 2006-08-22 06:22:54Z crossley $| Field Summary | ||
|---|---|---|
| String | ROLE | The ROLE name of this avalon component.
Its value if the FQN of this interface,
ie.
|
| Method from org.apache.cocoon.components.search.LuceneCocoonSearcher Summary: |
|---|
| getAnalyzer, search, search, setAnalyzer, setDirectory |
| Method from org.apache.cocoon.components.search.LuceneCocoonSearcher Detail: |
|---|
The analyzer determines the tokenization of the query, and strategy of matching. The analyzer class defined here should be equivalent to the analyzer class used when creating the index used for searching. |
|
|
The analyzer determines the tokenization of the query, and strategy of matching. The analyzer class defined here should be equivalent to the analyzer class used when creating the index used for searching. |
The directory specifies the directory used for looking up the index. It defines the physical place of the index |