Add clarification
This commit is contained in:
parent
db3991db8f
commit
2ef9d81a63
@ -2195,6 +2195,8 @@ class IndexQuery : public memgraph::query::Query {
|
||||
|
||||
enum class Action { CREATE, DROP };
|
||||
|
||||
// IndexQuery distinguishes two types of indices. Lookup indices (label and label & property) make it faster to look
|
||||
// up nodes, whereas text indices enable text search.
|
||||
enum class Type { LOOKUP, TEXT };
|
||||
|
||||
IndexQuery() = default;
|
||||
|
Loading…
Reference in New Issue
Block a user