Class IndexWriter.Merges

  • Enclosing class:
    IndexWriter

    private class IndexWriter.Merges
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean mergesEnabled  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Merges()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean areEnabled()  
      (package private) void disable()  
      (package private) void enable()  
      • Methods inherited from class java.lang.Object

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

      • mergesEnabled

        private boolean mergesEnabled
    • Constructor Detail

      • Merges

        private Merges()
    • Method Detail

      • areEnabled

        boolean areEnabled()
      • disable

        void disable()
      • enable

        void enable()