reger
a952787712
adjust opensearchdescription to return url with protocol it was call on
...
fix http://mantis.tokeek.de/view.php?id=669
9 years ago
reger
360b38d9b6
fix CookieTest_p parameter from ResponseHeader to RequestHeader
9 years ago
luccioman
76cf7dea2d
Fixed inconsistent port check on ConfigBasic
9 years ago
luccioman
893a40995a
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
Orbiter
50c5ddf1a1
Merge pull request #56 from luccioman/LibreJS
...
LibreJS compliance : YaCy JavaScript license information
9 years ago
Orbiter
82f40aefb5
Merge pull request #47 from reelsense/patch-2
...
Distilled sentence - ConfigNetwork_p
9 years ago
luccioman
6e96c7341a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
htroot/Load_MediawikiWiki.java
htroot/Load_PHPBB3.java
htroot/ViewImage.java
9 years ago
reger
7bac756720
prevent dealing with -UNRESOLVED_PATTERN- eventID parameter in html includes
...
on first landing on search page
9 years ago
reger
b71a60c04b
fix NPE in CrawlMonitorRemoteStart servlet due to missing startURL
...
+ add a startURL attribute while generating news record for above (in Crawler_p)
9 years ago
Orbiter
5fbe8b8d23
Merge pull request #58 from luccioman/responsive
...
Make YaCy usable on small screen devices
9 years ago
reger
f1be40eb07
Translator servlet filename drop-down list on "filter untranslated" switch,
...
filter list to contain only files with not translated items
9 years ago
luccioman
692aab1318
Merge remote-tracking branch 'origin/master' into responsive
9 years ago
reger
a3ac6ca7df
add button (Translator servlet) to switch one already translated line in edit mode
9 years ago
luccioman
c2ade2f209
Fixed rendering for many mobile devices.
9 years ago
reger
e952e355a2
have Translator servlet adhoc apply added translation by translating a single file
...
+ fix NPE in Translator, coming from translation read by TranslatorXliff
which allows null content for not translated key's
9 years ago
luccioman
009657791e
Merge remote-tracking branch 'origin/master' into LibreJS
9 years ago
luccioman
fbbfeeb313
Added last missing JS licences
9 years ago
luccioman
a73c9327a5
JavaScript License fixes for LibreJS compatibility
9 years ago
luccioman
8b95e5c91f
Aplied GNU licensing recommendations.
9 years ago
reger
f86df5c76e
add DE translation Translator_p
...
+ html conform order form/fieldset
9 years ago
luccioman
df74c435be
Added license info for jquery.tagsinput.
...
Also updated some license urls and identifiers to ones recognized by
LibreJS.
9 years ago
luccioman
d4da22d634
Merge branch 'LibreJS' of
...
https://github.com/luccioman/yacy_search_server.git into LibreJS
Conflicts:
htroot/jslicense.html
9 years ago
luccioman
f7a4be3c60
Added remaining scripts license information
9 years ago
luccioman
c1cc2d811d
Added d3.v3.js license information
9 years ago
luccioman
3f6fefb125
Added license information for YaCy owned js files
9 years ago
reger
5b22c63030
Adjust TranslatorXliff to load default 1st and merge downloaded or modified local translation.
...
process 1. load default from locales/*.*
2. load and merge(overwrite) from DATA/LOCALE/*.* (can be partial translation as it is merged)
- include all entries from DATA/LOCAL to be edited in Translator servlet
and save just modifications (instead of full list) to DATA/LOCALE
This shall make it easy to share modifications.
9 years ago
reger
786c92f95d
disable input field of translated text in Translator_p servlet
...
As currently only adding missing translation is supported
9 years ago
luccioman
02ecb8de29
Added JavaScript license information
...
First pass applied for YaCy index and administration first page, checked
with LibreJS 6.0.13.
9 years ago
reger
e46245b819
fix accidental use of Java 8 function in Translator_p
...
thanks to luccioman
9 years ago
reger
1dcb9c5158
on language file delete, del local editfile too (in ConfigLanguage_p servlet)
9 years ago
reger
a6ba1faa80
introduce a translation edit servlet Translator_p.html YaCy's UI text translation
...
This is the 1st rudimentary approach to support the translatio utilities.
It allows currently to edit untranslated text and save it in a local translation file
in the DATA/LOCALE directory.
+ refactor Translator (less static's) to leverage on class overrides and support garbage collection for this 1 time routine
+ adjust TranslatorXliff to check for local translations in DATA/LOCALE,
this includes storing manually downloaded translation files in DATA as well
(to keep default untouched)
+ on 1st call of Translator_p a master tanslation file is generated, checking
the supported languages for missing translation text (later this masterfile is planned to part of the distribution, to harmonize translation key text between the languages)
Outlook: the local modifications (possibly as translation fragments instead of complete file) to be shared with maintainer using xlif features.
9 years ago
reger
c7bd040870
correct translation key "About This ...." for simpleheader.template
...
in de, ja
+ rem obsolete key "Peer Owner Profile" in cn, sk, uk for simpleheader.template
+ hide empty account lines in ViewProfile servlet
9 years ago
reger
f23d8ab47b
fix 2 more servlet RuntimeException in intranet mode thrown due to seed.getIP()
...
returning null in intranet mode (in servlets: ConfigSearchBox, Load_PHPBB3
+remove unused (const ∅) seed.IPTYPE
9 years ago
reger
19509438d9
fix RuntimeException in ConfigRobotsTxt_p in intranet mode
...
due to getIP returning null, by removing redundant property setting of "clientname"
which is globally set by template engine
9 years ago
reger
6384b7d82e
fix NPE in Load_MediawikiWiki servlet in intranet mode
...
- in intranet mode getip returns null causing a NPE
- adjust starturl (which was set to http://localip/repository ) which is never the start url for the Mediawiki
+ correct javadoc for seed.getIP()
9 years ago
Michael Peter Christen
bfd4e5f9e5
added hint in status to upgrade to java 1.8
9 years ago
Michael Peter Christen
d52c5b8c4d
added column in network table for JRE
9 years ago
Michael Peter Christen
883a96f21a
Merge pull request #53 from luccioman/accessibility
...
Use aria role to reduce rssTerminal verbosity.
9 years ago
reger
4cc38e979d
add InputStream close after reading input file (Vocabulary_p servlet)
9 years ago
luccioman
623bcc729a
Use aria role to reduce rssTerminal verbosity.
...
This is a fix for http://mantis.tokeek.de/view.php?id=643
9 years ago
Burkhard
9a18e2297b
Merge pull request #51 from JeremyRand/multiple-boost-query
...
Fix multiple boost queries
9 years ago
reger
f0d7b93372
make use and activate autodetect charset in Vocabulary input from file
...
+ revert mistake of empty cn.lng
9 years ago
JeremyRand
433217b33e
Properly support multiple Boost Queries. (Previous code was broken because it concatenated multiple Boost Queries together rather than passing Solr an array.)
9 years ago
reger
d0a571bed2
del cytag trail for own index.html (save resource not used by default)
9 years ago
reger
27a238062f
fix MessageSend servlet response if called for passive peer
9 years ago
reger
4e0892962a
fix NPE in citation servlet on empty text field
9 years ago
reger
efb9f1a8b7
save resource for unused blacklistFiles map
9 years ago
otter
05288557c1
optimized for small y values
9 years ago
otter
1afefebd0f
manually pulled - now pushed
9 years ago
reger
8c9684cc45
optimize surftip data load,
...
double load (index, loader) not neccessary, getMetadata already suficient
+ lng file adjustments
9 years ago
Andreas
91e1e5640b
Make sure "leftscale" is positive
9 years ago
reger
f03656394e
skip caching of knownURL during transferRWI
...
(cache values not used)
9 years ago
reger
3bd6ae8d8b
keep addon/Notepad++ keyword marker on lng export
...
(length of remarks devider line)
+ harmonize status_p.inc lng text
9 years ago
reger
7be1c7a05a
fix logger name
9 years ago
reger
ba5161966f
support xliff for downloaded of language file
9 years ago
reger
61c5b6b403
fix empty drop down list in ConfigLanguage after wrong/empty download
...
+ add xliff translated attribut
+ append japanese lng name
9 years ago
reger
a28f5d07e8
use UTF8 to write imported language files
9 years ago
reger
d9adc2c255
load handler for Transparent Proxy on startup only if feature is activated
...
to save the resources and keep handler chain small if the feature is not used.
+add a warning message on settingsack_p page to restart on first activation
9 years ago
Andreas
898f6c5891
Merge pull request #4 from yacy/master
...
Get my fork synced #4
9 years ago
Bryan Black
4d781c660d
Distilled sentence - ConfigNetwork_p
...
I distilled the first "Distributed Computing Network for Domain" description sentence and corrected grammar.
9 years ago
Bryan Black
94ce617188
Grammar fix
...
The sentence sounded odd.
9 years ago
reger
a57226caa6
put settings_p servlet (back) as start page for System Administration
...
to display the options available (as tables_p only used for indepth edit)
see http://mantis.tokeek.de/view.php?id=460
9 years ago
Michael Peter Christen
b89465d952
0N - basic dump upload servlet infrastructure, to share index dumps
...
within an experimental new sharing model
9 years ago
Michael Peter Christen
f12a900f3e
harmonization of http post of files for one and several files - this had
...
been differently - and wrong for several files. also: base64-encoding
for gzipped push files because our data structures currently only
supports ASCII POST pushes..
9 years ago
Michael Peter Christen
2494a820c7
0N - added recording of dump exports if given time frame is not negative
9 years ago
Michael Peter Christen
ef2cc4f690
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
a6bf0b1649
0N - added option to generate index export files for a specific number
...
of minutes in the past and reverted latest change. The export file dump
will now contain four data elements: f - first date of index entry write
date, l - last date of index write date, n - now-date of index dump
time, c - count of numbers inside the dump. '0N' denotes a series of
changes which will lead to the opportunity to exchange index data dumps
in a way that is needed to integrate ZeroNet index data. This will be
based on index dump sharing; that causes this commit.
9 years ago
reger
9312fbe563
making WebStructurePicture_p less vulnerable to faulty host input parameter (like host1,,host3)
...
by continue host loop on exception
inspired by http://mantis.tokeek.de/view.php?id=637
9 years ago
reger
b12b8fb1c2
include initial japaneese translation to language selection
9 years ago
Michael Peter Christen
5b9030180c
added peer hash to export dump name.
9 years ago
Michael Peter Christen
287b918bd7
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
reger
dbb28bb4f3
del unused statistic parameter (from status servlet)
9 years ago
Michael Peter Christen
b851308ee6
enhanced robustnes of image computation
9 years ago
reger
06d0e2aeb9
result heuristic (also used in greedy learning mode) to use outbound links if result is full index doc. Otherwise use default loader methode.
...
- Above brought up that parser start url parameter, declared as AnchorURL uses only methodes of parent object DigestURL (changed parameter declaration accordingly).
9 years ago
luc
9f712146df
Display icons in ViewFile "links" mode.
9 years ago
luc
8682dfbd5e
Updated getpageinfo outputs to return page icons list.
9 years ago
luc
26f1ead57c
Created ViewFavicon class specialized in favicon viewing.
...
Main image processing is now in ImageViewer, used by both ViewImage and
ViewFavicon.
Fixed URIMetadataNode.getFavicon to use non-standard icons with no size
ass fallback.
9 years ago
otter
f2e5b3adb7
format2
9 years ago
otter
000ec16bf8
format
9 years ago
otter
c3c5e7928b
Correctly handle POSTed parameter also with HTTPS activated
9 years ago
luc
07222b3e1a
Added favicon url transmission in RWI chunks.
9 years ago
luc
480772c070
Fixed json search results from commit "Improved URLLicence reliability"
9 years ago
luc
53781299d8
Extracted intranet and filtype related rules from getFaviconURL func
9 years ago
reger
cc79ad8de6
compare search page, remove diminished search target
...
(romso.de, dbpedia.neofonie.de )
9 years ago
luc
3cc5619d93
Improved HTML icons indexing and rendering in search results.
...
See http://mantis.tokeek.de/view.php?id=629
9 years ago
otter
f6e6250b83
Merge branch 'master' of https://github.com/otteresk/yacy_search_server.git
9 years ago
otter
770bb1d41f
Improved plotting
9 years ago
luc
db6fc67b77
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
8e60788c8f
fix json date facet displayname
9 years ago
luc
ef83e34b8a
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
Michael Peter Christen
5d635879f8
Merge pull request #40 from Scarfmonster/autocrawl
...
Automatic crawling
9 years ago
Ryszard Goń
7d6e0d8470
Add missing settings to autocrawl settings page
9 years ago
Ryszard Goń
7a7a1277bd
Add autocrawl settings page
9 years ago
reger
4765e374e6
altered clac. of search result items per page to display
...
taking the existing limits into account but make it consistent with search option screen for admin and public user
changes:
- configured default number of items per page (ConfigPortal_p.html) is used as is (no hardcoded limit)
- otherwise requests are limited to 100 results per page ( = search option, index.html)
(this basically is the major change, inc. limit from 20 to 100 for public user)
P.S. - the older grant of more (1000), if no online snippet calculation, is kept (for the time being)
see http://mantis.tokeek.de/view.php?id=627
9 years ago
luc
231be83eb6
Corrected access to Load_MediawikiWiki.html and Load_PHPBB3.html
...
A NullPointerException occured when trying to access theses pages in
Robinson (Search portal) mode
9 years ago
luc
85a9363012
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
abd8ecb503
remove contendom depending override of search result items per page
...
initially introduced e4570bffaf (diff-ae6c130fc11088c830b00ed9256ab56b)
(as one part of unexpected difference in actual vs requested results, partial bugfix for http://mantis.tokeek.de/view.php?id=627 )
9 years ago
luc
41767a01c2
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
04161912a5
fix tray icon switch
...
(using predefined/correct config name)
9 years ago
luc
7aa1a29e33
Return more accurate HTTP status 400 with detail message when some error
...
occurs on ViewImage :
- missing required parameters
- url licence invalid
9 years ago
luc
cfdbc2b487
Improved URLLicence reliability for use by conccurrent non authaurized
...
users.
Removed URLLicence generation when unnecessary (authorized users)
9 years ago
Michael Peter Christen
9a25751850
Merge pull request #38 from luccioman/master
...
Refactoring : use StandardCharsets instead of hardcoded charset names
9 years ago
reger
c283efdd6d
remove obsolete css style for removed file CacheAdmin_p.html
...
and remove from translations
9 years ago
luc
571bc55937
Refactoring : use StandardCharsets constants instead of hard-coded
...
charset names.
9 years ago
reger
e8256bb3b1
remove blekko from opensearch config (not available)
...
see https://blekko.com/
http://searchengineland.com/goodbye-blekko-search-engine-joins-ibms-watson-team-217633
9 years ago
reger
9636a74633
remove local credential on download of config files from remote systems
...
(blacklists, language, skins) to reduce risk to expose md5-pwd.
- remove NoSuchElementException in loop
9 years ago
reger
1636541c48
correct filename input in settings_seed_upload.inc form
...
to get filename
(recently introduced by change form "text" to the more convenient "file" input 50f64ddc3b
)
9 years ago
reger
cd26717ba2
fix low memory status hint (dht-in disabled)
...
http://mantis.tokeek.de/view.php?id=619
9 years ago
sixcooler
775e74b055
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
sixcooler
dce1cb65c4
Merge remote-tracking branch 'choose_remote_name/master'
9 years ago
Michael Peter Christen
fe308f47d5
added greeting line to interactive search and harmonized display
...
position with 'Administration' line in all administration pages
9 years ago
Michael Peter Christen
a7b41bd206
use curl downloads in download script with silent mode
9 years ago
Michael Peter Christen
7274e50d7f
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
reger
50f64ddc3b
apply default css styles (class btn) to submit buttons
9 years ago
reger
09d3dd13d6
limit bookmark tag cloud font-size to 2.0em
9 years ago
reger
3076c87247
fix typo in Steering.html
9 years ago
reger
80e2c82249
fix NPE on empty blog importfile parameter
9 years ago
reger
8a8e53b1a1
apply default css styles (class btn) to blacklist* submit buttons
9 years ago
reger
0fa6340936
apply more default css styles (class btn) to submit buttons
9 years ago
reger
bf098412cf
use input type=file for choosing IndexImportMediawiki_p dump file
9 years ago
reger
7c6d6cd69a
change some more submit button to bootstrap btn css class
9 years ago
reger
4eb7fb0ee5
just remove debug leftover
9 years ago
reger
45b9bd8403
adjust MultiProtocolURL.protocol detection to handle mailto with "://" in parameters,
...
and feeding hyperlinks to webgraph processing.
9 years ago
reger
67f64af4b4
quick fix: go back to display search results favicon via <img> tag and ViewImage,
...
! until better solution is found !.
Reason: in IE-Browser no individual favicon is displayed with <object> tag
(always the default) and only few individual fav's with Firefox (randomly)
hint: to be able to use <img src=ViewImage/> return of default icon was
added back to it.
relates to http://mantis.tokeek.de/view.php?id=629
9 years ago
reger
dec3e6ad96
fix: adjust urlstub for mailto links
...
(skip protocol)
9 years ago
reger
0c5548a7ff
fix (todo) remove redundant holding of email link nameproperty in parser document
9 years ago
reger
71c416f383
show mailto links in ViewFile.html linklist
9 years ago
luc
befb2415f8
Corrected frames preview displaying eventually incorrectly in local
...
administration mode.
9 years ago
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
Michael Peter Christen
967508a87d
fix in error handling
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.
9 years ago
luc
5eafce5577
Rendering performance improvement : use EncodedImage constructor with
...
BufferedImage parameter to avoid re-rerendering BufferedImage.
9 years ago
luc
bc6c79fc12
Corrected scaling function for non RGB images.
9 years ago
luc
7f27683831
Correction erreur de compilation.
9 years ago
luc
07437986e7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 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.
9 years ago
reger
d08e421809
fix link to logo (yacysearch.xsl)
9 years ago
luc
f01d49c37a
Process large or local file images dealing directly with content
...
InputStream.
9 years ago
luc
bfe51001e3
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
7bf03856d1
add link to quick select blacklist
...
from title list
9 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
9 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
9 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
9 years ago
luc
745e97a575
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
a60b1fb6c2
differentiate api call getLocalPort() from getConfigInt()
9 years ago
reger
02afba730e
fix detection of https port changed after set in System Admin
9 years ago
luc
e90e1f165d
Avoid returning an empty image when target encoding is not supported or
...
when an error occured while encoding.
9 years ago
luc
aa70ff4ff6
Corrected images alpha channel rendering
9 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
Michael Peter Christen
3c31bf845f
fix for latest merge
10 years ago
luc
5578886f6f
Merge branch 'master' of https://github.com/luccioman/yacy_search_server.git
10 years ago
reger
2951c9fc40
remove unused check for known fileextension in searchtrailer
...
(check is done on add to filetype-nav)
10 years ago
reger
733d725dec
limit css scrolling to result/content window x
...
from pull request #10
10 years ago
Burkhard
4c38083a11
Merge pull request #10 from Raegdan/raegdan-css-layout-fix
...
Fixed CSS scrolling
10 years ago
luccioman
a7179138ce
Returned again to main repository location : does anyone want to
...
consider mantis 597 ? (http://mantis.tokeek.de/view.php?id=597 )
10 years ago
luccioman
199b2ce52d
Translator refactoring : to simplify locale files writing, process keys
...
as simple string and no more as regular expressions.
Updated all locale files to adapt to refectored Translator : removed
useless escaped characters and did minor corrections.
Performed minor syntax corrections on some html source files.
Added an util to translate all html source files with all locales
without launching full YaCy application.
Corrected main arguments parsing on other translation utils.
10 years ago
luccioman
4dd9c0d5d9
Merge from main repository
10 years ago
Michael Peter Christen
0a37d8af89
in case that a site crawl is started for urls with file:// path, the
...
host filter does not work because there is no host given in such urls.
In that case, patch the filter to be a sub-path filter.
10 years ago
luccioman
9df249296a
Return to mai repository version
10 years ago
luccioman
c1d937a90c
Merge branch 'master' of ssh://git@github.com/yacy/yacy_search_server
10 years ago
reger
7c1da173e0
fix missing license in image search
...
see http://mantis.tokeek.de/view.php?id=522
10 years ago
luccioman
918ef72bbe
Corrected br markup
10 years ago
luccioman
f88bb2277e
Corrected bookmark link title
10 years ago
luccioman
802ea66d19
Merge branch 'master' of ssh://git@github.com/yacy/yacy_search_server
10 years ago
reger
5297e80cda
fix missing onclick in ConfigPortal
...
to enable checkbox
10 years ago
luccioman
70e483ecc6
Merge branch 'master' of ssh://git@github.com/yacy/yacy_search_server
10 years ago
sixcooler
87e4abe393
fight the fieldcache by usind DocValues: in Solr-5.x the fieldcache has
...
moved and was not cleared anymore. This results in an huge fieldcache.
(http://lucene.apache.org/#highlights-of-the-lucene-release-include
https://issues.apache.org/jira/browse/LUCENE-5666 )
Here I try to use DovValues where it is possible.
For this I used the Api-Scheme as new basis für the Solr-Schema.
This needs at least a complete optimization of the Solr-Index to get a
smaller FieldCache.
Everything that is indexed with these setting will not use the
Fieldcache at all.
10 years ago
luccioman
67799ce867
Updated translation of index.html, yacysearch.html and
...
simpleheader.template, corrected some special characters not written as
HTML entities.
10 years ago
Michael Peter Christen
df3314ac1a
added a new facet type based on a probabilistic classifier using
...
bayesian filters. This can be used to classify documents during
indexing-time using a pre-definied bayesian filter.
New wordings:
- a context is a class where different categories are possible. The
context name is equal to a facet name.
- a category is a facet type within a facet navigation. Each context
must have several categories, at least one custom name (things you want
to discover) and one with the exact name "negative".
To use this, you must do:
- for each context, you must create a directory within
DATA/CLASSIFICATION with the name of the context (the facet name)
- within each context directory, you must create text files with one
document each per line for every categroy. One of these categories MUST
have the name 'negative.txt'.
Then, each new document is classified to match within one of the given
categories for each context.
10 years ago
Michael Peter Christen
dbbad23e12
removed warnings
10 years ago
reger
9e4043731d
add missing ; in base.css
10 years ago
Michael Peter Christen
de8cfbe1d7
added export option to export the fulltext of the search index text only
10 years ago
Kirill Fomchenko
ab22a32c09
Fixed CSS scrolling
...
When the sidebar on search page becomes scrollable, the scrollbar shrinks the sidebar and makes the search results weirdly scrollable on X axis by several pixels. Now the sidebar always have a scrollbar, and results are never X-scrollable.
10 years ago
Michael Peter Christen
785781253e
added jsonp to suggest servlet
10 years ago
reger
821262a179
add CommonPattern for multiple spaces
...
to eliminate empty split words on following spaces
10 years ago
Michael Peter Christen
f901e7d3cf
fix for non-authorized view of IndexBrowser: show only the number of
...
non-failure documents
10 years ago
Michael Peter Christen
3c4c69adea
fix for
...
- bad regex computation for crawl start from file (limitation on domain
did not work)
- servlet error when starting crawl from a large list of urls
10 years ago
Michael Peter Christen
1fec7fb3c1
suppress access to solr when doing search suggestions in case that the
...
index has more than two million documents. This protects the index from
beeing flooded with search requests that cannot be resolved before the
real search query has to be computet.
10 years ago
Michael Peter Christen
886fca2260
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen
694b22f165
migration to Solr 5.2: huge benefits - this is a lot faster!
...
This is a very complex migration: many classes had been renamed or
removed, dependencies changed and the solr index type is now aligned to
be a solr cloud repository.
Together with the Solr 5.2 library update, one other dependent library
had been updated as well: httpclient 4.4->4.4.1
Older indexes are migrated from 4_10 to 5_2. However, the new index
structure is more efficient and we recommend to re-index everything.
Please use the index export before you do the update to a large
surrogate xml file. After the update, start with an empty index and then
initialize this with your dump.
10 years ago
Michael Peter Christen
6c2e6f1f37
remove redundant code
10 years ago
Michael Peter Christen
9c12555be5
added link to Snapshots in search results if the snapshot exists and
...
option is set in ConfigSearchPage_p
(this is a stub: we also need a visualization of pdf files!)
10 years ago
reger
72f6a0b0b2
enhance recrawl job
...
- allow to modify the query to select documents to process (after job has started)
- allow to include failed urls (httpstatus <> 200)
10 years ago
Michael Peter Christen
e0a23c56c7
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen
fb9e1dd3f5
servlet for latest commit
10 years ago
reger
7478338a40
remove augmented parsing activation from frontend
...
experimental implementation not used and based on error prone experimental rdfaparser
10 years ago
reger
11aa2edfe1
remove RDFa parser activation from frontend
...
reason: experimental implementatin of RDFa parser not executed (limited to special urls) but may cause error on normal html parsing due to a inputstream.reset
10 years ago
Michael Peter Christen
ff11ac89f7
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen
5e2d23b7a0
removed the new index export method from the IndexControlURLs_p.html
...
servlet and moved it to a new /IndexExport_p.html servlet. This servlet
is now more prominent linked in the main menu under Production -> Index
Export/Import
10 years ago
reger
49b79987c9
remove obsolete searchfl work table
...
was used to register urls with not complete words in snippet but is never accessed
10 years ago
Michael Peter Christen
b43811d38c
added surrogate import process for exported solr dumps.
...
Just throw your solr dump file into DATA/SURROGATES/in/ and it will be
imported!
10 years ago
Michael Peter Christen
eec78e1b0c
added intensity option to graphics
10 years ago
Michael Peter Christen
c7576d6028
added a full solr export to the IndexControlURLs_p.html servlet. The
...
export function is also now the default export option. The export file
format for a full solr export is very similar to a solr search result
xml, only the <lst name="responseHeader"> tag is missing.
The exported xml has a special line termination feature: all documents
will be exported into a single line without any CR in between. That
means that every document is completely inside a single line. While this
is not readable at all for humans, it is very useful for linux line
processing scripts, like grep. Using grep it will be easy to select
single documents which match for a given pattern.
Such dumps shall be importable with the DATA/SURROGATE/in import
function, but that import is not yet adopted to the new file format.
10 years ago
Michael Peter Christen
47682bf467
fix for unresolved pattern
10 years ago
Michael Peter Christen
197f7449e5
All entities of crawl profiles are now editable in the crawl profile
...
editor.
10 years ago
reger
1d8e1e4bac
- Image search expand box, adjust javascript hs padtominsize parameter, to make sure expand box doesn't shrink on small images
...
- asure ImageResult.imagetext has value for the link text (use filename if no alt text given)
10 years ago
reger
000dde9511
Eleminate duplication of values for search ResultEntry
...
by instatiation from URIMetadataNode, by eleminating differentiation of ResultEntry/URIMetadataNode.
- moved remaining ResultEntry functionallity to URIMetadataNode
- for 1:1 functionallity added a function makeResultEntry()
- removed ResultEntry
- refactored related code
Main difference is after makeResultEntry the text_t content is removed and alternative title/url strings for display are calculated.
Main difference left is, that
10 years ago
reger
3d53da8236
refactor ResultEntry to be based on MetadataNode/SolrDocument
...
to share/reuse common access routines
10 years ago
reger
17e820cfd7
use doctype() in ViewFile to choose display routines
...
in preference of getfileExtension()
10 years ago
reger
aa83931765
Convert content charset for display via CacheResource_p
...
Cached resource charset encoding might not fit to internal handling (using utf-8),
convert resource to utf-8
see http://mantis.tokeek.de/view.php?id=576
10 years ago
reger
3e742d1e34
Init remote crawler on demand
...
If remote crawl option is not activated, skip init of remoteCrawlJob to save the resources of queue and ideling thread.
Deploy of the remoteCrawlJob deferred on activation of the option.
10 years ago
Michael Peter Christen
dbf9e3503d
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen
8b1a30be50
removed a -UNRESOLVED_PATTERN-
10 years ago
Michael Peter Christen
9938c81378
fix for division by zero
10 years ago
reger
ace71a8877
Initial (experimental) implementation of index update/re-crawl job
...
added to IndexReIndexMonitor_p.html
Selects existing documents from index and feeds it to the crawler.
currently only the field fresh_date_dt is used determine documents for recrawl (fresh_date_dt:[* TO NOW-1DAY]
Documents are added in small chunks (200) to the crawler, only if no other crawl is running.
10 years ago
Michael Peter Christen
f810915717
added crawl start from a clone with very, very large url: they are now
...
encoded as post submit form inside a javascript creation function.
10 years ago
reger
609c52e987
refactor getBookmark
...
to consistenly check existance by != null (w/o throwing exception on not found)
10 years ago
reger
5f4d35437e
add bookmark.query to edit form
10 years ago
reger
89124335c4
update bookmark autosearch description
...
- add german translation
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
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
cf1fc7f700
harmonize filesearch input box layout
10 years ago
Michael Peter Christen
e334a06370
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
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
0d365e67a5
Merge pull request #2 from Scarfmonster/master
...
English Synonyms and small fixes
10 years ago