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)?
Does Solandra store documents as-they-are (in rows of a column family, for example), with
Share
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.