The linked_data branch needed significant refactoring. I know of at least one application that is making use of the linked_data branch. So I did the refactoring in a separate branch to avoid causing others difficulties.
The refactor includes…
splitting code into multiple classes that focus on configuration, searching, and term fetching
created a separate class to process configuration with modules focused on term configuration and search configuration; created complete set of methods for accessing all components of the configuration
The linked_data branch needed significant refactoring. I know of at least one application that is making use of the linked_data branch. So I did the refactoring in a separate branch to avoid causing others difficulties.
The refactor includes…