全文搜索服務器,Apache Solr 5.4.1 發布

jopen 8年前發布 | 8K 次閱讀

Apache Solr (讀音: SOLer) 是一個開源的搜索服務器。Solr 使用 Java 語言開發,主要基于 HTTP 和 Apache Lucene 實現。Apache Solr 中存儲的資源是以 Document 為對象進行存儲的。每個文檔由一系列的 Field 構成,每個 Field 表示資源的一個屬性。Solr 中的每個 Document 需要有能唯一標識其自身的屬性,默認情況下這個屬性的名字是 id,在 Schema 配置文件中使用:id進行描述。

Apache Solr 5.4.1 發布,更新如下:

  • Bug Fixes   (8)

    1. SOLR-8460: /analysis/field could throw exceptions for custom attributes.
      (David Smiley, Uwe Schindler)

    2. SOLR-8373: KerberosPlugin: Using multiple nodes on same machine leads clients to fetch TGT for every request
      (Ishan Chattopadhyaya via noble)

    3. SOLR-8059: &debug=results for distributed search when distrib.singlePass (sometimes activated automatically) could result in an NPE.
      (David Smiley, Markus Jelsma)

    4. SOLR-8422: When authentication enabled, requests fail if sent to a node that doesn't host the collection
      (noble)

    5. SOLR-7462: AIOOBE in RecordingJSONParser
      (Scott Dawson, noble)

    6. SOLR-8496: SolrIndexSearcher.getDocSet(List<Query>) incorrectly included deleted documents when all of the queries were uncached (or there was no filter cache).  This caused multi-select faceting (including the JSON Facet API) to include deleted doc counts when the remaining non-excluded filters were all uncached.  This bug was first introduced in 5.3.0
      (Andreas Müller, Vasiliy Bout, Erick Erickson, Shawn Heisey, Hossman, yonik)

    7. SOLR-8418: Adapt to changes in LUCENE-6590 for use of boosts with MLTHandler and Simple/CloudMLTQParser
      (Jens Wille, Ramkumar Aiyengar)

    8. SOLR-8561: Doing a rolling upgrade to 5.4.0 fails because the new nodes cannot find the shard leader properties where they expect. This bug was first introduced in 5.4.0 and a fallback was added so that the leader properties are searched in both the old location and the new one.
      (Shai Erera)

  • New Features   (1)

    1. SOLR-8470: Make TTL of PKIAuthenticationPlugin's tokens configurable through a system property (pkiauth.ttl)
      (noble)

更多內容請看:

http://apache.fayea.com/lucene/solr/5.4.1/



 

來自: http://www.oschina.net//news/70128/solr-5-4-1

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!