Does Solandra store documents as-they-are (in rows of a column family, for example), with the Lucene index containing only pointer information... or are documents bound into (stored with) the index itself (which, of course, is stored in Cassandra)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you mark a document field stored=true then the document is stored as is in the Docs ColumnFamily. The key however is essentially random so there is no way to look it up unless you know the internal solandra id. |
|||
|
|
From http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-based-lucene-backend/:
|
|||
|
|