Apache Solr 4.10.3 釋出,開源的企業級搜尋伺服器

edithfang發表於2015-04-12
Apache Solr 4.10.3 釋出,該版本修復了 21 個 bug,同時修復了Lucene 4.10.3中的 12 個 bug 。

Bug 修復: 

  • SOLR-6696: bin/solr start script should not enable autoSoftCommit by default
    (janhoy)
  • SOLR-6704: TrieDateField type drops schema properties in branch 4.10
    (Tomás Fernández Löbbe)
  • SOLR-6679: Remove suggester component from stock solrconfig.xml since it caused long startup times on lage indexes even when it wasn't used.
    (yonik)
  • SOLR-6662: better validation when parsing command-line options that expect a value
    (Timothy Potter)
  • SOLR-6705: Better strategy for dealing with JVM specific options in the start scripts; remove -XX:+AggressiveOpts and only set -XX:-UseSuperWord for Java 1.7u40 to u51.
    (Uwe Schindler, janhoy, hossman, Timothy Potter)
  • SOLR-6738: Admin UI - Escape Data on Plugins-View
    (steffkes)
  • SOLR-6085: Suggester crashes when prefixToken is longer than surface form
    (janhoy)
  • SOLR-6323: ReRankingQParserPlugin cleaner paging and fix bug with fuzzy, range and other queries that need to be re-written.
    (Adair Kovac, Joel Bernstein)
  • SOLR-6684: Fix-up /export JSON.
    (Joel Bernstein)
  • SOLR-6732: Fix handling of leader-initiated recovery state was String in older versions and is now a JSON map, caused backwards compatibility issues when doing rolling upgrades of a live cluster while indexing
    (Timothy Potter)
  • SOLR-6781: BBoxField didn't support dynamic fields.
    (David Smiley)
  • SOLR-6784: BBoxField's 'score' mode should have been optional.
    (David Smiley)
  • SOLR-6510: The collapse QParser would throw a NPE when used on a DocValues field on an empty segment/index.
    (Christine Poerschke, David Smiley)
  • SOLR-2927: Solr does not unregister all mbeans upon exception in constructor causing memory leaks.
    (tom liu, Sharath Babu, Cyrille Roy, shalin)
  • SOLR-6685: ConcurrentModificationException in Overseer Status API.
    (shalin)
  • SOLR-6706: /update/json/docs throws RuntimeException if a nested structure contains a non-leaf float field
    (Noble Paul, shalin)
  • SOLR-6610: Slow startup of new clusters because ZkController.publishAndWaitForDownStates always times out.
    (Jessica Cheng Mallet, shalin, Noble Paul)
  • SOLR-6726: better strategy for selecting the JMX RMI port based on SOLR_PORT in bin/solr script
    (Timothy Potter)
  • SOLR-6795: distrib.singlePass returns score even though not asked for.
    (Per Steffensen via shalin)
  • SOLR-6796: distrib.singlePass does not return correct set of fields for multi-fl-parameter requests.
    (Per Steffensen via shalin)
  • SOLR-6776: Transaction log was not flushed at the end of update requests with softCommit specified, which could lead to data loss if the server were killed immediately after the update finished.
    (Jeffery Yuan via yonik)


更多詳細內容請看發行頁面

Apache Solr 4.10.3現已提供下載

Apache Solr 是一個基於Apache Lucene 的開源的企業級搜尋伺服器,它具有以下功能:支援 XML/HTTP協議 ;支援 JSON API 介面;支援快取、複製;具有Web管理介面;可以在 Java servlet 容器中執行。
相關閱讀
評論(1)

相關文章