[hibernate-commits] [hibernate/hibernate-search] 65349a: HSEARCH-2427 Introduce JMH tests for query executi...

GitHub noreply at github.com
Wed Oct 26 10:51:43 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 65349aee5cbf47c75c9f74cb7b4bf2badc6d0ba2
      https://github.com/hibernate/hibernate-search/commit/65349aee5cbf47c75c9f74cb7b4bf2badc6d0ba2
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M integrationtest/engine-performance/pom.xml
    A integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/BaseIndexSetup.java
    R integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/EngineHolder.java
    A integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/IndexingEngineHolder.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/JMHBenchmarks.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/Launcher.java
    A integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/QueryEngineHolder.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/model/BookEntity.java
    A integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/setuputilities/SearchIntegratorCreation.java
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2427 Introduce JMH tests for query execution via the engine component only


  Commit: f27effed39836749cd43ef14748b0cfa34f71cd8
      https://github.com/hibernate/hibernate-search/commit/f27effed39836749cd43ef14748b0cfa34f71cd8
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/search/cfg/Environment.java
    A engine/src/main/java/org/hibernate/search/indexes/impl/PeriodicRefreshingReaderProvider.java
    M engine/src/main/java/org/hibernate/search/indexes/impl/PropertiesParseHelper.java
    M engine/src/main/java/org/hibernate/search/util/logging/impl/Log.java

  Log Message:
  -----------
  HSEARCH-402 Provide a ReaderProvider to cap the number of index reopenings to a fixed rate


  Commit: ba6d8f09105b4ad96808e8ffd97adf403bd5ee46
      https://github.com/hibernate/hibernate-search/commit/ba6d8f09105b4ad96808e8ffd97adf403bd5ee46
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    R integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/IndexingEngineHolder.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/JMHBenchmarks.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/Launcher.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/QueryEngineHolder.java
    M integrationtest/engine-performance/src/main/java/org/hibernate/search/engineperformance/setuputilities/SearchIntegratorCreation.java

  Log Message:
  -----------
  HSEARCH-402 Expand JMH query tests to test the new async ReaderProvider


  Commit: 493cbeabc56fd5fa1298dfa374ef284687ed0580
      https://github.com/hibernate/hibernate-search/commit/493cbeabc56fd5fa1298dfa374ef284687ed0580
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M documentation/src/main/asciidoc/architecture.asciidoc
    M documentation/src/main/asciidoc/configuration.asciidoc

  Log Message:
  -----------
  HSEARCH-402 Document the new async ReaderProvider


Compare: https://github.com/hibernate/hibernate-search/compare/75369789ed08...493cbeabc56f


More information about the hibernate-commits mailing list