List of usage examples for org.apache.lucene.search SearcherFactory interface-usage
From source file com.edgenius.wiki.search.lucene.ParallelSearcherFactory.java
/** * * @author Dapeng.Ni */ public class ParallelSearcherFactory implements InitializingBean, DisposableBean, SearcherFactory { private Directory[] directories;
From source file org.springmodules.lucene.search.factory.MultipleSearcherFactory.java
/**
* This is the multiple index factory to get searcher instances to search
* informations in several Lucene indexes.
*
* @author Thierry Templier
* @see org.springmodules.lucene.search.factory.SearcherFactory
From source file org.springmodules.lucene.search.factory.ParallelMultipleSearcherFactory.java
/**
* This is the simplier factory to get searcher instances to make parallel
* search of informations on several Lucene indexes.
*
* @author Thierry Templier
* @see org.springmodules.lucene.search.factory.SearcherFactory
From source file org.springmodules.lucene.search.factory.SimpleSearcherFactory.java
/**
* This is the simplier factory to get searcher instances to search
* informations in a single Lucene index.
*
* @author Thierry Templier
* @see org.springmodules.lucene.search.factory.SearcherFactory