summaryrefslogtreecommitdiff
path: root/defaults/heuristicopensearch.conf
AgeCommit message (Collapse)Author
2019-02-02Removed no more available OpenSearch URL exampleluccioman
2017-03-01Updated Archive-It heuristics URL.luccioman
The archive-it OpenSearch URL requested without restriction on collections ("i" parameter) almost always ends up with timeout or fails.
2017-02-15removed faroo news from default opensearch configreger
As @luccioman informed, it's only useable with a free api key http://www.faroo.com/hp/api/api.html http://blog.faroo.com/2013/06/30/faroo-introduces-an-api-key/
2017-02-14update opensearch conf - remove suche.sueddeutsche.dereger
apparently they've revoked the participation in opensearch initiative.
2017-02-13Added support for HTML OpenSearch results.luccioman
Many OpenSearch systems do not provide results as standard RSS/Atom feeds but only as HTML. This modification add some support for custom OpenSearch HTML results through the use of mapping files (as already done for federated Solr search) relying on CSS-like selectors to retrieve information from HTML content. An example mapping file is provided to map results from the www.npmjs.com OpenSearch URL.
2016-01-04remove blekko from opensearch config (not available)reger
see https://blekko.com/ http://searchengineland.com/goodbye-blekko-search-engine-joins-ibms-watson-team-217633
2015-02-08fix Umlaut handling in blekko heuristic search termreger
http://mantis.tokeek.de/view.php?id=169 observation: blekko seams to block xxxbot agents (=0 results)
2015-01-19refactor opensearch heuristicreger
introduce FederateSearchManager handling search heuristic to external systems via specific FederateSearchConnectors, which provide the query() functionallity, the translation to YaCy schema .toYaCySchema() and the search() routine to deliver results to searchevents, which is generally implemented in Abstract connector. The manager enforces now a min 15s delay between calls to external systems. Besides the OpensearchConnector a SolrFederateSearchConnector is available. It uses a additional config file for fieldname translation. default heuristicopensearch.conf: - openbdb.com removed - seems not longer to deliver results - config via solrconnector to datacite.org added (large technical library archive)
2014-07-20Combine /heuristic search modifier with opensearch configured targetsreger
- with search modifier /heuristic a request is send to all configured opensearch target systems (old /heuristic/blekko modifier not longer valid) - this allows to use opensearch heuristic on individual search request (in contrast to configuration HEURISTIC_OPENSEARCH=true which sends a osd request on all global searches - the index.html searchoption text adjusted to be displayed only if option configured - add Archive-It to predefined systems
2014-01-20upd heuristic default list (heuristicopensearch.conf)reger
- Faroo Web taken out (requires api key) http://www.faroo.com/hp/api/api.html#description - update Faroo News to new url - Twitter taken out (change to Api 1.1 not supporting rss) https://dev.twitter.com/discussions/24239
2013-04-04- fix opensearch discover err msg - webgraph not enabled - if no ↵reger
opensearchdescription link found in index - remove search2.net from sample config (is down)
2012-12-29Adding heuristic to get search results from configured systems which support ↵reger
opensearch specification - any system supporting opensearch specification can be configured - search query is only forwarded to remote system if not enough results available on local peer - discover function provided, checking the local Solr index for links to opensearchdescription files, to add to the config - sample config file with some general search engines with opensearch support