reger
1481a8ab56
add opensearch rss results to dht collection (due to text = snippet)
...
which is used to differentiate meta from full data
- make sure check for dht is not dependant on number of collection entries
10 years ago
reger
5f4d35437e
add bookmark.query to edit form
10 years ago
reger
f134aa7f7f
persist bookmark timestamp
...
on setTimeStamp()
10 years ago
reger
752eec6697
fix NPE in addToIndex when used outside searchEvent
10 years ago
reger
a6daddbeaa
upd to commons-io-2.4.jar
10 years ago
reger
89124335c4
update bookmark autosearch description
...
- add german translation
10 years ago
Michael Peter Christen
fbf85a1561
added temporary debug output in http client
10 years ago
Michael Peter Christen
ff29b0e503
added option to re-index exported xml snapshot dumps to
...
HTCACHE/snapshots by just placing them in the SURROGATES/in path
10 years ago
Michael Peter Christen
6f4fe4b175
revert of 8a7c68e4c7
...
keeping surrogates after processing is essential for some users. If the
space they are taking is too high, please set up an automatic deletion
process (like a cronjob).
10 years ago
Michael Peter Christen
213401a446
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen
97930a6aad
added must-not-match filter to snapshot generation.
...
also: fixed some bugs
10 years ago
Michael Peter Christen
9d8f426890
adding a try-catch to link graph processing to prevent that a single
...
malformed url interrupts the storage process
10 years ago
reger
b47267b79c
precaution against NPE on createorgetBookmark on search result
10 years ago
Michael Peter Christen
75879e051b
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
reger
8a5b8f8789
on bookmaring of search result, remember orig. query in separate bookmark property
...
(instead of using the description field)
- adjust display and autosearch
- don't overwrite existing bookmark but combine info
10 years ago
reger
7224209486
break out of NormalizeDistributor loop on timeout
10 years ago
reger
cf1fc7f700
harmonize filesearch input box layout
10 years ago
reger
4d73e9de06
upd to metadata-extractor-2.8.1
10 years ago
Michael Peter Christen
e334a06370
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
reger
0904a041a6
upd to poi-3.11.jar
10 years ago
reger
47e61f8325
fix typo in image filter query
...
(extra bracket)
10 years ago
reger
4b4ab6799f
fix String out of range in Collection Nav
...
see http://mantis.tokeek.de/view.php?id=573
10 years ago
reger
572cfe8fd4
improve character encoding for urlproxy servlet
...
for none utf-8 pages
10 years ago
reger
b161473cd0
upd to jsoup-1.8.2
10 years ago
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)
10 years ago
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