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.

Search by property

A list of all pages that have property "Step text" with value "will return all results in a set and thus, duplicates removed". Since there have been only a few results, also nearby values are displayed.

Showing below up to 4 results starting with #1.

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)


    

List of results

  • Gremlin  + (will return a TraversalExplanation. A travwill 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 list)
  • 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)