luccioman
7d5ba2afa4
Added some JavaDoc and moved crawlStacker close at the right place.
8 years ago
luccioman
8edbcd8ad4
Log eventual Solr instances close errors.
...
We do not want to block on this kind of error, but this should not
silently fail as it may have later consequences.
8 years ago
reger
330768c8a2
fix for solr write.lock after mode change http://mantis.tokeek.de/view.php?id=686
...
The embedded core holds a lock on the index and must be closed. Earlier commit
comment states that core should be closed with solr instance instead on close
of connector.
Adjusted the InstanceMirror.close() to take care of closing the embedded
instance to release the lock.
In 2 routines of fulltext this was already explicite implemented (disconnectLocalSolr).
Now this disconnect is part of the InstanceMirror.close().
8 years ago
reger
11786457b7
add test case for EmeddedSolrConnector close()
...
for issue http://mantis.tokeek.de/view.php?id=686
(without solving the issue here)
8 years ago
reger
dc25aee84a
fix master.lng entry with targetlang
...
+ add text to api/citation.html
8 years ago
luccioman
52e56025f7
Fixed undefined error case in sorttable.js
...
Occured when a table with class="sortable" has data cells with colspan
attribute greater than 1
8 years ago
reger
585d2a6441
test case: for NewsPool to check the id modificator (for unique id)
...
and observe the distribution order .. hands on.
+ add test/DATA to gitignor
8 years ago
luccioman
de5c873e38
Removed unused JavaScript file docs.min.js
...
This file is used by Bootstrap documentation website
(http://getbootstrap.com/ ) but is not part of the Bootstrap distribution
and has not be included in a Bootstrap based application.
8 years ago
Michael Peter Christen
df51e4ef07
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
8 years ago
Michael Peter Christen
e063aaf97f
enable fuzzy search, solr style (append a ~ to get a fuzzyness on the
...
word)
8 years ago
reger
ff6589fc0f
test case: simulating multi word query for local rwi index
...
Purpose of the test case is to be able to (controlled) analyse the rwi ranking for
multi word searches (with focus on posintext and word-distance ranking)
8 years ago
reger
e990297d2e
avoid NPE on hello message with missing "yourip" key
...
http://mantis.tokeek.de/view.php?id=684
8 years ago
reger
e51ab8c7aa
hack to generate a unique message-id for messages created in the same second
...
by optionally add a 1 second offset counter to the current time (which is
used as the unique id part)
8 years ago
Michael Peter Christen
b82300358a
removed version number check because it does not work any more if
...
version numbers are expressed in a different way as we expect. That
could cause that YaCy does not run on systems which are appropriate but
we simply do not understand the version string.
8 years ago
Michael Peter Christen
2107674999
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
Michael Peter Christen
0d28f563f4
fix for java version "9-ea"
8 years ago
luccioman
24a071e114
Updated compiling section in Readme
8 years ago
reger
3b694b3935
add some javadoc to rwi wordreference distance, position
...
to remember facts for http://mantis.tokeek.de/view.php?id=683
Init missing word position to 0 like in other non text body words
8 years ago
reger
a4465c97d6
as requested, disable/remove old swf parser
...
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5861#p33098
8 years ago
reger
7f63fc50f3
prepare a IndexSegment test case for RWI index testing
...
+ prevent NPE in Segment.clear() on missing embedded solr instance.
8 years ago
reger
96467c5467
remove not needed counter in Tokeninzer (completing last changes)
...
including a small change, word posintext counting.
We remember/store 1st posintext. Previously following words got a handle (posintext)
excluding found. Now it just counts and assigns true posintext as handle (posintext)
8 years ago
luccioman
ce536fe90b
Fixed remaining OpenSearch link name consistency issues
...
Hopefully the last complementary fix related to mantis 679
((http://mantis.tokeek.de/view.php?id=679 )
8 years ago
reger
40442ca3c8
Add title attribute to Translator_p.html edit fields
...
(to display complete text hint)
Thank's @luc
8 years ago
luccioman
dff7805d16
Updated french translation for some admin pages.
8 years ago
luccioman
d66b0f7b7b
Fixed french messages encoding in YaCy tray.
...
Also added the missing french translations.
8 years ago
luccioman
44b4d3984e
OpenSearch short name : made it generic (non internationalized)
...
This ensure consistency between the index link and the
opensearchdescription, even when switching language after having added
your YaCy peer to the browser engines list.
8 years ago
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