Solandra如何存储文件?

时间:2011-06-20 14:51:11

标签: pointers lucene solr indexing cassandra

Solandra是否存储文档(例如,列系列的行),Lucene索引仅包含指针信息...或者是绑定到(存储在)索引本身的文档(其中,当然,存储在Cassandra中)?

2 个答案:

答案 0 :(得分:2)

如果您将文档字段标记为stored = true,则文档将按原样存储在Docs ColumnFamily中。然而,键基本上是随机的,所以除非你知道内部的solandra id,否则无法查找它。

答案 1 :(得分:1)

来自http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-based-lucene-backend/

Document Key                Column Key  Value
"indexName/documentId" => { fieldName , value }