luc
8c4ab9c76b
Added an option to eventually limit size of remote solr documents put to
...
local index. See mantis #626 .
9 years ago
luc
a2c08402af
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
55a4d15775
Added a note on deprecated default search field and operator.
9 years ago
sixcooler
1be67d9ab6
CachedSolrConnector was replaced by ConcurrentUpdateSolrConnector years
...
ago - time to let it go
Commented out unused table of cache-objects
9 years ago
reger
28b8bc290a
fix use of NETWORK_SEARCHVERIFY for rwi verification
...
was not used to set the searchevent parameter (done in SearchEventCache.getEvent)
- remove unused corresponding QueryParams.filterfailurls param.
9 years ago
reger
020630efd8
remove unused network scanner parameter from queryparameter
...
Search event is not using networkscanner
(removed filterscannerfail param always init to false)
9 years ago
reger
7cda48a9d6
add hint to "default max results per page" limit on ConfigPortal
...
(limit is applied in yacysearch & max. total results by sum result-stack size)
- remove obsolete search.navigation prop (has moved to ConfigSearchPage_p)
9 years ago
reger
a622c9b656
upd to Bootstrap v3.3.6
9 years ago
reger
1043fe55a3
add missing bootstrap 3.3.4 glyphicons file
...
see comment @luc http://mantis.tokeek.de/view.php?id=623#c1151
9 years ago
luc
29585e2c5b
Corrected return type when licence is gone to be consistent with other
...
error cases.
9 years ago
luc
df77e90ed7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
2a67d2ba6f
Corrected error management for unsupported image formats, parsing
...
errors, and unavailable resources : avoid logging to much Exceptions as
these errors easily occur when searching images.
9 years ago
reger
997f18f658
prevent exception on repeated ViewImage with same urlLicense
9 years ago
Michael Peter Christen
7e785dac8e
urlproxyheader must be in the default package because all classes in the
...
htroot path must be in the default package
9 years ago
Michael Peter Christen
d82d311995
Merge branch 'master' of https://github.com/luccioman/yacy_search_server
...
# Conflicts:
# .classpath
9 years ago
reger
1160b13172
remove unused md5 from ViewFile servlet params
9 years ago
luc
e40ae0943b
- No max dimensions specified : render raw image data when source and
...
target image format are the same.
- Corrected scaling condition.
10 years ago
luc
5eafce5577
Rendering performance improvement : use EncodedImage constructor with
...
BufferedImage parameter to avoid re-rerendering BufferedImage.
10 years ago
luc
bc6c79fc12
Corrected scaling function for non RGB images.
10 years ago
luc
7f27683831
Correction erreur de compilation.
10 years ago
luc
07437986e7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
10 years ago
reger
97cc03ef6a
start using a template for urlproxy header
...
It is included as iframe /proxmsg/urlproxyheader.html
to allow full servlet functionallity and flexibility to display some
index/meta data in future.
10 years ago
reger
d08e421809
fix link to logo (yacysearch.xsl)
10 years ago
luc
f01d49c37a
Process large or local file images dealing directly with content
...
InputStream.
10 years ago
luc
bfe51001e3
Merge branch 'master' of https://github.com/yacy/yacy_search_server
10 years ago
reger
7bf03856d1
add link to quick select blacklist
...
from title list
10 years ago
reger
b4dbff6a6a
fix yacysearch.json "totalResults"
...
element "totalResults" is included twice (at begin & end),
only the element after performing the search holds number > 0
see http://mantis.tokeek.de/view.php?id=608
10 years ago
reger
52a9040ae6
Sort out double keywords (dc_subject) early in parsed documents
...
- by direct using Set vs. List
- remove not neede String[] getter
10 years ago
luc
0e8b3d9a90
Refactoring : default favicon and image processing errors.
...
- moved default favicon processing from ViewImage to
yacysearchitem.html : when previewing ico image search results we don't
want a default favicon be displayed
- throw an IOException ending in a HTTP 500 error when image processing
fails, rather than returning a null result : behavior is more consistent
accross browsers (for exempla Chrome and Firefox), especially with new
default favicon display system
10 years ago
luc
745e97a575
Merge branch 'master' of https://github.com/yacy/yacy_search_server
10 years ago
reger
a60b1fb6c2
differentiate api call getLocalPort() from getConfigInt()
10 years ago
reger
02afba730e
fix detection of https port changed after set in System Admin
10 years ago
luc
e90e1f165d
Avoid returning an empty image when target encoding is not supported or
...
when an error occured while encoding.
10 years ago
luc
aa70ff4ff6
Corrected images alpha channel rendering
10 years ago
reger
a2dcf64039
fix IndexImportMediawiki_p servlet's refresh header
...
add url parameter to make sure no parameter are included in refresh url
which could cause unwanted restart of import job
see http://mantis.tokeek.de/view.php?id=591 comments
10 years ago
Michael Peter Christen
ac034db8bc
Merge branch 'master' of https://github.com/luccioman/yacy_search_server
...
# Conflicts:
# htroot/js/highslide/highslide.js
# source/net/yacy/document/ImageParser.java
10 years ago
luc
a156fd65d0
Patch to manage render or load errors is still needed after highlight.js
...
version upgrade.
Updated patch for better behavior consistency between browsers.
10 years ago
luc
37e28e0dd3
- Keep aspect ratio of images rendered directly by browser such as gif
...
and svg.
- Corrected quadratic rendering of landscape images with height smaller
than maxHeight
10 years ago
reger
571609c208
upd javascript img viewerto highslide 4.1.13
10 years ago
luc
e2d00585e2
Display full size preview using ViewImage Servlet.
10 years ago
luc
74b0283d57
Added image preview error management.
10 years ago
luc
d6522fa4a2
Integrated haraldk/TwelveMonkeys library to first add TIF image format
...
support.
10 years ago
luc
62e07a26a0
Refactoring : split into sub-functions to make it understanding and
...
performance measurement easier.
10 years ago
reger
c9937973e3
unescape MultiProtocolURL getAttributes() return values.
...
use getAttributes() to get query parameters as clear text (w/o url encoding)
use getSearchpartMap() to get in internal format (url encoded)
fix for http://mantis.tokeek.de/view.php?id=606
10 years ago
reger
10b0eb106f
fix link target on iframe list in CrawlProfileEditor
10 years ago
reger
5744342fec
handle image preview for url w empty file extension
...
fix of commit 688f7b2a5c
10 years ago
reger
43c27aa550
upd to solr/lucene 5.3.1
10 years ago
reger
688f7b2a5c
allow/display svg images in image results previews
...
svg is not supported by awt but by most browser. Image content is delivered as received (without size adjustment)
10 years ago
Michael Peter Christen
225200194a
every time a crawl is started, the user expects a different search
...
result behaviour. This requires that the search cache is flushed for
each crawl start. TODO: this should also be done if a crawl is
terminated.
10 years ago
reger
b92d81b073
remove double caching of inputstream in ViewImage
10 years ago