workflo.entitydb.util.indexes

+supported-indexes+

add-eav-to-index

(add-eav-to-index db db-config index-name typed-ref attr value)

add-eav-to-indexes

(add-eav-to-indexes db db-config typed-ref attr value)

recreate-index

(recreate-index db db-config index-name)

recreate-indexes

(recreate-indexes db db-config)

remove-eav-from-index

(remove-eav-from-index db db-config index-name typed-ref attr value)

remove-eav-from-indexes

(remove-eav-from-indexes db db-config typed-ref attr value)

typed-ref->ref

(typed-ref->ref typed-ref)

typed-ref?

(typed-ref? type-map x)

typed-refs?

(typed-refs? type-map coll)

update-eav-in-index

(update-eav-in-index db db-config index-name typed-ref attr old-value new-value)

update-eav-in-indexes

(update-eav-in-indexes db db-config typed-ref attr old-value new-value)