Michael Christen
|
f7b6e98ed7
|
Merge pull request #562 from thkoch2001/fix-warnings
Fix warnings
|
2 years ago |
Michael Peter Christen
|
a157d01bb5
|
increased network image size limit for linuxtage poster
|
2 years ago |
Thomas Koch
|
6bca836f49
|
fix 3 javac warnings: redundant cast
see GitHub issue #561 for context
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigAccounts_p.java:85: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer)sb.getHttpServer();
[javac] ^
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:156: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
[javac] ^
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:167: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
|
2 years ago |
Michael Peter Christen
|
9fcd8f1bda
|
added canonical filter
attention: this is on by default!
(it should do the right thing)
|
2 years ago |
Michael Peter Christen
|
5a52b01c09
|
front-end integration of tag valency
|
2 years ago |
Michael Christen
|
4304e07e6f
|
crawl profile adoption to new tag valency attribute
|
2 years ago |
Michael Peter Christen
|
5acd98f4da
|
introduction of tag-to-indexing relation TagValency
|
2 years ago |
Michael Peter Christen
|
b1199e97f8
|
enabling new update location release.yacy.net
with new version numbers
|
2 years ago |
Michael Peter Christen
|
309adb814e
|
fixed import of jsonlist imort from searchlab.eu using a direct URL
|
2 years ago |
Michael Peter Christen
|
62d177bf59
|
stub for jsonlist index importer web page
|
2 years ago |
Michael Peter Christen
|
761dbdf06d
|
increases log history length to 10000
implements https://github.com/yacy/yacy_search_server/issues/512
|
2 years ago |
Michael Christen
|
867f96a32b
|
removed warnings
|
2 years ago |
Michael Peter Christen
|
60c9986a0e
|
new release file names with date and git hash
...without reference to 9000ish SVN
|
2 years ago |
Michael Peter Christen
|
adbda4c71b
|
moved all remaining servlet classes to new location
|
2 years ago |
Michael Peter Christen
|
33889b4501
|
moved more servlets to new location
|
2 years ago |
Michael Peter Christen
|
6d388bb7bf
|
refactoring - moved htroot/yacy classes
|
2 years ago |
Michael Peter Christen
|
48fcf3b3b5
|
alternative servlet method, tested with wiki
may become the future method to store servlets
|
2 years ago |