sixcooler
eb9d2705d2
fix for ConnectionInfo.cleanup of server-connections
10 years ago
orbiter
6f707b4305
removed spaces in seedlist.xml to reduce data
10 years ago
orbiter
78c9d31388
fix for bad json
10 years ago
Michael Peter Christen
2e5214eb21
added field postprocessing.partialUpdate to settings which can be used
...
to switch on or off partial updates. Both options should cause the same
result. Default is on.
10 years ago
Michael Peter Christen
11074d8d24
fix for a ssl bug that appear only in java 7.
...
The bug was reported in
http://forum.yacy-websuche.de/viewtopic.php?f=23&t=5407&p=30956#p30956
a solution was described in
http://teknosrc.com/javax-net-ssl-sslprotocolexception-handshake-alert-unrecognized_name-solved/
which worked for this example given in the yacy forum
10 years ago
Michael Peter Christen
e96490e3a1
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen
77662e08e1
concurrently initialize the error cache; extended also the cache by
...
factor 10 up to 1000 entries. This error cache is only used to catch up
paused crawls between shutdown+startup
10 years ago
Michael Peter Christen
8098a86f1d
ipv6 fix for api /yacy/seedlist.[json|xml], multiple IPs are now
...
attached to the seed info. API clients must be adopted. Documentation
will be fixed in
http://www.yacy-websuche.de/wiki/index.php/Dev:APIseedlist
Also added a new retrieval option for seeds, they can now be retrieved
by their name with the get parameter name=<name>
10 years ago
sixcooler
d8fcc4a2f5
added a timeout on Jetty connectors
10 years ago
Michael Peter Christen
0f0b60404b
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
sixcooler
72561926aa
do not overwrite yacy.conf in case of an exception
...
may be a fix for http://mantis.tokeek.de/view.php?id=180
10 years ago
Michael Peter Christen
07c5b57953
removed warnings
10 years ago
Michael Peter Christen
509eba2484
automatically zoom to location/POI
10 years ago
orbiter
fa2ad101ec
enhanced graphics computation (avoiding long string parsing for colours)
10 years ago
orbiter
ef813cec91
added proper copyright notice to OSM tiles presented at the search
...
result page
10 years ago
Michael Peter Christen
1269e77dfa
enhanced location search
10 years ago
Michael Peter Christen
fca11701f0
better profiling of solr queries
10 years ago
Michael Peter Christen
2e09da9832
npe fix
10 years ago
Michael Peter Christen
d80418f1b1
added partial updates to solr during postprocessing: during
...
postprocessing the solr documents are now not completely retrieved.
instead, only fiels, needed for the postprocessing are extracted. When
Solr document are written, this is done using partial updates.
This increases postprocessing speed by about 50% for embedded Solr
configurations. For external Solr configurations the enhancement should
be much higher because the postprocessing with remote Solr is very slow.
When doing partial updates to a remote Solr, this method should perform
much better than before, it is expected that this is even much higher
than the increase with local Solr.
10 years ago
Michael Peter Christen
b1cfbc4a04
added new solr field url_paths_count_i which can be used to enhance the
...
index browser and maybe also for ranking; possibly also for
SEO-with-YaCy applications.
10 years ago
Michael Peter Christen
75b5f24be4
make browsing of file://z: - paths in index browser easier - this will
...
now show the root paths on a shared drive
10 years ago
Michael Peter Christen
8ac3e9f890
fix for api icon in yacysearch_location.html
10 years ago
Michael Peter Christen
e69883d5ab
fix-fix for
...
30d4402cd1
10 years ago
Michael Peter Christen
30d4402cd1
fixed location search
10 years ago
Michael Peter Christen
a1dd0ae62c
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger
f5967dfedf
add filter to citation page and a on/off button
...
to display only sentences with citations,
while maintaining the sentence number.
Make the filtered list the default in search result citation link
10 years ago
Michael Peter Christen
6983dff334
explain crawl denial when not switched to intranet mode
10 years ago
Michael Peter Christen
f818f84adb
more ipv6 fixes
10 years ago
Michael Peter Christen
afd5bd5f5f
slightly enhanced Network table computation by using a lazy initialized
...
bitfield for peer flags
10 years ago
Michael Peter Christen
2c2b50e65d
refactoring (class name should start with uppercase letter)
10 years ago
Michael Peter Christen
14385057c2
added also the NetworkHistory servlet...
10 years ago
Michael Peter Christen
bc275dca07
added network history graph image /NetworkHistory.png which can show
...
many different statistics about the history of the peer.
10 years ago
Marc Nause
ce9368246b
Merge branch 'master' of gitorious.org:yacy/rc1
10 years ago
Marc Nause
5603809deb
Minor changes:
...
*) reduced visibility of a method
*) updated comments
10 years ago
Michael Peter Christen
d8beafba3a
fix for values in CrawlProfileEditor table and xml; now the full profile
...
is available in the xml.
10 years ago
Michael Peter Christen
ec95dfa2e6
fixed crawl profile xml result which did not show the correct crawl
...
status.
10 years ago
Michael Peter Christen
8c1a89cb34
added another decoration flag to switch off network graphics in crawler
...
monitor and index browser: decoration.grafics.linkstructure
Please set this to false to remove the graphics from the interface.
10 years ago
Michael Peter Christen
764e4ed673
fixed appearance of RSS icon on search result page
10 years ago
Michael Peter Christen
ee27be3399
misc bugfixes (concurrency, memory protection)
10 years ago
Michael Peter Christen
9b1958e8ca
more ipv6 bugfixes
10 years ago
Michael Peter Christen
7817fc50c9
added a high cpu cycle monitor to PerformanceQueues
10 years ago
Michael Peter Christen
5082feb103
less volume for effect sounds
10 years ago
Michael Peter Christen
bc221a0f9c
less load and more ram prerequisite for crawl steps
10 years ago
Michael Peter Christen
e8392e2ff2
fix for local search
10 years ago
Michael Peter Christen
0bfc69b29b
more ipv6 bugfixes
10 years ago
Michael Peter Christen
a27563e5c3
removed the atmo sound clips because they had been too large
10 years ago
Michael Peter Christen
883622306e
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
...
Conflicts:
source/net/yacy/peers/Protocol.java
10 years ago
Michael Peter Christen
97995a1dd9
fix for remote search process
10 years ago
Michael Peter Christen
0843b12ef3
ipv6 fix: avoid that shrinked own ip set is overwritten with (non-valid)
...
set of local IPs
10 years ago
Michael Peter Christen
92c5d97486
fix for bad node flag setting with IPv6
10 years ago