Package org.apache.maven.index.context
Class NexusIndexSearcherFactory
- java.lang.Object
-
- org.apache.lucene.search.SearcherFactory
-
- org.apache.maven.index.context.NexusIndexSearcherFactory
-
public class NexusIndexSearcherFactory extends org.apache.lucene.search.SearcherFactory
-
-
Field Summary
Fields Modifier and Type Field Description private IndexingContext
context
-
Constructor Summary
Constructors Constructor Description NexusIndexSearcherFactory(IndexingContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.IndexSearcher
newSearcher(org.apache.lucene.index.IndexReader reader)
-
-
-
Field Detail
-
context
private final IndexingContext context
-
-
Constructor Detail
-
NexusIndexSearcherFactory
public NexusIndexSearcherFactory(IndexingContext context)
-
-