Michael Peter Christen
9244694e64
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
151ccd50a9
fix for image size field values (must be multi-valued)
9 years ago
luc
3ad564e2e4
Created a ViewImage rendering performance measurement test.
9 years ago
luc
62e07a26a0
Refactoring : split into sub-functions to make it understanding and
...
performance measurement easier.
9 years ago
luc
b3f044072e
Updated table headers and SVG file url for case sensitive OS.
9 years ago
luc
ff963cbe23
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 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
9 years ago
sixcooler
6695e5cdd3
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
10b0eb106f
fix link target on iframe list in CrawlProfileEditor
9 years ago
reger
78e8c6f3e5
refactor special handling (static override) of SUPPORTED_EXTENSIONS/MIME_TYPES
...
not used for genericImageParser
9 years ago
reger
d54c5d310a
add links with image extension not automatically to image links.
...
With the wide spread use e.g. of Wikimedia the url file extension of links with image extension often point to html.
9 years ago
luc
f5746b5490
Added ico and bmp sample pictures
9 years ago
luc
baede48161
Added JPEG 2000 and FITS samples
9 years ago
luc
7c9d80c5d0
Added image formats and informations for each format.
9 years ago
sixcooler
0431be8d6c
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
073ef730af
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
reger
5744342fec
handle image preview for url w empty file extension
...
fix of commit 688f7b2a5c
9 years ago
luc
82dd004260
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
reger
851e8f6c8a
check jpeg file signature in genericImageParser
...
to fail early without further object allocation if source is not a jpeg.
9 years ago
reger
fb75fea446
use recrawljob w/o sort results by date
...
This is a workaround for existing index (not fully reindexed) since intro of schema with docvalues
to prevent solr exception causing recrawljob to fail with
org.apache.solr.core.SolrCore java.lang.IllegalStateException: unexpected docvalues type NONE for field 'load_date_dt' (expected=NUMERIC). Use UninvertingReader or index with docvalues.
9 years ago
Michael Peter Christen
3cbf86f295
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
23f6294a2d
removed unused import
9 years ago
reger
43c27aa550
upd to solr/lucene 5.3.1
9 years ago
reger
fd5a1dc297
upd to poi-3.13
9 years ago
sixcooler
839d710105
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
0ae9297ca5
Created a html test page to check ViewImage rendering with different
...
file formats.
9 years ago
luc
136e8f6fbd
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 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)
9 years ago
reger
d5330391de
remove some unused var allocation in parser
9 years ago
Michael Peter Christen
3d7dd9d3aa
follow-up to latest commit: also flush the search cache if all crawls
...
had been terminated.
9 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.
9 years ago
Michael Peter Christen
c737ff235d
in case that the include_string contains several entries including
...
1-char tokens and also more-than-1-char tokens, then remove the 1-char
tokens to prevent that we are to strict. This will make it possible to
be a bit more fuzzy in the search where it is appropriate.
9 years ago
Michael Peter Christen
8e555d79a3
add also 1-character tokens to the token list because that could be also
...
searched for. A full-string search for a filename may fail if those
1-char tokens are omitted
9 years ago
sixcooler
1091e25f4c
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
eb7989b17b
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
reger
7c82cd4415
add a end condition to svgParser for wrong content
...
(if parser choosen just by file extension)
9 years ago
luc
82f4f221e9
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
sixcooler
9c2cd7e87b
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
b92d81b073
remove double caching of inputstream in ViewImage
9 years ago
reger
c7c5e2dff9
fix old/obsolete solr dependency to stax
...
delete obsolete jar
9 years ago
reger
beed1c417e
Add report profile with OWASP Dependency-Check to maven pom
9 years ago
reger
356d4d1301
remove rdfParser from init (current function identical with genericParser)
9 years ago
reger
c647d899e3
add svgParser to parse metadate from svg images
...
Reads document level included title and description and skips the graphic content to save bandwidth.
svg metadata element is not interpreted
- remove rdfParser from init (current function identical with genericParser)
9 years ago
reger
bad34804fe
optimize parseInt for <img> tag attribute parsing
...
Performance better as using Numberformat.parse or parseInt(substring())
9 years ago
sixcooler
68c6d6ca7a
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
Michael Peter Christen
3c31bf845f
fix for latest merge
9 years ago
Michael Peter Christen
6ebc2451a9
Merge pull request #14 from luccioman/master
...
Translator refactoring : no more regular expression processing
9 years ago
luc
8615556dd5
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
reger
2f51baff4f
check for loading error (includs unsupported formats)
...
to prevent blank thumbnail display in image search because of not handled source which don't load on click.
Now the cross icon indicates the problem (inlcuding not supported format)
9 years ago
luc
5578886f6f
Merge branch 'master' of https://github.com/luccioman/yacy_search_server.git
9 years ago