You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GUI and API allows you to search by a specific URI. It queries the triplestore directly. The search is character and case sensitive. There is no wildcard or best match function and you can’t search literals (non-URIs). Adding an indexer such as Solr, Lucene, or ElasticSearch over the top of the triplestore would make search more intuitive, faster, and would decrease the load placed on the triplestore to do complex searching. Much is unknown about how we could implement this.
The high level tasks could involve. Whoever take on the task of designing and implementing the search index should create implementation tasks according to their design for tracking purpose
Write list of requirements/use cases for indexer integration.
Read tripplestore and search engine documentation to evaluate options for implementing the indexer against requirements list
Do some simple tests using the preferred indexer to ensure it is possible to fulfill the necessary requirements
Develop plan to implement indexer based on evaluation.
The text was updated successfully, but these errors were encountered:
htpvu
changed the title
Develop Search index to support more robust searching capabilities
Search index: Implement a search index to support more robust searching capabilities
May 15, 2017
Currently the GUI and API allows you to search by a specific URI. It queries the triplestore directly. The search is character and case sensitive. There is no wildcard or best match function and you can’t search literals (non-URIs). Adding an indexer such as Solr, Lucene, or ElasticSearch over the top of the triplestore would make search more intuitive, faster, and would decrease the load placed on the triplestore to do complex searching. Much is unknown about how we could implement this.
The high level tasks could involve. Whoever take on the task of designing and implementing the search index should create implementation tasks according to their design for tracking purpose
The text was updated successfully, but these errors were encountered: