Luigi Homepage

Deprecated API


Contents
Deprecated Methods
net.cw.luigi.index.IndexConfigurationImpl.getLocation()
          use getLocationAsFile 
net.cw.luigi.defaults.lucene.LuceneSearcher.search(Query)
          you should always use the full method 
net.cw.luigi.search.IndexSearcher.search(Query)
          in favor of the complete method 
net.cw.luigi.search.DefaultSearcher.search(Query)
          in favor of the method that takes a SearchOptions instance 
net.cw.luigi.search.Searcher.search(String)
          in favor of the method that takes a SearchOptions instance 
net.cw.luigi.search.DefaultConcurrentSearcher.search(String)
          in favor of the method that takes a SearchOptions instance 
net.cw.luigi.index.IndexConfigurationImpl.setLocation(String)
          use setLocationAsFile 
net.cw.luigi.spring.IndexConfigurationFactory.setLocation(String)
          use setLocationAsFile 
 

Deprecated Constructors
net.cw.luigi.index.IndexConfigurationImpl(String, Analyzer, EventChannel)
          use constructor with File as location parameter 
 


Luigi Homepage