org.apache.cocoon.components.search
Interface LuceneCocoonIndexer
- All Known Implementing Classes:
- SimpleLuceneCocoonIndexerImpl
- public interface LuceneCocoonIndexer
The avalon behavioural component interface of an indexer.
- Version:
- CVS $Id: LuceneCocoonIndexer.java 55383 2004-10-23 15:10:46Z cziegeler $
- Author:
- Bernhard Huber
Method Summary |
void |
index(org.apache.lucene.store.Directory index,
boolean create,
URL base_url)
Description of the Method |
void |
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Sets the analyzer attribute of the LuceneCocoonIndexer object |
ROLE
public static final String ROLE
setAnalyzer
public void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
- Sets the analyzer attribute of the LuceneCocoonIndexer object
- Parameters:
analyzer
- The new analyzer value- Since:
index
public void index(org.apache.lucene.store.Directory index,
boolean create,
URL base_url)
throws ProcessingException
- Description of the Method
- Parameters:
index
- Description of Parametercreate
- Description of Parameterbase_url
- Description of Parameter
- Throws:
ProcessingException
- Description of Exception- Since:
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.