reger
af2d66e3d8
correct typo in de.lng
10 years ago
reger
71bf95af8a
upd parser calls in test cases
10 years ago
reger
579303a04e
add additional links to crawl queue pages
10 years ago
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)
10 years ago
Michael Peter Christen
5b59477415
update to bootstrap.css 3.3.4
10 years ago
Michael Peter Christen
016b4e58ac
Merge pull request #4 from dertuxmalwieder/master
...
Readme improvements
10 years ago
Sven Knurr
82a8c282f7
Readme improvements
...
Now GitHub should display it properly. Also, added OpenBSD.
10 years ago
Michael Peter Christen
0d365e67a5
Merge pull request #2 from Scarfmonster/master
...
English Synonyms and small fixes
10 years ago
Michael Peter Christen
1ded4b4889
Merge pull request #3 from shaman/master
...
How about normal font weight in the searched titles & fix RSS icon position?
10 years ago
Eugene Kuligin
4f1cb7c65c
fix typos
10 years ago
Eugene Kuligin
8ae3229306
add vertical margin to the search cloud block
10 years ago
Eugene Kuligin
f9408dfa48
fix RSS icon displaying
10 years ago
Eugene Kuligin
62c95c6759
increase view space with normal font weight in the searched titles
10 years ago
reger
f7b0148f6a
fix NPE in Vocabulary_p servlet
...
called w/o parameter
10 years ago
Ryszard Goń
ca1a70aec8
fix for Accept '?' URLs column in Crawl Profile List
10 years ago
Ryszard Goń
b0cd0212fd
SynonymLibrary status check fix for multiple files
10 years ago
Ryszard Goń
f3f1b2e899
added English synonyms
10 years ago
reger
5408448a56
skip redundant add. of keywords to text
...
search uses keywords as default search field
10 years ago
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
10 years ago
Michael Peter Christen
088853c1e8
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
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.
10 years ago
reger
f6a55f9279
incoming connection count/text fix
...
improvement on http://mantis.tokeek.de/view.php?id=570
10 years ago
Michael Peter Christen
3e338e0987
Merge pull request #1 from Scarfmonster/master
...
Search navigation fix
10 years ago
reger
702c30e619
add info text icon next to Augmented Browsing check-box
...
with hint to config page
10 years ago
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
10 years ago
Ryszard Goń
6d78a6d06e
Search navigation fix
10 years ago
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.
10 years ago
Michael Peter Christen
a08a3c5f29
reverted json syntax for facet results to version from january
10 years ago
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.
10 years ago
reger
1395f10e95
fix typecast for css links
10 years ago
Michael Peter Christen
3288489fd2
more logging during start-up
10 years ago
Michael Peter Christen
abaaaef5f1
fix for filter queries
10 years ago
Michael Peter Christen
d8cc773d05
fix for not valid json in case that topics are switched off
10 years ago
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.
10 years ago
Michael Peter Christen
1df6492019
enhanced suggestions
10 years ago
Michael Peter Christen
c7fdde3bd1
replaced "fork me" banner with github banner
10 years ago
Michael Peter Christen
876cdb083f
Merge branch 'master' of github.com:yacy/yacy_search_server
10 years ago
Michael Peter Christen
699a81ae01
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen
ae02c92fd0
logging fix
10 years ago
reger
642daad528
upd to httpcore 4.4.1
10 years ago
Michael Peter Christen
5651713134
better debugging of fq
10 years ago
Michael Peter Christen
f5a032f293
split query into filter query and text query to get better ranking
...
results and faster results
10 years ago
Michael Peter Christen
36e9cdb376
testing switching off cold searchers; maybe this brings performance
...
enhancements when using large facets
10 years ago
Michael Peter Christen
2e88028c1a
when selecting collections in navigation, do show the un-selected
...
collections in search result. When selecting one of them in another
search, switch off the previously selected collection. This actually
turns the collection navigation modifier into a radio-button like
behaviour
10 years ago
Michael Peter Christen
1de9b21c65
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger
5f4cd8d6f5
replace deprecated getIP with getIPs in AbstractRemoteHandler
10 years ago
reger
01759e9af9
upd to PDFBox 1.8.9
10 years ago
reger
c5398c3c88
include htroot (*.class) in maven clean
...
harmonize antrun javac call in pom with build.xml
10 years ago
reger
2f592a8063
add SynonymLibrary status to DictionaryLoader_p servlet
...
http://mantis.tokeek.de/view.php?id=564
10 years ago
Michael Peter Christen
fa7edc9f7a
refactoring of filter queries (several queries instead only one)
10 years ago