Skip to content

Commit dd10de0

Browse files
committed
Deploying to master from @ JanusGraph/janusgraph@2fa5bca 🚀
1 parent e791d89 commit dd10de0

11 files changed

Lines changed: 7 additions & 2 deletions

File tree

master/schema/index-management/index-performance/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,13 +2548,18 @@ <h3 id="ordering">Ordering</h3>
25482548
For large result sets, this can be very expensive.</p>
25492549
</li>
25502550
<li>
2551-
<p>Mixed indexes support ordering natively and efficiently. However,
2551+
<p>Mixed indexes support ordering property keys with <strong>SINGLE</strong> cardinality
2552+
natively and efficiently. However,
25522553
the property key used in the order().by() method must have been
25532554
previously added to the mixed indexed for native result ordering
25542555
support. This is important in cases where the the order().by() key
25552556
is different from the query keys. If the property key is not part of
25562557
the index, then sorting requires loading all results into memory.</p>
25572558
</li>
2559+
<li>
2560+
<p>Only Elasticsearch and Solr mixed index backends support ordering
2561+
property keys with <strong>LIST</strong> cardinality natively and efficiently.</p>
2562+
</li>
25582563
</ul>
25592564
<h3 id="label-constraint">Label Constraint</h3>
25602565
<p>In many cases it is desirable to only index vertices or edges with a

master/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

master/sitemap.xml.gz

0 Bytes
Binary file not shown.

sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.2/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.3/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.4/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.5/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.6/sitemap.xml.gz

0 Bytes
Binary file not shown.

v1.0/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)