I have a property of type "embedded" and I have created a LUCENE index on 
that property. But it only searches the first level of embedded document


e.g. the property is called "places" and the data stored is in the 
structure "country.state.city"


USA:{
     FLORIDA:{
             MIAMI: "Some TEXT"
     }
}

I need to be able to search on "Some TEXT" which is a city level (3rd level)


Any suggestions on how to run the query to check at city level?




-- 

--- 
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.

Reply via email to