Re: Use index for sorting
HadoopMarc <bi...@...>
Hi Toom, No solution, but the exception that you mention comes from TinkerPop: https://github.com/apache/tinkerpop/blob/b4928e1262174a68c3dc1f3234d4340e266f8d98/docs/src/upgrade/release-3.5.x.asciidoc (not released yet) Apparently, you want all selected vertices, including the ones with null properties, so I would wait for TinkerPop 3.5 and in the mean time use your own workaround for a single filter criterion and do the ordering outside gremlin for more complex sets of filtering criteria. Best wishes, Marc Op woensdag 2 december 2020 om 08:13:05 UTC+1 schreef t...@...:
|
|