Re: New SecondaryIndex expression=IndexOperator.LIKE

2011-06-03 Thread Jonathan Ellis
I suppose you could do a STARTS WITH but I don't know that it's worth special casing as an operator since you get most of the benefit with just GTE. -1 on a generic LIKE that's mostly no more efficient than paging through manually. On Fri, Jun 3, 2011 at 10:15 PM, Joseph Stein wrote: > Hey folks

New SecondaryIndex expression=IndexOperator.LIKE

2011-06-03 Thread Joseph Stein
Hey folks, I was contemplating having a LIKE type search on Secondary Indexes. LIKE_S, S_LIKE and S_LIKE_S (similiar to LIKE '%eg', 'eg% and '%eg%' I am not sure if this has already been discussed or even an existing JIRA or maybe something maybe I could contribute myself? It looks like the best