Is it eventually planned to create the index over javascript? or do you know a good solution how can i search full text offline (plattforms IOS, Android) over the coachbase lite database? Another solution is elasticsearch but you have to be online with your device.
Am Montag, 1. Juni 2015 09:21:26 UTC+2 schrieb Philipp Hecht: > > Jens, Thank you for your really fast response:-) . When i write the native > code with CBLTextkey, i can call the Index over the Api is that correct? > At the moment the coachbase Lite Full text Search function is only > supported for IOS? Is that correct? > > Thank you > > Am Sonntag, 31. Mai 2015 19:40:18 UTC+2 schrieb Jens Alfke: >> >> >> On May 31, 2015, at 5:59 AM, Philipp Hecht <[email protected]> wrote: >> >> i use the IOS version of Cochbase Lite. Here is my map function. the view >> works only when i add the parameter ?full_text=searchstring it doesn't >> work. I want to search in item_descr. >> >> >> In a view that’s to be full-text indexed, the keys have to be emitted >> specially. In native code you use CBLTextKey( ) to create a full-text key, >> but there isn’t a JavaScript equivalent of that. So currently there’s no >> way to create a full-text index from JS, only to query it. Sorry :( >> >> This wasn’t noted on the wiki page; I’ve updated it now. >> Also, if you want to file an issue, we can try to fix this in the future. >> >> —Jens >> > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/714932c9-2cb3-4d9f-abca-24f4c343e40a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
