Class SearchEnginePropertiesImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndexLocation()
      Get the index location of this search engine
      HashList<java.lang.String,​java.lang.String> getStopWords()
      Get the stop words of this search engine
      boolean isAutoStartQuickSearch()
      Is search engine is auto start
      void save()
      Save the search engine properties to metadata
      void setAutoStartQuickSearch​(boolean autoStartQuickSearch)
      Set the search engine to be auto start or not.
      void setIndexLocation​(java.lang.String indexLocation)
      Set the index location of this search engine
      void setStopWords​(HashList<java.lang.String,​java.lang.String> stopWords)
      Set the stop words of this search engine
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait