Uses of Interface
org.apache.cocoon.components.search.LuceneCocoonSearcher

Packages that use LuceneCocoonSearcher
org.apache.cocoon.bean.query   
org.apache.cocoon.components.search Search - indexing and searching of xml content The search package provides interfaces and methods for indexing, and for searching. 
 

Uses of LuceneCocoonSearcher in org.apache.cocoon.bean.query
 

Methods in org.apache.cocoon.bean.query with parameters of type LuceneCocoonSearcher
 List SimpleLuceneQueryBean.search(LuceneCocoonSearcher searcher)
          Gets the Bean to perform it's query The searcher specifies which LuceneCocoonSearcher to use for this search.
 List SimpleLuceneQuery.search(LuceneCocoonSearcher searcher)
          Gets the Bean to perform it's query The searcher specifies which LuceneCocoonSearcher to use for this search It needs to have been initialised properly before use
 

Uses of LuceneCocoonSearcher in org.apache.cocoon.components.search
 

Classes in org.apache.cocoon.components.search that implement LuceneCocoonSearcher
 class SimpleLuceneCocoonSearcherImpl
          This class provides searching via lucene.
 



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