Hi everyone: Here is my problem: i have many documents like this:
_id"1232982000" _rev"1-29b4cc31c0933d93271d154528e7803c" id_doc"1232982000" tweets: Tweet_1"2009-01-26T15:48:40Z\u0009getradical (getradical)\u0009Cheetos and Amp for breakfast, Beatles' Abbey Road for tunes. Well, at least the music is good.\u0009 http://twitter.com/getradical/statuses/1149318042" Tweet_2"2009-01-26T15:48:39Z\u0009mobudaki (Teresa Krzywicki)\u0009on the set of Chuck. yay for shows about nerds! i feel so at home.\u0009http://twitter.com/mobudaki/statuses/1149318025 "Tweet_3"2009-01-26T15:48:39Z\u0009GAS137 (Gary Severance)\u0009Off to work in my Miata on snowy roads. This rear-wheel drive sports car is definitely not good in the snow.\u0009 http://twitter.com/GAS137/statuses/1149318022" .... And others like this: _id"1232982000" _rev"1-29b4cc31c0933d93271d154528e7803c" id_doc"1232982000" tweets: Tweet_1: {text:"blablabalabla", user:"blablabalalala"....} .... So, I have a list of tweets, one's with all the information inline and others with the information in a JSON format, and i need to do a search for each of those files: in the first ones from the inline text of the tweet and the others from the "text" tag of a tweet, but i have no idea to do it. Can anyone help me, please?? Thanks!! PD: sorry about my poor english :S
