Uses of Class
org.apache.lucene.search.IndexSearcher

Packages that use IndexSearcher
org.apache.lucene.gdata.search Classes used for query the lucene index for a specific feed instance 
org.apache.lucene.gdata.search.index Contains classes processing of documents and accessing the search index of the server 
org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index. 
 

Uses of IndexSearcher in org.apache.lucene.gdata.search
 

Constructor parameters in org.apache.lucene.gdata.search with type arguments of type IndexSearcher
StandardGdataSearcher(ReferenceCounter<IndexSearcher> searcher)
          constructs a new GdataSearcher
 

Uses of IndexSearcher in org.apache.lucene.gdata.search.index
 

Fields in org.apache.lucene.gdata.search.index declared as IndexSearcher
protected  IndexSearcher GDataIndexer.searcher
           
 

Uses of IndexSearcher in org.apache.lucene.index.memory
 

Methods in org.apache.lucene.index.memory that return IndexSearcher
 IndexSearcher MemoryIndex.createSearcher()
          Creates and returns a searcher that can be used to execute arbitrary Lucene queries and to collect the resulting query results as hits.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.