Interface NexusIndexWriter.IndexWriterConfigFactory

  • Enclosing class:
    NexusIndexWriter

    public static interface NexusIndexWriter.IndexWriterConfigFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.lucene.index.IndexWriterConfig create​(org.apache.lucene.analysis.Analyzer analyzer)  
    • Method Detail

      • create

        org.apache.lucene.index.IndexWriterConfig create​(org.apache.lucene.analysis.Analyzer analyzer)