yacy_search_server/source/de/anomic/data
orbiter 958ff4778e 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
2011-04-15 15:54:19 +00:00
..
list replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
wiki enhanced location search: 2011-04-15 15:54:19 +00:00
ymark refactoring for ymarks 2011-04-08 21:15:10 +00:00
BlogBoard.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
BlogBoardComments.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
BookmarkDate.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
BookmarkHelper.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 2011-03-10 23:25:07 +00:00
BookmarksDB.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
DidYouMean.java enhanced speed for OrderedScoreMap inc method and size comparisment in concurrent environments 2011-04-13 22:04:23 +00:00
Diff.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
ListManager.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
MessageBoard.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
MimeTable.java
Translator.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
URLAnalysis.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
URLLicense.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
UserDB.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
WorkTables.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00