orbiter
947fc46904
refactoring of search process:
...
- re-designed remote request result processing
- re-designed local result accumulation, will be further enhanced with snippet fetcher
- removed search process handling in switchboad
- made snippet class static (there is no need for multiple snippet objects)
- removed some redundant tasks in server-side search process, should be a little bit faster now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4043 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
3ca8f71cbb
refactoring of dbtest to create separated kelondro sql connector interface
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4042 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
michitux
5cf634a4a4
New media-search ui:
...
- uses the progressbar introduced in the image-search
- results are displayed using the same layout as the text-search
- results are displayed in the order they arrive
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4041 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
61f93cbf14
some code-cleanup
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4040 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e76e996737
fixed umlaute-problem
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4039 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4798044708
fixed compile problem with svn 4037
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4038 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
24e25e1141
enhanced SSI server-side support:
...
- SSIs may now refer to servlets, not only files
- calling a servlet, the servlet/SSI engine is called recursively
- SSIs now work also for non-chunked-encoding supporting clients
This will support the new search page functionality, to show search results
dynamically without using javascript. To test this method, a test page has been added
http://localhost:8080/ssitest.html
..calls dynamicalls 3 servlets, which produce some delays during their execution
please verify that you can see the result step-by-step on your browser
To implement this feature, some refactoring had been taken place, mostly code
had been made static and will execute faster.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4037 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
c8e5a4a6b7
*) fixed bug described by Huppi in http://forum.yacy-websuche.de/viewtopic.php?t=239
...
*) added a preview function to message system
*) removed some old comments, I hope that's OK
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4036 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
daburna
f77898748b
# update of de.lng
...
- small cleanup: removed or updated unsused strings
- added translation for IndexCreateWWWRemoteQueue_p.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4035 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
daburna
6dd674bb53
# oustanding update for German translation file
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4034 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5c1b444690
some redesign of min/max and normalization computation during search result ordering
...
this saves about 1 millisecond for each URL reference, which has some good effect
on the search result computation if a word is searched that appears very often
(speed-up of 1 second and more)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4033 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9678d1b282
fixed new EcoRecords-Nodes. Here I omitted object content copying before
...
to avoid massive System.arraycopy. That did obviously not protect enough the Node objects
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4032 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
1af0e3bd84
refactoring
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4031 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5605887571
refactoring of search processes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4030 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
5dee7e9c29
*) addition to Rev 4028, see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=204
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4029 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d3e777a98d
bugfix for built-bug, see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=204&hilit=
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4028 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
62347b50f4
added security layer for ViewImage:
...
- images may be requested by localhost and authorized users only, if the request is done using a clear-text URL
- the image may be requested also using a code that can be a license to retrieve a URL for everyone
- some servelets produce URL licenses for ViewImage, like image search results
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4027 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9a860cf397
bugfix for wrong record tracker message
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4026 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
69d640b041
added missing synchronization in crawl balancer
...
to avoid that the synchronization is triggered during many-time-used size() operation
a notEmpty method was added that can avoid the synchronization many times
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4025 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9628db6cdc
enhanced memory allocation during database access:
...
- refactoring of kelondroRecords; this class is now divided into
kelondroAbstractRecords, kelondroRecords, kelondroCachedRecords, kelondroHandle and kelondroNode
- better abstraction of kelondroNodes, such nodes may now be crated by different classes
- a new Node defining class kelondroEcoRecords defines Nodes that do not need so much allocation and System.arraycopy
- there is less memory transfer on the bus, especially for collection index
- now half of memory needed for web index access
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4024 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
57a5b6fa71
some generalization of remote proxy configuration and setting handling in httpc
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4023 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
fac8de6e9b
documentation update / release download location
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4022 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
ea960c2b61
release 0.54
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4021 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
367fc28928
corrected Brausse->Brausze
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4020 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
ea05c7d463
*) characters are saved in ASCII-safe notation in language data files now ('\u0063' instead of 'a'), this hopefully avoids lots of problems
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4019 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
0339c65ee2
*) note to myself: Just because it works with Linux and most of it works with OpenSolaris does not mean the whole thing works with OpenSolaris. Being lazy never pays off!
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4018 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
757703a938
synchronization of access tracker to avoid java-internal loop in TreeMap during shutdown
...
see http://forum.yacy-websuche.de/viewtopic.php?p=1178#p1178
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4017 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
beb2e062a7
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=192&p=1129#p1129
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4016 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e76fe1c078
- replaced unicode characters in copyright holder name ('Brausse')
...
- more logging for bootstrap seedlist loading
- larger DHT chunks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4015 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
31023dbc7a
added package declaration for language package
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4014 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
255e754257
*) Removed unnecessary condition (always true).
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4013 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
a42d233944
*) Filename for output file is created from language code + .ldf now (e.g. en-GB.ldf)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4012 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
ffc607d65d
*) Fixed a small bug found by Lotus.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4011 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
33e2423bde
*) Tool to find out the percentage of letters in a text. First step to build a tool which detects the language a text is written in.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4010 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
3ee9a26ef2
*) deleted unused program
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4009 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
507afa7d6e
*) start script should be POSIX compliant now, solution as suggested by Fuchs in http://forum.yacy-websuche.de/viewtopic.php?t=203
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4008 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
d36786bf37
*) startYACY.sh is compatible with OpenSolaris now (see http://forum.yacy-websuche.de/viewtopic.php?t=203 for details)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4007 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
8d6aa7a66d
replaced detailed search page by ranking definition page (this is what it essentially is)
...
the ranking definition there will influence the normal web search
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4006 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
feb4570254
*) cosmetics: fixed a typo
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4005 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
7ff4357184
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=206&hilit=&p=1130#p1130
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4004 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
0c4cf68c45
moved publication options (wiki, blog, share) to a single menu entry 'Publication'
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4003 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
75d1437340
fix for http://forum.yacy-websuche.de/viewtopic.php?p=1123#p1123
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4002 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9ca46a8c69
indexing of local (intranet) urls enabled
...
To do this, one must create a separate YaCy network that has a local URL domain
A description how to do this is here: http://www.yacy-websuche.de/wiki/index.php/De:Netzdefinition
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4001 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c48c9735cb
bugfix for property table loader (did not exclude comment lines)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4000 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
6758beae9c
fix for http://forum.yacy-websuche.de/viewtopic.php?p=1092#p1092
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3999 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
511dcbb172
fixed encoding bug made in SVN 3993
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3998 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
ec817a2ff5
removed JAR command from ftpc - produces warnings and is not used by YaCy
...
see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=193&hilit=
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3997 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f5a4efb76e
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=192&hilit=&p=1034#p1034
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3996 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
bf6f6820ec
fix for another BMP parser problem. This is not a bug, I guess it was caused by a corrupted graphics file.
...
see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=180&hilit=&p=1017#p1017
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3995 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
michitux
8ebfd732ce
- Fix for the redisplay of hidden results in Opera, see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=140 for details.
...
- Now the message that there are hidden results is hidden when all results are displayed again.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3994 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago