Hi,
Is there a way to use the lucene index in a parent query?
e.g.:
Schema:
create class User extends V
create property User.name string
create index User_name on User(name) fulltext engine lucene
create class Group extends V
create class IsMemberOf extends E
Query:
select from (
select expand(in("IsMemberOf")) from #27:3590 /*Group*/
)
where name lucene 'andre'
I'm asking about the lucene index but I noticed that it doesn't work with
any index.
I'm using orientdb 2.0.12.
--
---
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.