Commit Graph

6596 Commits (705f147820dd8dab77c74a1fed1fe4568651b0d3)

Author SHA1 Message Date
orbiter 214a087cdf Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen 96ed0c980e - added hosthash to all documents (also fail documents which is needed
11 years ago
Michael Peter Christen 179ad281f9 close include byte buffer after usage
11 years ago
reger 52dd491c04 fix not necessary use of DigestURL
11 years ago
reger 6b9a624808 remove double declaration of TLD_any_zone_filter
11 years ago
reger 5111841e5b - reduce Jetty debug logging
11 years ago
reger bc6ebb3c06 adjust to DigestURI changes from master to DigestURL
11 years ago
reger 561cbc7ee2 use more YaCy HeaderFramework constants (instead of Jetty's)
11 years ago
reger 5c4ba9b5db merge rc1 master
11 years ago
reger 70c51775ae Merge remote-tracking branch 'origin/master' into jetty
11 years ago
reger 4b77733e59 implement a YaCyDefaultServlet to handle YaCy-servlets within Jetty server
11 years ago
orbiter d2effd21db fix for npe during location search
11 years ago
orbiter 828603e4f1 fix for 100%CPU problem in error cache cleaning process
11 years ago
orbiter c64b51134e hack to add all tokens from the url to text_t. This was working for the
11 years ago
orbiter 6e8377b8ad do not check all words with synonym library if the library is empty
11 years ago
orbiter 70ba74b23a disabled ipv4 preference to enable ipv6-only networks like freifunk
11 years ago
orbiter f3be1930cb CPU problem when pusing to the error cache; wrong class,
11 years ago
Michael Peter Christen e40671ddb7 better and consistent deletions for error urls
11 years ago
Michael Peter Christen 2602be8d1e - removed ZURL data structure; removed also the ZURL data file
11 years ago
Michael Peter Christen 31920385f7 set anchor rel attribute of all links to "nofollow" if the html meta
11 years ago
reger 9619b8743c add Solr Servlet
11 years ago
Michael Peter Christen 57e00baf26 fix for parsing of image links inside of anchor links (image-links)
11 years ago
Michael Peter Christen 61c5e40687 - replaced the properties object in AnchorURL with distinct variables
11 years ago
Michael Peter Christen 3ea9bb4427 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen 5e31bad711 - the webgraph shall store all links which appear on a web page and not
11 years ago
reger 13fc86c960 Merge remote-tracking branch 'origin/master' into jetty
11 years ago
reger f7f86d8a5d update to Jetty 9 jars
11 years ago
reger 603368fc3e remove redundant declaration of USER_AGENT
11 years ago
reger bd71b14d25 add mandatory p2p parameter to templatePattern
11 years ago
reger b8da176c5d adjust setHandled to request of call parameter
11 years ago
reger 127adbf5cf remove references to 10_http thread (legacy http server)
11 years ago
Michael Peter Christen 1a8c64117f decreased the responseHeaderDB database which is now flushed more
11 years ago
reger 36b7159282 - remove double initialization of jetty
11 years ago
reger 63ed04260a Merge remote-tracking branch 'origin/master' into jetty
11 years ago
Michael Peter Christen 35ab2cef7b added parsing of 'date', 'dc:date', 'dc.date' and 'last-modified' in
11 years ago
reger 2ee68f76f6 added read parameter from multi-part form fields (to nasty quick-fix)
11 years ago
Michael Peter Christen 9cc8468b30 added tools to visualize image generation (i.e. during testing)
11 years ago
reger 105cf8f593 changes to adjust jetty to recent code changes
11 years ago
reger aafef72a8a merged current rc1/master into jetty branch to allow further development with latest version
11 years ago
Michael Peter Christen dbef8ccfcb forced deletion of ZURL entries for a specific host for each host that
11 years ago
Michael Peter Christen e137ff4171 refactoring (im preparation for new removeHost method)
11 years ago
Michael Peter Christen 7a5574cd51 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen 85456f46b2 added two new fields, exact_signature_copycount_i and
11 years ago
orbiter 26366596d9 fix for a problem which ocurres when a site is crawled where the start
11 years ago
Michael Peter Christen a2511b5600 turned images_alt_txt back to images_alt_sxt because it is not necessary
11 years ago
Michael Peter Christen 85b1922244 activated image type navigation for image search
11 years ago
Michael Peter Christen 9e12fdff23 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen ab1201fdfd fixed wrong facet count
11 years ago
Michael Peter Christen 049c3b3f2e added an option to exclude image search results from text search. This
11 years ago
Michael Peter Christen 69f85265e1 added an option to put image links to the crawl queue and handle these
11 years ago
Michael Peter Christen e8e558a9b7 fix for content domain classification in URIMetadataNode
11 years ago
Michael Peter Christen a8c5bfcf58 avoid to create unnecessary objects
11 years ago
Michael Peter Christen 5a0de1b77d moving image description text to image text field
11 years ago
Michael Peter Christen dc179bd61f fix for catchall query goal for image search
11 years ago
reger 392174de8c remove all_words, all_strings lists from QueryGoal
11 years ago
Michael Peter Christen 169ef8963d one more fix for image search
11 years ago
Michael Peter Christen cb85b22725 redesign of the image search process (with much better results,
11 years ago
reger 29967102a2 optimized QueryGoal (reducing mem and computation by removing all_hashes)
11 years ago
orbiter f106345eef link strings should not be tokenized
11 years ago
orbiter deadeb406e image alt tag strings should be tokenized
11 years ago
reger d0e78082d1 return field names in index instead of in schema for SolrServerConnector.getFields
11 years ago
Michael Peter Christen 1a3e42eca4 index migration to lucene 4.4
11 years ago
Michael Peter Christen a88a62f7aa added a feature to set a collection for a crawl result based on a
11 years ago
Michael Peter Christen 3c5abedabf NPE during shutdown fix
11 years ago
Michael Peter Christen e4cbe9232d fixed a crawler bug where a double-occurring url was not re-crawled
11 years ago
Michael Peter Christen 765943a4b7 Redesign of crawler identification and robots steering. A non-p2p user
11 years ago
Michael Peter Christen 0f3d8890db removed an assert which causes a shortcut call circuit
11 years ago
Michael Peter Christen 6d5fefe060 added missing files :(
11 years ago
Michael Peter Christen 554c0351dd fix for http://bugs.yacy.net/view.php?id=286
11 years ago
Michael Peter Christen 47b1c81d08 - refactoring
11 years ago
Michael Peter Christen 1c62fa7698 fix for bad snippets in gsa api
11 years ago
Michael Peter Christen 697613170d less logging for postprocessing (this was a debugging logging with high
11 years ago
reger b4016ff324 - remove possible double initialization of rdfa parser
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
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
11 years ago
sixcooler 7f501b7c38 clear some caches before reporting low Memory
11 years ago
reger b355dd52c6 Index Administration - Field Re-Indexing: exclude internal Solr _version_ field from obsolete field check
11 years ago
sixcooler 8a96140f92 fix / workaround for
11 years ago
Michael Peter Christen 2857499467 fix to collection schema; bug appeared for _txt fields with empty String
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,
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
Michael Peter Christen 31902f54df fix for NPE which happens within solr code at MultiMapSolrParams.java,
11 years ago
Michael Peter Christen f13df9dbb6 migration to solr 4.4.0
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
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)
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),
11 years ago
orbiter 87cfeaa4f3 fix for npe
11 years ago
orbiter 268a36aaff emergency fix for crawler: this will otherwise cause loss of complete
11 years ago
orbiter d05e0c5368 wait a bit longer before doing the first peer ping
11 years ago
orbiter b8f57f7703 don't be noisy when doing background tasks that may be allowed to fail
11 years ago
Roland Haeder 0343f0668c Fix for NPE:
11 years ago
Roland Haeder b58ca8622d Some cleanups:
11 years ago
Roland Haeder 7263bb82fb Fix for NPE on shutdown:
11 years ago
Roland Haeder 13433d41a1 Log this exception better
11 years ago