Michael Benz
072d4aa0c0
Updated German translation and Blacklist_p.html
11 years ago
orbiter
f6e441dd77
refactoring
11 years ago
orbiter
c3f6c06f2c
removed host increment on stored documents from crawler (that was wrong)
11 years ago
Michael Peter Christen
a86c2fe77d
fixed usage of media flag when started by automated process
11 years ago
Michael Benz
f11314aae7
Improved German de.lng translation and fixed adresses -> addresses in \htroot\CrawlStartScanner_p.html
11 years ago
Michael Peter Christen
f0eec6d0f3
Merge branch 'master' of git://gitorious.org/~copro/yacy/copros-rc1
11 years ago
Michael Benz
6278af4993
Edit German de locale and improved translation
11 years ago
Michael Peter Christen
69391e5d9e
changed strategy to test existence of documents in Solr: using the
...
update time. The reason for that is a better caching for the crawler
double-check, which needs the update time for crawler steering.
11 years ago
reger
a02e33dcb6
add edit-link to PK field of table admin
11 years ago
Michael Peter Christen
9eb668e951
enhanced the resource observer
...
The resource observer is now able to recognize free disk space AND
available space for YaCy. The amount of space which is assigned for YaCy
are defined in new settings in the configuration file.
Furthermore, there is now a cleanup process which deletes files in case
that an autodelete is activated. The autodelete is now BY DEFAULT ON if
the disk space is low, which means that YaCy starts to delete documents
when the disk is full!
11 years ago
Michael Peter Christen
cb2c25d930
in case that the crawler is running and the search user is the peer
...
admin, we expect that the user wants to check recently crawled document
to ensure that recent crawl results are inside the search results, we do
a soft commit here.
11 years ago
Michael Peter Christen
bf97e38b83
removed clearURLIndex, which is a stub remaining from the old metadata
...
database and not needed any more
11 years ago
Michael Peter Christen
bc28247089
Added methods in resource observer to calculate the available and the
...
occupied disc space. These values are also shown on the status page.
The disc space calculation shall be used for a disk-limitation of the
search index.
11 years ago
reger
365f77ea8c
make internal page links relative to ease any future development for context aware servlets
...
note also http://bugs.yacy.net/view.php?id=106
11 years ago
Michael Peter Christen
d9858e1b8a
removed warnings and superfluous logging
11 years ago
Michael Peter Christen
7e71dcc417
removed interaction fragments
11 years ago
Michael Peter Christen
94245ce0a8
fixed "Size in KBytes" calculation in PerformanceQueues_p.html,
...
see http://bugs.yacy.net/view.php?id=362
11 years ago
Michael Peter Christen
726e8c3ad5
removed unused classes and servlets
11 years ago
Michael Peter Christen
6e59ca4ebf
removed jena library and all code that depended on jena. When jena was
...
introduced, it was also used for search facets. The generic search
facets are now deduced from generic solr fields which makes jena as tool
for facet semantics superfluous.
11 years ago
Michael Peter Christen
0e6729f9bc
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
9228214f9b
enrichment of PerformanceMemory display of SolrInfoMBean table
11 years ago
Michael Peter Christen
e8bdf16ea7
added statistic information for solr resources in PerformanceMemory
11 years ago
reger
1a2b298a65
fix: select all checkbox Tables_p
...
(needs form name attribute)
11 years ago
Michael Peter Christen
931541d198
re-inserted default value re-set button to performance queues and
...
patched missing values for recent new queues
11 years ago
reger
bd1685c94a
fix not needed getFileExtension().toLower (double)
...
add missing .getFileExtension
11 years ago
orbiter
a11f072504
enhanced didyoumean
11 years ago
Michael Peter Christen
bc395c7439
reduced color depth of star icons (for smaller file sizes)
11 years ago
Michael Peter Christen
9e0e39a9a4
small change to start/stop/pause icon style
11 years ago
orbiter
22e3524797
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
orbiter
c40ba51ca6
added new suggest method which replaces more-than-one suggestions:
...
instead of computing suggest permutations of the given words, the
completion of a phrase using the given words is searched in the fulltext
index.
11 years ago
reger
ad4b213145
remove unused static var from HTTPDProxyHandler
11 years ago
reger
6c6056836d
fix vocabulary navigator checkbox selection (from last commit)
11 years ago
reger
cb71413d19
fix page nav, to keeping modifier
...
(was new issue)
11 years ago
orbiter
ba5ab11cc4
less logging
11 years ago
Michael Peter Christen
322854a5f8
fix auth for forced ping
11 years ago
Michael Peter Christen
fbf4f77d80
fixed missing corona in network picture
11 years ago
Michael Peter Christen
d2b8f2b477
enhancements for staticIP and ipv6 handling
11 years ago
reger
91d79c1ac4
disable wrong forward to https on port change
11 years ago
reger
193b8235c2
remove double jquery-1.3.1.js and adjust header links to jquery-1.3.2
11 years ago
reger
f307d65dcf
prepare for a language navigator
...
works fine to restrict language for local solrSearches.
More work needs to be done to make rwi/remote searches respect the modifier.language restriction.
11 years ago
orbiter
768b1306b8
Added a write-enabled checkbox for remote solr servers.
...
It is now possible to assign every peer other YaCy peers as remote solr
server which are only used for read operations during search. This also
affects crawling: it will exclude urls from crawls which exist on remote
solr/remote YaCy peers.
11 years ago
orbiter
f7d6dd136f
changed solr paths according to new default paths
11 years ago
Michael Peter Christen
8b14e92ba4
added button in host browser to re-load 404/failed documents
11 years ago
reger
f47067b0ce
fix search navigator not showing activated nav
...
introduced with 97e84439fb
11 years ago
reger
9a96a7d73f
put list quick navigator buttons belowon BlackList_p editor
...
replacing the dropdown -> go navigation
11 years ago
Michael Peter Christen
6ada0daae9
making latency_factor and maximum number of same hosts in loader queue
...
settings available in Crawler_p.html servlet for steering.
11 years ago
Michael Peter Christen
be5e808236
- removed hardcoded load-test which is now handled in BusyQueues
...
steering, see /PerformanceQueues_p.html
- changed default values for crawler queue load limit (high, because
these jobs are started upon user request)
11 years ago
sixcooler
40a4030b55
configurable max-load values for YaCy-Threads:
...
try lower values on smal systems like a Pi
11 years ago
Michael Peter Christen
77531850b5
reverted crawling strategy from latest commit.
11 years ago
Michael Peter Christen
c0da966dfa
enhanced crawler speed
11 years ago