summaryrefslogtreecommitdiff
path: root/htroot/ConfigHeuristics_p.html
AgeCommit message (Collapse)Author
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2018-08-06Prevent entering empty OpenSearch URLs in ConfigHeuristics_p.htmlluccioman
In order to early prevent adding invalid configuration entries to the heuristicopensearch.conf file, as revealed the issue #209.
2015-03-09update configheuristics_p.html text reger
to state current opensearch heuristic function
2014-12-22add hint to Heuristics Config on "Greedy Learning Mode" in portal config,reger
to point to a option to make this setting permanent.
2014-03-31redesign of search page integration menu structureMichael Peter Christen
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-20replaced pdblue-homebrew buttons with bootstrap standard buttonsorbiter
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-01-20adjusted ConfigHeuristic and changed QueryGoal.getOriginalQueryString to ↵reger
.getQueryString - since specific heuristic Twitter & Blekko is not longer available or redundant with OpenSearchHeuristic, adjusted ConfigHeuristic to use OpensearchHeuristic settings only. For this the default OSD search target list is made available (copied) by default and the other configs are removed. - the return of QueryGoal.getOriginalQueryString includes the queryModifier, which are held separately in a modifier object, but in most (all) cases just the query term is expected, clarified and renamed it to QueryGoal.getQueryString which returns just the search term (if needed a .getOrigianlQueryString could be implemented in Queryparameters, adding the modifiers) - started to adjust internal html href references from absolute to relative (currently it is mixed). For future development we should prefer relative href targets (less trouble with context aware servlets)
2013-12-26upd: to open more external links in new browser-tab reger
2013-03-14adjust Opensearch discover function to new webgraph Solr schemareger
2013-02-26fix link to IndexSchema_p.htmlbubu
2013-01-03moved HTCache, Heuristics and Parser servlet to a more appropriate menuMichael Peter Christen
location
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
2012-09-13added twitter search heuristicorbiter
2012-07-01add search result heuristic. adding a crawl job with depth-1 for every ↵reger
displayed search result (crawling every external linked page of displayed search result pages)
2012-06-10Scroogle is not comming back, remove dead codeRoland 'Quix0r' Haeder
Conflicts: source/net/yacy/search/Switchboard.java
2012-02-25removed scroogle (scroogle is dead)Michael Peter Christen
2011-05-07fix in heuristics configlotus
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7707 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-11-29- added http://blekko.com as search heuristic (like scroogle). This was easy ↵orbiter
since they deliver their search results also as rss feed - renamed YaCys search result modifications keywords for RECENT, NEAR and language: to the blekko slashtag naming scheme. YaCy now supports the following blekko-like slash built-in slashtags: /date - for search results ordered by date (most recent up) /near - for search results where search words appear near to each other (closest up) /language/<lang> - for a sorting by language where the wanted language gets up. Example: /language/de git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7350 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-07-21ConfigHeuristics_p.html: XHTML 1.0 Strict Changesmikeworks
- added empty action tag to form - replaced name tags with id (name is not a valid tag in XHTML 1.0 Strict) - changed label for target (so now clicking on the labels also activates the checkboxes) de.lng: Test with Subversion properties #2 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6982 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-07-05Added German translation for ConfigHeuristics_p.html to de.lngmikeworks
Fixed Network -> Heuristics title tag of the page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6963 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-06-28removed confusing double set button in ConfigHeuristicsorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6954 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-06-27added a configuration page for search heuristics. currently you can switch ↵orbiter
on there: - a site-operation heuristic that loads all direct links from a portal page if the site-operator is used - a direct crawl for search results from scroogle for the given search terms The configuration page can be found directly beside the network configuration page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6951 6c8d7289-2bf4-0310-a012-ef5d649a1542