Class NexusIndexSearcherFactory


  • public class NexusIndexSearcherFactory
    extends org.apache.lucene.search.SearcherFactory
    • 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)  
      • Methods inherited from class org.apache.lucene.search.SearcherFactory

        newSearcher
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NexusIndexSearcherFactory

        public NexusIndexSearcherFactory​(IndexingContext context)
    • Method Detail

      • newSearcher

        public org.apache.lucene.search.IndexSearcher newSearcher​(org.apache.lucene.index.IndexReader reader)
                                                           throws java.io.IOException
        Throws:
        java.io.IOException