Using 2.0-RC1 After some experimenting with queries using like, containstext, and lucene, I have a search where "select from X where like 'abc%" provides the best results. However it's slow and like can't use indexes correct? Is there another way to emmulate "like" with lucene indexes? (Note that "select from X where lucene 'abc*" provides very different search behavior from the simiar "like" query.) Thanks.
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
