pyhornedowl.IndexCreationStrategy
- class pyhornedowl.IndexCreationStrategy
Values to indicate when to build the additional indexes.
OnLoad: Create the additional indexes when the ontology is loaded OnQuery: Create the additional indexes only when they are needed Explicit: Only create the additional indexes when explicity requested
- Explicit = IndexCreationStrategy.Explicit
- OnLoad = IndexCreationStrategy.OnLoad
- OnQuery = IndexCreationStrategy.OnQuery