From 958ff4778e9aab7b6910b71a67342a8b50a81b6b Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 15 Apr 2011 15:54:19 +0000 Subject: [PATCH] enhanced location search: search is now done using verify=false (instead of verify=cacheonly) which will cause that much more targets can be found. This showed a bug where no location information was used from the metadata (and other metadata information) if cache=false is requested. The bug was fixed. Added also location parsing from wikimedia dumps. A wikipedia dump can now also be a source for a location search. Fixed many smaller bugs in connection with location search. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7657 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacysearch_location.html | 13 ++--- htroot/yacysearch_location.java | 8 +-- source/de/anomic/crawler/CrawlProfile.java | 1 + source/de/anomic/data/wiki/WikiCode.java | 56 +++++++++++++++++++ source/de/anomic/search/ResultFetcher.java | 11 +++- source/de/anomic/search/TextSnippet.java | 6 +- .../federated/opensearch/SRURSSConnector.java | 2 +- source/net/yacy/document/Document.java | 1 + .../document/importer/MediawikiImporter.java | 3 +- .../document/parser/html/ContentScraper.java | 31 ++++++---- 10 files changed, 101 insertions(+), 31 deletions(-) diff --git a/htroot/yacysearch_location.html b/htroot/yacysearch_location.html index d579b6fba..a4013203e 100644 --- a/htroot/yacysearch_location.html +++ b/htroot/yacysearch_location.html @@ -79,24 +79,23 @@ -#(display)# - #%env/templates/simpleheader.template%# - :: - #%env/templates/header.template%# - :: + #(topmenu)# #%env/templates/embeddedheader.template%# -#(/display)# + ::
API The information that is presented on this page can also be retrieved as XML Click the API icon to see the XML. To see a list of all APIs, please visit the API wiki page.
+ #%env/templates/simpleheader.template%# + #(/topmenu)# +