cassandra.datastax.graph.fluent.predicates
¶
-
class
cassandra.datastax.graph.fluent.predicates.
Search
[source]¶ -
static
token
(value)[source]¶ Search any instance of a certain token within the text property targeted. :param value: the value to look for.
-
static
token_prefix
(value)[source]¶ Search any instance of a certain token prefix withing the text property targeted. :param value: the value to look for.
-
static
token_regex
(value)[source]¶ Search any instance of the provided regular expression for the targeted property. :param value: the value to look for.
-
static
prefix
(value)[source]¶ Search for a specific prefix at the beginning of the text property targeted. :param value: the value to look for.
-
static
regex
(value)[source]¶ Search for this regular expression inside the text property targeted. :param value: the value to look for.
-
static
fuzzy
(value, distance)[source]¶ Search for a fuzzy string inside the text property targeted. :param value: the value to look for. :param distance: The distance for the fuzzy search. ie. 1, to allow a one-letter misspellings.
-
static
-
class
cassandra.datastax.graph.fluent.predicates.
CqlCollection
[source]¶