Search by property
Jump to navigation
Jump to search
This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.
List of results
- Gremlin + (transforms the current step in a one to many fashion.)
- Gremlin + (will return a TraversalExplanation. A trav … will return a TraversalExplanation. A traversal explanation details how the traversal (prior to explain()) will be compiled given the registered traversal strategies. A TraversalExplanation has a toString() representation with 3-columns. The first column is the traversal strategy being applied. The second column is the traversal strategy category: [D]ecoration, [O]ptimization, [P]rovider optimization, [F]inalization, and [V]erification. Finally, the third column is the state of the traversal post strategy application. The final traversal is the resultant execution plan.traversal is the resultant execution plan.)
- Gremlin + (will return all results in a set and thus, duplicates removed)
- Gremlin + (will return all results in a weighted set and thus, duplicates preserved via weighting)
- Gremlin + (will return an Optional and thus, is a composite of hasNext()/next())
- Gremlin + (will return the next result.next(n) will return the next n results in a list)