Query using "LIKE" functionality
hi,
I'm using the Java Client API (2.0) and would like to create a query that find matching strings according to a given sub-string. It is very similar to SQL LIKE dialect.
I was hoping to do this without fetching all rows and filtering on the client side. Is there a way to do that on the server side? If so - an example would be great.
Thanks,
CB.
I know that Cloudant (which also forked CouchDB) integrated a Lucene based search capability which is really powerful. They even claim that the Lucene index and search engine are distributed on the cluster.
Do you guys plan anything in that direction? full text searching is a killer IMHO
Finally - can you please provide a code example of what you refer to as "you can do left-handled substring matches (effectively, range queries)"
Thanks,
CB.
Yeah queries based on substring matches or a regex match would be awesome.
Check back one week from today. :)
checking back...
There isn't anything for a "like" at the moment, but do stay tuned. You can do left-handled substring matches (effectively, range queries) pretty easily with Couchbase Server 2.0.