Commit Graph

11883 Commits

Author SHA1 Message Date
reger
7224209486 break out of NormalizeDistributor loop on timeout 2015-05-02 02:36:18 +02:00
reger
cf1fc7f700 harmonize filesearch input box layout 2015-05-01 19:24:14 +02:00
reger
4d73e9de06 upd to metadata-extractor-2.8.1 2015-04-30 00:01:11 +02:00
Michael Peter Christen
e334a06370 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git 2015-04-29 10:51:09 +02:00
reger
0904a041a6 upd to poi-3.11.jar 2015-04-29 01:53:04 +02:00
reger
47e61f8325 fix typo in image filter query
(extra bracket)
2015-04-28 03:12:14 +02:00
reger
4b4ab6799f fix String out of range in Collection Nav
see http://mantis.tokeek.de/view.php?id=573
2015-04-27 22:38:40 +02:00
reger
572cfe8fd4 improve character encoding for urlproxy servlet
for none utf-8 pages
2015-04-26 17:42:39 +02:00
reger
b161473cd0 upd to jsoup-1.8.2 2015-04-26 17:41:05 +02:00
reger
6bc8a9b11e make Quality of Service Servlet available to prioritize requests from local host
This assigns priorities to incoming requests. Higher priority numbers are served before lower.
(disabled by default in defaults/web.xml, 
uncomment or copy entry to DATA/Settings/web.xml)
2015-04-26 04:29:32 +02:00
reger
af2d66e3d8 correct typo in de.lng 2015-04-25 22:38:38 +02:00
reger
71bf95af8a upd parser calls in test cases 2015-04-25 03:24:28 +02:00
reger
579303a04e add additional links to crawl queue pages 2015-04-25 02:45:05 +02:00
Michael Peter Christen
99718dc09a don't record dump generation calls since that
- is not a change of the index
- happens very often within self-backup strategies from the outside
(i.e. cronjobs)
2015-04-23 18:17:28 +02:00
Michael Peter Christen
5b59477415 update to bootstrap.css 3.3.4 2015-04-23 06:36:57 +02:00
Michael Peter Christen
016b4e58ac Merge pull request #4 from dertuxmalwieder/master
Readme improvements
2015-04-21 10:13:57 +02:00
Sven Knurr
82a8c282f7 Readme improvements
Now GitHub should display it properly. Also, added OpenBSD.
2015-04-20 14:30:45 +02:00
Michael Peter Christen
0d365e67a5 Merge pull request #2 from Scarfmonster/master
English Synonyms and small fixes
2015-04-20 10:24:34 +02:00
Michael Peter Christen
1ded4b4889 Merge pull request #3 from shaman/master
How about normal font weight in the searched titles & fix RSS icon position?
2015-04-20 10:23:39 +02:00
Eugene Kuligin
4f1cb7c65c fix typos 2015-04-20 05:27:15 +03:00
Eugene Kuligin
8ae3229306 add vertical margin to the search cloud block 2015-04-20 05:24:50 +03:00
Eugene Kuligin
f9408dfa48 fix RSS icon displaying 2015-04-20 05:19:37 +03:00
Eugene Kuligin
62c95c6759 increase view space with normal font weight in the searched titles 2015-04-20 05:13:05 +03:00
reger
f7b0148f6a fix NPE in Vocabulary_p servlet
called w/o parameter
2015-04-20 00:01:14 +02:00
Ryszard Goń
ca1a70aec8 fix for Accept '?' URLs column in Crawl Profile List 2015-04-19 15:55:49 +02:00
Ryszard Goń
b0cd0212fd SynonymLibrary status check fix for multiple files 2015-04-17 17:38:48 +02:00
Ryszard Goń
f3f1b2e899 added English synonyms 2015-04-17 17:32:54 +02:00
reger
5408448a56 skip redundant add. of keywords to text
search uses keywords as default search field
2015-04-17 02:14:13 +02:00
reger
296e97c78e put https port in peers dna
as we flag if a peer is accesible via https, we need to know the port if we want to use is (e.g. for interYaCy communication)
start to provide / tansport the port by recording it in peers dna.
- add https link on the Network.html lock symbol
2015-04-16 02:36:12 +02:00
Michael Peter Christen
088853c1e8 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git 2015-04-15 13:17:37 +02:00
Michael Peter Christen
fed26f33a8 enhanced timezone managament for indexed data:
to support the new time parser and search functions in YaCy a high
precision detection of date and time on the day is necessary. That
requires that the time zone of the document content and the time zone of
the user, doing a search, is detected. The time zone of the search
request is done automatically using the browsers time zone offset which
is delivered to the search request automatically and invisible to the
user. The time zone for the content of web pages cannot be detected
automatically and must be an attribute of crawl starts. The advanced
crawl start now provides an input field to set the time zone in minutes
as an offset number. All parsers must get a time zone offset passed, so
this required the change of the parser java api. A lot of other changes
had been made which corrects the wrong handling of dates in YaCy which
was to add a correction based on the time zone of the server. Now no
correction is added and all dates in YaCy are UTC/GMT time zone, a
normalized time zone for all peers.
2015-04-15 13:17:23 +02:00
reger
f6a55f9279 incoming connection count/text fix
improvement on http://mantis.tokeek.de/view.php?id=570
2015-04-15 02:16:53 +02:00
Michael Peter Christen
3e338e0987 Merge pull request #1 from Scarfmonster/master
Search navigation fix
2015-04-14 10:33:43 +02:00
reger
702c30e619 add info text icon next to Augmented Browsing check-box
with hint to config page
2015-04-14 03:19:27 +02:00
reger
4c907bec89 show "Augmented Browsing" link in search result only if urlproxy allowed and option switched on in layout
(AugmentedBrowsing_p.html, ConfigSearchPage_p.html)
as user only gets a error page if the option is not enabled
2015-04-14 02:07:02 +02:00
Ryszard Goń
6d78a6d06e Search navigation fix 2015-04-13 23:32:06 +02:00
Michael Peter Christen
b060ba900d added parsing of contentprop attribute in html tags for
content='startDate' and content='endDate'. The value of these field is
now written to new solr fields startDates_dts and endDates_dts.
2015-04-13 16:20:00 +02:00
Michael Peter Christen
a08a3c5f29 reverted json syntax for facet results to version from january 2015-04-13 16:18:15 +02:00
Michael Peter Christen
4cb4f67f38 added parsing of dd, dt and article html fields. The parsed result is
written to special solr fields which are deactivated by default.
2015-04-12 22:02:45 +02:00
reger
1395f10e95 fix typecast for css links 2015-04-12 01:11:47 +02:00
Michael Peter Christen
3288489fd2 more logging during start-up 2015-04-11 13:00:32 +02:00
Michael Peter Christen
abaaaef5f1 fix for filter queries 2015-04-11 12:30:29 +02:00
Michael Peter Christen
d8cc773d05 fix for not valid json in case that topics are switched off 2015-04-11 12:20:29 +02:00
Michael Peter Christen
4d00175157 <experimental> added parsing of <article> html element.
Whenever such an element occurs, the complete content of all article
elements replaces the parsed <content> part of documents.
2015-04-10 16:16:20 +02:00
Michael Peter Christen
1df6492019 enhanced suggestions 2015-04-10 15:59:18 +02:00
Michael Peter Christen
c7fdde3bd1 replaced "fork me" banner with github banner 2015-04-10 15:10:18 +02:00
Michael Peter Christen
876cdb083f Merge branch 'master' of github.com:yacy/yacy_search_server 2015-04-09 14:31:16 +02:00
Michael Peter Christen
699a81ae01 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2015-04-09 14:29:11 +02:00
Michael Peter Christen
ae02c92fd0 logging fix 2015-04-09 14:21:23 +02:00
reger
642daad528 upd to httpcore 4.4.1 2015-04-08 22:42:30 +02:00