Uses of Class
org.apache.lucene.gdata.search.index.GDataIndexer

Packages that use GDataIndexer
org.apache.lucene.gdata.search.index Contains classes processing of documents and accessing the search index of the server 
 

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

Methods in org.apache.lucene.gdata.search.index that return GDataIndexer
static GDataIndexer GDataIndexer.createGdataIndexer(IndexSchema config, Directory dir, boolean create)
          This factory method creates a new GDataIndexer using a instance of IndexTask
static GDataIndexer GDataIndexer.createTimedGdataIndexer(IndexSchema config, Directory dir, boolean create, long commitTimeout)
          This factory method creates a new GDataIndexer using a instance of TimedIndexTask.
 



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