Hi,
I want to create a manual index with lucene full text (so i can have a
separate index for each supported language).
CREATE INDEX Activities_en FULLTEXT ENGINE LUCENE String,String,String
METADATA {"analyzer":"org.apache.lucene.analysis.en.EnglishAnalyzer"}
INSERT INTO index:Activities_en (key,rid) VALUES(["a","b","c"],#9:0)
how do I query this index with LUCENE query?
Select (*) from index:Activities_en returns 5 but select key,value from
index:Activities_en returns nothing
I would like to make lucene queries but I can't find documentation for
manual indices.
What are the names of the properties?
Does this even work as I think it would or am I way off here?
regards
--
---
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.