小雪崩 发表于 2016-10-25 10:36:18

Apache Solr 6.1.0 发布,Java 全文搜索服务器

欢迎加入运维网交流群:263444886  
                  Apache Solr 6.1.0 发布了。
  一些改进提升:
  * Added graph traversal support, and new "sort" and "random" streaming
  expressions. It's also now possible to create streaming expressions with
  the Solr Admin UI.
  

  * Fixed the ENUM>  which was causing slowdowns.
  
  * Reduced garbage creation when creating cache entries.
  

  * New document transformer to obtatin>  result doc.
  
  * EmbeddedSolrServer allocates heap much wisely even with plain document
  list without callbacks.
  
  * New GeoJSON response writer for encoding geographic data in query
  responses.
  了解更多更新信息,可以查看发布文档。
  下载地址:http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0
  

  Apache Solr (读音: SOLer) 是一个开源的搜索服务器。Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列的 Field 构成,每个 Field 表示资源的一个属性。Solr 中的每个 Document 需要有能唯一标识其自身的属性,默认情况下这个属性的名字是>
页: [1]
查看完整版本: Apache Solr 6.1.0 发布,Java 全文搜索服务器