org.apache.cocoon.components.search
Interface LuceneCocoonIndexer

All Superinterfaces:
Component
All Known Implementing Classes:
SimpleLuceneCocoonIndexerImpl

public interface LuceneCocoonIndexer
extends Component

The avalon behavioural component interface of an indexer.

Version:
CVS $Id: LuceneCocoonIndexer.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Bernhard Huber

Field Summary
static String ROLE
          Description of the Field
 
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
 

Field Detail

ROLE

static final String ROLE
Description of the Field

Since:
See Also:
Constant Field Values
Method Detail

setAnalyzer

void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Sets the analyzer attribute of the LuceneCocoonIndexer object

Parameters:
analyzer - The new analyzer value
Since:

index

void index(org.apache.lucene.store.Directory index,
           boolean create,
           URL base_url)
           throws ProcessingException
Description of the Method

Parameters:
index - Description of Parameter
create - Description of Parameter
base_url - Description of Parameter
Throws:
ProcessingException - Description of Exception
Since:


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.