Re: Data Model Index Text

2010-01-08 Thread Drew Schleck
I think I am reading this right, basically you want to query for a word and find all of the documents that contain it? While there may be a better way to do this, the way the people at Facebook do it is with supercolumns. Inside the supercolumn column family they have columns for every word, such

Re: problem running lazyboy example: save() is not working?

2009-10-19 Thread Drew Schleck
- Processing response on a callback from 1...@127.0.0.1:7000 From 76089688c4edc624dba64618d5f85adc1b07ea64 Mon Sep 17 00:00:00 2001 From: Drew Schleck drew.schl...@gmail.com Date: Mon, 19 Oct 2009 19:03:25 -0700 Subject: [PATCH] Fixed record.py --- examples/record.py |2 +- lazyboy/record.py |4

Re: Newbe´s question

2009-08-25 Thread Drew Schleck
For anyone using my branch of Lazyboy, Ian Eure pulled my work, improved it, and more. You ought to switch back to his version. Drew

Re: Pls, help with fetching of super-column's value

2009-08-19 Thread Drew Schleck
Try setting start to and end to ~. This is what I did to fix Lazyboy and it seems to work alright for now. 2009/8/19 Teodor Sigaev teo...@sigaev.ru: start and finish in SliceRange are non-optional. Try empty strings. This is a partial fix :) - it works and doesn't emit any exception but