How do you sort a cluster using java API? In other words, how do you do

List<ODocument> results = db.query(new OSQLSynchQuery<ODocument>("SELECT * FROM FilteredCompounds ORDER BY cidScore DESC"));

with JAVA API??

有帮助吗?

解决方案

You can't do that with Java API without SQL.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top