Michael Peter Christen
47b1c81d08
- refactoring
...
- generalized writing of url attributes to solr documents
- added more url attributes to error documents
11 years ago
Michael Peter Christen
e6b423c4d9
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
reger
94bec24d14
add back menu to Surftips page (currently no menu is displayed)
11 years ago
Michael Peter Christen
1f299b0d42
removed link.gif as link button because this image is now shown
...
automatically for expernal links
11 years ago
Michael Peter Christen
1c62fa7698
fix for bad snippets in gsa api
11 years ago
Michael Peter Christen
48ddd50a6c
html fix
11 years ago
Michael Peter Christen
697613170d
less logging for postprocessing (this was a debugging logging with high
...
CPU load)
11 years ago
reger
96ae332427
revert del _blank (last commit) in template
11 years ago
reger
43348a98a9
add some href target=_blank to ext. links with external icon
11 years ago
reger
b4016ff324
- remove possible double initialization of rdfa parser
...
- use ordered list to use preferred parser for mime/extension first (relates to html, rdfa, argument parser)
- harmonize xhtml extension config for the 3 html base parsers
11 years ago
reger
82d81a57bd
info msg if no embedded Solr http://bugs.yacy.net/view.php?id=279
11 years ago
reger
f0575bd44b
FieldReIndex: omit active vocabulary fields from reindex detection
11 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.
11 years ago
reger
a67a4b7d86
improve tld: query modifier filter pattern (to prevent tld:net accepting www.abcinet.org)
11 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)
11 years ago
sixcooler
7f501b7c38
clear some caches before reporting low Memory
...
do not break lines in Network-table-rows
11 years ago
reger
b355dd52c6
Index Administration - Field Re-Indexing: exclude internal Solr _version_ field from obsolete field check
11 years ago
sixcooler
1bc6003057
rise autoCommit maxTime to 3 Minutes to reduce IO
...
lower mergeFactor again (5) for less segments
11 years ago
sixcooler
5189620026
add branch to packet-name if not build from master
11 years ago
reger
070bf85b33
css fix for IE10 showing border on all img within <a /> tag since introduction of external link icon (commit 112836dcc9
)
11 years ago
sixcooler
8a96140f92
fix / workaround for
...
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=4750
+ Seed.hash should be final
11 years ago
Michael Peter Christen
c0ff91b9a8
bugfix release 1.62
11 years ago
Michael Peter Christen
2674d28ef4
protection against self-ping (may be cause by fraud attempts)
11 years ago
orbiter
944ae5686c
added donation plea to the about box as default (you can replace this in
...
your peer!)
11 years ago
orbiter
f3d001c7ab
more space in the about section
11 years ago
Michael Peter Christen
e879b97b0a
added line to enhance debugging
11 years ago
Michael Peter Christen
2857499467
fix to collection schema; bug appeared for _txt fields with empty String
...
as content
11 years ago
Michael Peter Christen
dbfa865700
added a stub of a class for crawler redesign
11 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.
11 years ago
orbiter
252c525709
fixed feed api servlet and and enhanced RSSReader class
11 years ago
orbiter
d38c3c14d8
fix for CGI test
11 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
11 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")
11 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
11 years ago
Michael Peter Christen
5b7c0d0745
update to pdfbox 1.8.2
11 years ago
Michael Peter Christen
f13df9dbb6
migration to solr 4.4.0
11 years ago
Michael Peter Christen
dc1002e511
cleaned sourcepaths from eclipse classpath
11 years ago
Michael Peter Christen
1b09362949
next development cycle
11 years ago
Michael Peter Christen
58fe986cca
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
cf12835f20
replaced the single-text description solr field with a multi-value
...
description_txt text field
11 years ago
sixcooler
7d53ac86a3
fix for Blacklist (-Administration)
11 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 *])
11 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
11 years ago
orbiter
f117ea0492
reverted start script options - yacy on windows did not start with the
...
given values
11 years ago
orbiter
87cfeaa4f3
fix for npe
11 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
11 years ago
orbiter
743e4878a8
Release 1.6
11 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.
11 years ago
orbiter
d05e0c5368
wait a bit longer before doing the first peer ping
11 years ago
orbiter
f425b2c61c
re-try to fetch url after a soft commit
11 years ago