pyes.utils

pyes.utils.clean_string(text)

Remove Lucene reserved characters from query string

class pyes.utils.ESRange(field, from_value=None, to_value=None, include_lower=None, include_upper=None, boost=None, **kwargs)
serialize()
class pyes.utils.ESRangeOp(field, op, value, boost=None)
pyes.utils.string_b64encode(s)

This function is useful to convert a string to a valid id to be used in ES. You can use it to generate an ID for urls or some texts

pyes.utils.string_b64decode(s)

Previous topic

pyes.rivers

Next topic

Changelog

This Page