亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3741 | 回復(fù): 0
打印 上一主題 下一主題

[Cassandra] Solandra:基于Solr和Cassandra的實(shí)時(shí)分布式搜索引擎 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-11-24 17:19 |只看該作者 |倒序?yàn)g覽
Solandra:基于Solr和Cassandra的實(shí)時(shí)分布式搜索引擎







Solandra,從別名上就能看出來,其實(shí)它就是結(jié)合了 Solr 與 Cassandra 的實(shí)時(shí)搜索引擎程序。

其特性如下:

•支持Solr的大多數(shù)默認(rèn)特性 (search, faceting, highlights)
•數(shù)據(jù)復(fù)制,分片,緩存及壓縮這些都由Cassandra來進(jìn)行
•Multi-master (任意結(jié)點(diǎn)都可供讀寫)
•實(shí)時(shí)性高,寫操作完成即可讀到
•Easily add new SolrCores w/o restart across the cluster 輕松添加及重啟結(jié)點(diǎn)
這是來自官方的介紹:

Solandra is a real-time distributed search engine built on Apache Solr and Apache Cassandra.

At its core, Solandra is a tight integration of Solr and Cassandra, meaning within a single JVM both Solr and Cassandra are running, and documents are stored and disributed using Cassandra's data model.

Solandra makes managing and dynamically growing Solr simple(r).

For more information please see the wiki

Requirements:
Java >= 1.6

Features:
•Supports most out-of-the-box Solr functionality (search, faceting, highlights)
•Replication, sharding, caching, and compaction managed by Cassandra
•Multi-master (read/write to any node)
•Writes become available as soon as write succeeds
•Easily add new SolrCores w/o restart across the cluster
Getting started:
The following will guide you through setting up a single node instance of Solandra.

From the Solandra base directory:

mkdir /tmp/cassandra-data ant cd solandra-app; bin/solandra Now that Solandra is running you can run the demo:

cd http://www.cnblogs.com/reuters-demo ./1-download_data.sh ./2-import_data.sh While data is loading, open the file ./website/index.html in your favorite browser. Embedding in an existing cassandra distribution
To use an existing Cassandra distribution perform the following steps.

•Download your Cassandra distribution
•Unzip it the directory of your choice
•Run the following solandra ant task to deploy the necessary files into the unzipped dir

ant -Dcassandra={unzipped dir} cassandra-dist

•You can now start Solr within Cassandra by using $CASSANDRA_HOME/bin/solandra command. Cassandra now takes two optional properties: -Dsolandra.context and -Dsolandra.port for the context path and the Jetty port.

Limitations
Solandra uses Solr's built in distributed searching meachanism. Most of its limitations are covered here:

http://wiki.apache.org/solr/Dist ... arching_Limitations
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP