Closed ricopinazo closed 1 month ago
This PR makes indexing optional for the GraphQL server. It is turned on by default and can by turned off calling turn_off_index.
turn_off_index
This change is a temporal solution for scenarios with large graphs where the search API is not needed.
Yes, it adds a method turn_off_index in both rust and python and it is documented
A new python test was added
No
What changes were proposed in this pull request?
This PR makes indexing optional for the GraphQL server. It is turned on by default and can by turned off calling
turn_off_index
.Why are the changes needed?
This change is a temporal solution for scenarios with large graphs where the search API is not needed.
Does this PR introduce any user-facing change? If yes is this documented?
Yes, it adds a method
turn_off_index
in both rust and python and it is documentedHow was this patch tested?
A new python test was added
Are there any further changes required?
No