# File lib/acts_as_indexed/configuration.rb, line 38
    def initialize
      @index_file       = nil
      @index_file_depth = 3
      @min_word_size    = 3
      @if_proc          = if_proc
      @case_sensitive   = false
      @disable_auto_indexing = false
      @is_windows_filesystem = RUBY_PLATFORM[/mswin32|mingw|cygwin/]
    end