reger
82d81a57bd
info msg if no embedded Solr http://bugs.yacy.net/view.php?id=279
12 years ago
reger
f0575bd44b
FieldReIndex: omit active vocabulary fields from reindex detection
12 years ago
reger
a5019bc470
make Vocabulary Navigator tags a hard result entry filter
...
by checking vocabulary tags also for rwi results (currently a filter is applied to the solr query)
TODO: as vocabularies are only locally valid, auto-switch to Searchdom.LOCAL could be considered.
12 years ago
reger
a67a4b7d86
improve tld: query modifier filter pattern (to prevent tld:net accepting www.abcinet.org)
12 years ago
reger
02fe8b43ba
Field Re-Indexing: display list of fields in reindex queue
...
change servlet to display statistic on 1st click (instead after refresh)
12 years ago
sixcooler
7f501b7c38
clear some caches before reporting low Memory
...
do not break lines in Network-table-rows
12 years ago
reger
b355dd52c6
Index Administration - Field Re-Indexing: exclude internal Solr _version_ field from obsolete field check
12 years ago
sixcooler
1bc6003057
rise autoCommit maxTime to 3 Minutes to reduce IO
...
lower mergeFactor again (5) for less segments
12 years ago
sixcooler
5189620026
add branch to packet-name if not build from master
12 years ago
reger
070bf85b33
css fix for IE10 showing border on all img within <a /> tag since introduction of external link icon (commit 112836dcc9
)
12 years ago
sixcooler
8a96140f92
fix / workaround for
...
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=4750
+ Seed.hash should be final
12 years ago
Michael Peter Christen
c0ff91b9a8
bugfix release 1.62
12 years ago
Michael Peter Christen
2674d28ef4
protection against self-ping (may be cause by fraud attempts)
12 years ago
orbiter
944ae5686c
added donation plea to the about box as default (you can replace this in
...
your peer!)
12 years ago
orbiter
f3d001c7ab
more space in the about section
12 years ago
Michael Peter Christen
e879b97b0a
added line to enhance debugging
12 years ago
Michael Peter Christen
2857499467
fix to collection schema; bug appeared for _txt fields with empty String
...
as content
12 years ago
Michael Peter Christen
dbfa865700
added a stub of a class for crawler redesign
12 years ago
Michael Peter Christen
76afcccaaf
fix for default boolean post values: the default value MUST NOT be TRUE,
...
because it's normal that a boolean value is missing in the post argument
if a checkbox is not selected.
Added also some style enhancements to IndexFederated, removed the Solr
attachment manual and replaced it with a link to the wiki which explains
this in more detail.
12 years ago
orbiter
252c525709
fixed feed api servlet and and enhanced RSSReader class
12 years ago
orbiter
d38c3c14d8
fix for CGI test
12 years ago
Marc Nause
112836dcc9
Improved external links.
...
*) image links will not be marked (if they have class "yacylogo" or
"forceNoExternalIcon")
*) external links in menu on left (and "fork me"-banner) will open in
new tab/window now
12 years ago
Marc Nause
d64a094f0e
External links in HTML interface are marked as external with small icon.
...
*) added new icon
*) added CSS rules to mark all external links except search results
(target="_self")
12 years ago
Michael Peter Christen
31902f54df
fix for NPE which happens within solr code at MultiMapSolrParams.java,
...
line 52 in case that the array arr.length == 0
12 years ago
Michael Peter Christen
5b7c0d0745
update to pdfbox 1.8.2
12 years ago
Michael Peter Christen
f13df9dbb6
migration to solr 4.4.0
12 years ago
Michael Peter Christen
dc1002e511
cleaned sourcepaths from eclipse classpath
12 years ago
Michael Peter Christen
1b09362949
next development cycle
12 years ago
Michael Peter Christen
58fe986cca
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
cf12835f20
replaced the single-text description solr field with a multi-value
...
description_txt text field
12 years ago
sixcooler
7d53ac86a3
fix for Blacklist (-Administration)
12 years ago
reger
f2d99053ed
Field Re-Indexing: prevent endless error loop in ReindexSolrBusyThread on Solr exception (by skipping query causing the exception)
...
(occured during testing while working on q=store:[* TO *])
12 years ago
reger
92d3f71b16
htmlParser: closes input stream -> changed it to leave it open for a reset (used by AugmentParser - even if this is practically not used),
...
note: stream.close is done by caller (Textparser.parseSource)
- removed unnecessary reset in AugmentParser
- added stream.mark in tdfatripleimpl. to make stream.reset work here
12 years ago
orbiter
f117ea0492
reverted start script options - yacy on windows did not start with the
...
given values
12 years ago
orbiter
87cfeaa4f3
fix for npe
12 years ago
orbiter
268a36aaff
emergency fix for crawler: this will otherwise cause loss of complete
...
crawl queue if latency of remote system is too low
12 years ago
orbiter
743e4878a8
Release 1.6
12 years ago
orbiter
e7fcb81cea
we should not do too much greedylearning at this time as we don't have
...
enough experience with it. set greedylearning.limit.doccount to a much
lower limit.
12 years ago
orbiter
d05e0c5368
wait a bit longer before doing the first peer ping
12 years ago
orbiter
f425b2c61c
re-try to fetch url after a soft commit
12 years ago
orbiter
b8f57f7703
don't be noisy when doing background tasks that may be allowed to fail
12 years ago
orbiter
bf0ad04e1b
apply load limitation also to dht-in
12 years ago
Roland Haeder
0343f0668c
Fix for NPE:
...
E 2013/07/26 20:29:29 BUSYTHREAD Runtime Error in
serverInstantThread.job, thread
'net.yacy.search.Switchboard.cleanupJob': null; target exception: null
java.lang.NullPointerException
at
net.yacy.search.schema.CollectionConfiguration.convergenceStep(CollectionConfiguration.java:1116)
at
net.yacy.search.schema.CollectionConfiguration.postprocessing(CollectionConfiguration.java:897)
at net.yacy.search.Switchboard.cleanupJob(Switchboard.java:2296)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
net.yacy.kelondro.workflow.InstantBusyThread.job(InstantBusyThread.java:107)
at
net.yacy.kelondro.workflow.AbstractBusyThread.run(AbstractBusyThread.java:165)
Conflicts:
source/net/yacy/search/schema/CollectionConfiguration.java
12 years ago
Roland Haeder
b58ca8622d
Some cleanups:
...
- added SKINS_PATH_DEFAULT as same as LISTS_PATH_DEFAULT was added
- Added 'final' keyword to a string
12 years ago
Roland Haeder
e2ee412160
Use SwitchboardConstants.LISTS_PATH_DEFAULT instead of 'DATA/LISTS'
...
Conflicts:
htroot/api/blacklists_p.java
12 years ago
Roland Haeder
ae19401af0
Removed another duplicate occurance of Blacklist.BLACKLIST_FILENAME_FILTER
12 years ago
Roland Haeder
59225487ea
Fix for blacklist export, also applied the filename filter here
12 years ago
Roland Haeder
952fc0e7bd
Removed superfluous check for files ending '.black' as the previous commit already excluded all other files (e.g. .ser dumps), added logging in catch-all block
12 years ago
Roland Haeder
060fec1577
Reuse Blacklist.BLACKLIST_FILENAME_FILTER
12 years ago
Roland Haeder
29049c71f5
Possible fix for ticket http://bugs.yacy.net/view.php?id=270 , the filter for only including *.black must be applied
12 years ago