karlchenofhell
9f74b128dd
- added many more commented constants (please use constants rather than i.e. config-setting strings directly)
...
- not all constants may be located correctly in the switchboard. Please relocate if you know the appropriate place for them
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3303 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e4910f03d1
tag storage fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3302 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
991182b29b
more space for bookmarks
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3299 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
88fa764b64
implemented new kelondroObjects into bookmarkDB
...
- Bookmark-Objects are stored inside the kelondroObjects cache
- removed superfluous classes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3298 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9c05e2a820
re-design ob kelondroMap
...
- this class is replaced by an object that can hold any type of object
- this object must be defined as a class that implements kelondroObjectsEntry
- the kelodroMap is now implemented as kelondroMapObjects
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3297 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
669c21db05
first version of abstracted kelondroMap Cache.
...
get returns a kelondroCachedObject(or in most cases a subclass of it),
or a map, which can be used to construct a kelondroCachedObject.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3295 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
98cb777e18
abstract wikiCode in putWiki
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3293 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f25c0e98d1
- replaced String by StringBuffer in condenser
...
- added CamelCase parser in condenser
- added option to switch on or off indexing for proxy
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3292 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
14f2068daf
some more bookmark changes towards multiuser bookmarks
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3291 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
25c7d4e25e
fix for form (cookie) login
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3284 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
ff79c52fc0
bookmark users can now edit bookmarks.
...
TO COME: tag bookmarks with username, list bookmarks of a special user, filter private bookmarks for users.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3274 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
49972b6193
*) SOAP: getPeerHash returns the proper value now
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3273 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
15f0334cd3
- fixed IllegalThreadStateException in LogParser
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3265 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
f40169fcd7
preparing multiuser bookmarks
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3256 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
814a09a0ed
*) reversed r3250 and parts of r3252 (nanotime() is an java1.5 function)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3253 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
d311e258f8
- adjusted LogStatistics to nano-seconds
...
- removed patches of SVNs 3184/3185 preventing fast DHT
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3252 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
f7623f5d24
*) added missing measuring points for Parser-Runtime
...
*) changed precision of Parser-Runtime from ms to ns
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3250 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f3f99b19c6
extended search statistics
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3249 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c0851ee943
refactoring: moved and renamed de.anomic.data.searchResults to plasma package
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3248 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
c39dda2374
finished refactoring of searchtemplates.
...
now plasmaSwitchboard.searchFromLocal calculates a searchResults structure,
which is parsed in the yacysearch/detailedSearch Servlets.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3244 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
35039982da
refactoring of search process: store results in a searchResults structure. At the moment, its just stored in it, and read from it again.
...
Next step: return searchResults instead of serverObjects, and parse the results in the servlets.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3241 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
76fab83395
fixed bugs in seach statistics
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3240 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
139810d504
- truncate attributes of new newsRecords if too long
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3239 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
3c43e605ba
- don't accept malformed bookmarks, fix for: http://www.yacy-forum.de/viewtopic.php?t=3414 (first report)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3238 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d07b132a0d
- fixed colors of network grafic
...
- added option to activate write cache for seed-db
- did not activate write cache because it did not work
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3236 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
5d540b219e
- LogalizerHandler skips interfaces again
...
- added LogParser stats to LogStatistics
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3234 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
e1fb3550ab
fix for profile
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3231 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
6faf9b70b7
*) LogParserPLASMA now counts its total runtime.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3229 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
e5f854bc37
*) added LogalizerHandler-settings to yacy.logging.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3228 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
7c40197e42
- fixed error pages and <label>s for index.html
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3226 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
29aa7031d3
workaround for the snippets
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3225 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
b4457763e5
fix for putSafeXML and supertemplates.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3223 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
77b73aa7a8
- log-entries 'Indexed' are parsed correctly now
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3222 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
aea199cb7b
- IndexTransfer is working again
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3220 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
71112b1fe6
- added LogStatistics_p.html servlet based on the logalizer (indexing values not functional yet due to charset/regex problems)
...
add the following to DATA/LOG/yacy.logging:
---
# Properties for the LogalizerHandler
de.anomic.server.logging.LogalizerHandler.enabled = true
de.anomic.server.logging.LogalizerHandler.debug = false
de.anomic.server.logging.LogalizerHandler.parserPackage = de.anomic.server.logging.logParsers
---
and "de.anomic.server.logging.LogalizerHandler" to the list of global handlers
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3219 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
0c81bd39d4
XSS-safe put as default.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3217 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
bdda9e802f
- added some commented string constants to ease use of the result-table
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3215 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5515571950
redesign of ymage classes
...
- less memory usage
- better usage of awt classes
- drawing abstractions: preparations for movable objects for animation class
- test applet for animations
- known bugs: wrong colours for network picture
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3214 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
52c6461e6b
some bugfix for statistics
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3211 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
fe72b772cf
added a monitor page for search requests
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3206 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
b3a2c79fec
- fix for last fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3202 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
4b23e79f51
- quick-fix for http://www.yacy-forum.de/viewtopic.php?t=3358
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3201 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
4dce5ec261
- if mem is too low but former GCs helped, the word-cache limit is only decreased now, if a subsequent GC doesn't
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3197 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
c27e88104c
*) getResults() should now work and compile properly with Java 1.4
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3191 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
a2fb54afff
*) Quickfix for http://www.yacy-forum.de/viewtopic.php?p=29973#29973 getResults() used a java 1.5 function (Output is temporally disabled until a sulution with 1.4 functions is implemented)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3190 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
b873ad51ab
- fix for http://www.yacy-forum.de/viewtopic.php?t=3369
...
- merged netBude's alternative for tables in yacysearch.html & search results valid
- added statistic info to index.html as proposed here: http://www.yacy-forum.de/viewtopic.php?p=29762#29762
- fixed error-log in httpTemplate
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3189 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
auron_x
7fb30de8a4
*) made combined2prettyversion less restrictive and made it again easier to read
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3187 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
3acd90033c
*) added functions to get results from log-parsers (not documented yet)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3186 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
borg-0300
1aa74bbd2b
update for last commit
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3185 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
borg-0300
23e613b2ab
CPU & IO reduce (Index Distribution)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3184 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago