reger
7efb66ee10
adjust the WordReference.join wordsintext calc to take the max (instead of sum)
...
The reference is for the same url (add same for title and phrases).
+ del redundant join() procedure
8 years ago
luccioman
71ac0343bb
Merge pull request #71 from luccioman/postprocessing
...
Postprocessing refactoring + fixed a NPE introduced in the master branch.
8 years ago
luccioman
0a9ff14d96
Fixed NullPointerException case and added Javadoc
8 years ago
luccioman
06d4f93d03
Merged master into postprocessing branch
8 years ago
Michael Peter Christen
b73d2db914
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
Michael Peter Christen
25a3c7a6d0
catch exception and write end of object
8 years ago
reger
272cdd496a
reactivate sentence counter in WordTokenizer for phrasepos ranking,
...
by counting punktuation (delivered as 1 char word) again.
8 years ago
Michael Peter Christen
5e165a8150
removed unused imports
8 years ago
Michael Peter Christen
c716648c78
enhanced json encoding of strings
8 years ago
Michael Peter Christen
6139bd85a8
fix for broken facet names
8 years ago
Michael Peter Christen
5060f9fee9
fix for too long snippets
8 years ago
Michael Peter Christen
8681cee3f3
fix for bad comma
8 years ago
Michael Peter Christen
db6d8fc197
fix for bad json
8 years ago
Michael Peter Christen
8f4a341735
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 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
8 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.
8 years ago
luccioman
43ba23335b
Merge pull request #65 from luccioman/docker
...
Docker : enable HTTPS support
8 years ago
luccioman
64fdf7e861
Merge remote-tracking branch 'origin/master' into docker
...
Conflicts solved:
docker/Readme.md
8 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
8 years ago
luccioman
d14a9ee918
Merge pull request #72 from luccioman/dist_macOS
...
YaCy Mac OS bundle : store data in the right place
8 years ago
luccioman
74f9927ddc
Merge remote-tracking branch 'origin/master' into dist_macOS
8 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)
8 years ago
reger
39dd244693
fix ConcurrentScoreMap.set() calculation of totalCount()
...
+ test case
8 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
8 years ago
reger
f34b493ab6
fix fr.lng (missing quotes)
...
broke sentence appart to reduce inclusion of coding tags in translation
8 years ago
reger
a2777903d6
include translation news service in status submenue
...
+ display translation proposal news only for current language (in TransNews servlet)
8 years ago
reger
47391678e7
TranslationNews: take out limitation to send only one text per translated file
...
(to avoid need of repeated publish button hits)
8 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 !
8 years ago
luccioman
39ea28adfd
Merged master to dist_macOS branch.
8 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.
8 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
8 years ago
reger
6801673a07
apply postranking media search boost only on media queries
8 years ago
luccioman
24b8741292
Fix for startup option
...
- Var initialization
- Declaration in getopt
8 years ago
luccioman
1dc4306058
Fixed indentation for better readability.
8 years ago
luccioman
f3f478448b
Explicitely set YaCy data folder when starting in MacOS bundle
8 years ago
reger
7c0f1106a6
upd master.lng for RankingSolr_p.html (add Filter Query txt)
8 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).
8 years ago
luccioman
42f45760ed
Refactored postprocessing
...
For easier understanding and performances profiling.
8 years ago
reger
de663be48b
skip resolving of host "<unknown>" in hello servlet
8 years ago
reger
4386e84b55
correct NewPool rentention calculation
...
(was still clearing everything after one day)
8 years ago
reger
e0354a9cf9
master.lng: add language names (ConfigBasic.html)
8 years ago
reger
ec8dd95014
fix deactivation of Russian Thesaurus
8 years ago
Burkhard
4b6f41375a
Merge pull request #69 from Stepanov-Sergey/master
...
to add Russian synonyms
8 years ago
reger
5e72d37f0a
TransNews_p: add ad-hoc translation of target file on positive vote (additon to local translation)
...
+ errmsg on language=default
8 years ago
reger
02129a04dd
upd master.lng (add TransNews_p.html)
8 years ago
reger
8c46cb8e80
-fix Supporter log line (instead of System.out)
...
-TransNews_p.html del debugging text left-over
8 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)
8 years ago
reger
290ca9e914
make error msg part of html (allowing translation) instead of hardcoded text
8 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)
8 years ago
Sergey Stepanov
a9d0c64505
to add Russian synonyms
...
requires health checks
8 years ago