Hello, I am using orientdb 1.7.6.
Can I create a composite key index with one field having a FULLTEXT index and the other field not Unique? A combination between: CREATE INDEX Index1 on V (Name COLLATE CI) FULLTEXT STRING and CREATE INDEX Index1 ON V(Author) NOTUNIQUE Or I need to have 2 different indexes? Thank you for help. -- --- 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.
