Michael Peter Christen
c716648c78
enhanced json encoding of strings
9 years ago
Michael Peter Christen
6139bd85a8
fix for broken facet names
9 years ago
Michael Peter Christen
5060f9fee9
fix for too long snippets
9 years ago
Michael Peter Christen
8681cee3f3
fix for bad comma
9 years ago
Michael Peter Christen
db6d8fc197
fix for bad json
9 years ago
Michael Peter Christen
8f4a341735
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
9934f546bb
added default fl to solr query, removed large texts retrieval and
...
changed snippet to description tag if no other description is available
9 years ago
reger
120bf7e6e2
implemented RWI WordReference to return the word position value (was always left empty)
...
This is needed and enables existing word position ranking for RWI.
The upcoming concurrency issue in word position min/max calculation were eliminated
by iterator.hasHext check before next() access.
9 years ago
luccioman
43ba23335b
Merge pull request #65 from luccioman/docker
...
Docker : enable HTTPS support
9 years ago
luccioman
64fdf7e861
Merge remote-tracking branch 'origin/master' into docker
...
Conflicts solved:
docker/Readme.md
9 years ago
reger
e310ec5f70
fix posInText ranking calculation to score 0 on no position info
...
+ fix Word posInText calc in Tokenizer to start with 1
+ test case
9 years ago
luccioman
d14a9ee918
Merge pull request #72 from luccioman/dist_macOS
...
YaCy Mac OS bundle : store data in the right place
9 years ago
luccioman
74f9927ddc
Merge remote-tracking branch 'origin/master' into dist_macOS
9 years ago
reger
51c077f493
adjust the getTopics() and getTopicNavigator() to current useage
...
- move the maxcount limit restriction completely to getTopicNavigator (as there not used in getTopics)
- let search servlet use getTopics by default (w/o RWI connected check, as of now, Topics are available w/o any additional index interaction)
9 years ago
reger
39dd244693
fix ConcurrentScoreMap.set() calculation of totalCount()
...
+ test case
9 years ago
reger
ebf818ad95
log a error on aborted news publish (due to duplicate news.id)
...
+ change printed err msg to log entry in PeerAction.processPeerArrival
9 years ago
reger
f34b493ab6
fix fr.lng (missing quotes)
...
broke sentence appart to reduce inclusion of coding tags in translation
9 years ago
reger
a2777903d6
include translation news service in status submenue
...
+ display translation proposal news only for current language (in TransNews servlet)
9 years ago
reger
47391678e7
TranslationNews: take out limitation to send only one text per translated file
...
(to avoid need of repeated publish button hits)
9 years ago
reger
cc2d9dd3f1
reactivate the use of included-in-topwords boost in postRanking
...
+ changed the postRanking to add one score only if word appears more as one time.
+ getTopics() unused code block rem'd (save performace)-> routine needs rework !
9 years ago
luccioman
39ea28adfd
Merged master to dist_macOS branch.
9 years ago
luccioman
8255e91c99
Fixed serverClassLoader.findClass method
...
htroot is a supposed to be a subfolder of appPath and not of dataPath,
as assumed in other places where htroot is loaded. This issue was not
visible when dataPath and appPath are equals.
9 years ago
luccioman
421a6e3a95
Fixed options processing for Mac OS
...
- getopt is BSD style and does not support long options
- fixed typing error inparameter value extracting for all platforms
9 years ago
reger
6801673a07
apply postranking media search boost only on media queries
9 years ago
luccioman
24b8741292
Fix for startup option
...
- Var initialization
- Declaration in getopt
9 years ago
luccioman
1dc4306058
Fixed indentation for better readability.
9 years ago
luccioman
f3f478448b
Explicitely set YaCy data folder when starting in MacOS bundle
9 years ago
reger
7c0f1106a6
upd master.lng for RankingSolr_p.html (add Filter Query txt)
9 years ago
luccioman
8c49a755da
Postprocessing refactoring
...
Added Javadocs to refactored methods.
Added log warnings instead of silently failing some errors.
Only fill collection1hosts when required ( shallComputeCR true).
9 years ago
luccioman
42f45760ed
Refactored postprocessing
...
For easier understanding and performances profiling.
9 years ago
reger
de663be48b
skip resolving of host "<unknown>" in hello servlet
9 years ago
reger
4386e84b55
correct NewPool rentention calculation
...
(was still clearing everything after one day)
9 years ago
reger
e0354a9cf9
master.lng: add language names (ConfigBasic.html)
9 years ago
reger
ec8dd95014
fix deactivation of Russian Thesaurus
9 years ago
Burkhard
4b6f41375a
Merge pull request #69 from Stepanov-Sergey/master
...
to add Russian synonyms
9 years ago
reger
5e72d37f0a
TransNews_p: add ad-hoc translation of target file on positive vote (additon to local translation)
...
+ errmsg on language=default
9 years ago
reger
02129a04dd
upd master.lng (add TransNews_p.html)
9 years ago
reger
8c46cb8e80
-fix Supporter log line (instead of System.out)
...
-TransNews_p.html del debugging text left-over
9 years ago
reger
9462a32244
Added news service for easy, community driven UI translation support.
...
New or modified translation (via /Translator_p.html) can be shared/distributed
via the YaCy internal news service. Remote peers can see and vote on the
translation via the new http://localhost:8090/TransNews_p.html servlet.
A positive vote will add the received translation to the local translation
list and post a voting message to the news service.
(at this no processing of received votings is implemented)
+ fixed the msg service retention time check (NewsPool.automaticProcessP)
9 years ago
reger
290ca9e914
make error msg part of html (allowing translation) instead of hardcoded text
9 years ago
reger
f8d6543a23
Rename class CreateTranslationMaster to TranslationManager and add
...
additional routines and the capability to handle translation maps internally
(to reduce complexity of handling translation maps for calling servelets)
9 years ago
Sergey Stepanov
a9d0c64505
to add Russian synonyms
...
requires health checks
9 years ago
Sergey Stepanov
f0317d6715
to add Russian synonyms
...
requires health checks
9 years ago
reger
19b4509d54
speed-up reading of xlif language file, by using xmlparser (stax) instead of jaxb
...
making xliff-core-1.2-1.1.jar obsolete
9 years ago
reger
5ab8afd4d8
rem some more untranslated text in language files
...
(to proper display in translation editor)
9 years ago
Sergey Stepanov
58cd891147
yacy_search_server from yacy/master
...
merge
9 years ago
Michael Peter Christen
e1fac86f53
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
a9316ceff6
force browser-caching of favicons from search results
9 years ago
Orbiter
e5955ac745
Merge pull request #42 from otteresk/master
...
improve plotting to make better use of y range
9 years ago
Orbiter
503312ca43
Merge pull request #61 from luccioman/heroku_experiments
...
Deploy YaCy on Heroku
9 years ago