Commit Graph

3538 Commits (4eddabee4221f0d8deec55a157b520e1e1c140ce)

Author SHA1 Message Date
reger c9937973e3 unescape MultiProtocolURL getAttributes() return values.
9 years ago
reger 78e8c6f3e5 refactor special handling (static override) of SUPPORTED_EXTENSIONS/MIME_TYPES
9 years ago
reger d54c5d310a add links with image extension not automatically to image links.
9 years ago
reger 851e8f6c8a check jpeg file signature in genericImageParser
9 years ago
reger fb75fea446 use recrawljob w/o sort results by date
9 years ago
reger 43c27aa550 upd to solr/lucene 5.3.1
9 years ago
reger 688f7b2a5c allow/display svg images in image results previews
9 years ago
reger d5330391de remove some unused var allocation in parser
9 years ago
Michael Peter Christen 3d7dd9d3aa follow-up to latest commit: also flush the search cache if all crawls
9 years ago
Michael Peter Christen c737ff235d in case that the include_string contains several entries including
9 years ago
Michael Peter Christen 8e555d79a3 add also 1-character tokens to the token list because that could be also
9 years ago
reger 7c82cd4415 add a end condition to svgParser for wrong content
9 years ago
reger 356d4d1301 remove rdfParser from init (current function identical with genericParser)
9 years ago
reger c647d899e3 add svgParser to parse metadate from svg images
9 years ago
reger bad34804fe optimize parseInt for <img> tag attribute parsing
9 years ago
Michael Peter Christen 6ebc2451a9 Merge pull request #14 from luccioman/master
9 years ago
reger 2f51baff4f check for loading error (includs unsupported formats)
9 years ago
luc 5578886f6f Merge branch 'master' of https://github.com/luccioman/yacy_search_server.git
9 years ago
luc c38d6c1f37 Correction for mantis 535: inurl: parameter doesn't work on URLs with
9 years ago
reger 52e3eb4ce8 harmonize/correct assignment to Ymarkmeta.mime
9 years ago
Michael Peter Christen 87f358058e Fix for index entries which have id's not computed as hash from the url.
9 years ago
reger 3f2b8ab5e5 optionally include mime in p2p url exchange string
9 years ago
reger a3195d78ae add Portuguese month names to date recognition
9 years ago
reger d2cc11ea8f fix html parser taking <style> content as text.
9 years ago
Michael Peter Christen 5f706797cb patch for a bug inside of solr since solr 5.0 when using a boost
9 years ago
reger 7889fc2389 Hack to prevent Solr issue on partial update on a document containing multivalued date field
9 years ago
reger b4cbdea1e7 adapt SolrServerConnector.add to handle error on partial update input document.
9 years ago
reger 98ab655917 on reindex delete index document with invalid url
9 years ago
reger 1e8369e18b use a parsed date in Document.toString
9 years ago
luccioman 199b2ce52d Translator refactoring : to simplify locale files writing, process keys
9 years ago
luccioman 4dd9c0d5d9 Merge from main repository
9 years ago
reger 3428b6f13b improve filtering by filetype navigator.
9 years ago
reger e37a4f0b3d prevent metadata records in index w/o valid url
9 years ago
reger 41c4eade51 extract modification date from vCard (vcfParser)
9 years ago
reger 8768896975 extract lastmodified from openoffice doc
9 years ago
Michael Peter Christen c40c302748 when many crawl queues are generated, this NPE can occur; probably
9 years ago
reger 367fe388b9 fix exception throw after sendError in DefaultServlet
9 years ago
luccioman 9752bd5f88 Added utils to help translation without launching full YaCy application
9 years ago
luccioman 2f0f0180e2 Added a function to list files recursively.
9 years ago
luccioman 7e4c1d2282 Translator refactoring :
9 years ago
reger 802ccaead6 fix init of error cache, use latest faildates => load_date_dt
9 years ago
reger dba7f15073 apply same size constrain on result image from doc
9 years ago
reger 4cf875336c complete TODO: getFileExtension handle dot in query part
9 years ago
sixcooler 87e4abe393 fight the fieldcache by usind DocValues: in Solr-5.x the fieldcache has
9 years ago
reger eaf0e8ff2c start recording/indexing pixel size for image document
9 years ago
reger c33229fc0c check mime prior to ext for metadata modification for images
9 years ago
reger 19f1308bf0 enforce th result images limit to > 16x16px
9 years ago
reger 0e4ba0360b fix NPE on .yacyh result url of disconnected peer
9 years ago
reger 7ed812a2bf log missing seed.port
9 years ago
reger 206883f80d fix: Preserve protocol in url proxy
9 years ago
reger f7b0b3b7b3 avoid runtime exception by earlier testing for seed.ip=null
9 years ago
Michael Peter Christen 906b5fd742 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen 8f90767889 fix for filesystem crawl
9 years ago
sixcooler a3dd4be749 added / corrected charste to be 1.7 compatible.
9 years ago
Michael Peter Christen 8028410ab7 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen df3314ac1a added a new facet type based on a probabilistic classifier using
9 years ago
reger 1409cabe8b exclude more default search fields from text copy to text_t
9 years ago
reger e2e73258ca remove obsolete interface SearchAccumulator
9 years ago
Michael Peter Christen dbbad23e12 removed warnings
9 years ago
Michael Peter Christen 500cfa9457 enhanced logging
9 years ago
Michael Peter Christen c14bc8d9b7 revert of fq transformation (recent fix)
9 years ago
Michael Peter Christen 203df5a750 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
reger fa08ca207e ! finish running crawls before applying !
9 years ago
reger ee77f24e52 use some more declared HeaderFramework constants
9 years ago
Michael Peter Christen 11a848da5a Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen b94bd7f20a a collection of search query enhancements:
9 years ago
reger dbe2594c38 replace deprecated myPublicLocalIP() in AbstractRemoteHandler
9 years ago
reger 6d3534e725 remove unused Transmission hit counter
9 years ago
reger cb67eb7baf use more absolute path for config file opening
9 years ago
Michael Peter Christen 1ccbf739b1 added bayes filter from Philipp Nolte, originally taken from
9 years ago
Michael Peter Christen 1bced1ae60 using latest enhanced (un/)gzip methods from loklak for yacy
9 years ago
Michael Peter Christen 3e6657288d Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen de8cfbe1d7 added export option to export the fulltext of the search index text only
9 years ago
reger 2fb6ebe88a move java environment parameter setting disabling SNI (Server Name Indicator) support for https connections from code to startup script allowing admin to ~easy/transparent alter the YaCy default FALSE setting.
9 years ago
Michael Peter Christen fbeae20b3a try a healing of the cache if the index file is corrupted
9 years ago
Michael Peter Christen 03ea723889 added log lines for query performance profiling
9 years ago
Michael Peter Christen 0e87a99ab8 more fixes for special windows paths
9 years ago
Michael Peter Christen e5b6424eed patch for bad windows file paths
9 years ago
Michael Peter Christen 0aa6fcf259 remove old vocabularies and synonyms before adding new
9 years ago
Michael Peter Christen 289018b559 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen 7b412e8c07 added msg (text emails) format; should be handled by html parser.
9 years ago
reger f91298d3b6 fix one implicit Integer/Long type conversion
9 years ago
reger 821262a179 add CommonPattern for multiple spaces
10 years ago
Ryszard Goń 59096935d0 Use language-detection library for increased accuracy
10 years ago
Michael Peter Christen 90f75c8c3d added enrichment of synonyms and vocabularies for imported documents
10 years ago
Michael Peter Christen 7829480b82 refactoring: separated condenser and tokenizer
10 years ago
Michael Peter Christen 593de05922 enhanced surrogate import process speed (dramatically!)
10 years ago
Michael Peter Christen 3c4c69adea fix for
10 years ago
Michael Peter Christen 1fec7fb3c1 suppress access to solr when doing search suggestions in case that the
10 years ago
Michael Peter Christen 694b22f165 migration to Solr 5.2: huge benefits - this is a lot faster!
10 years ago
sixcooler e427efbe54 Next Try for a fix for upload-connection staying in blocked state.
10 years ago
reger 0fab445b19 Resourceobserver log warning - deleting releases files - only on actual deletes
10 years ago
sixcooler ef6a64b2a4 Fix for upload-connection staying in blocked state.
10 years ago
reger c973f94936 add log entry on release file delete by ResourceObserver
10 years ago
reger 121972752c implement deleteOldDownloads in RexourceObserver on low diskspace
10 years ago
Michael Peter Christen 9c12555be5 added link to Snapshots in search results if the snapshot exists and
10 years ago
reger 72f6a0b0b2 enhance recrawl job
10 years ago
reger 7478338a40 remove augmented parsing activation from frontend
10 years ago
reger 11aa2edfe1 remove RDFa parser activation from frontend
10 years ago
reger 49b79987c9 remove obsolete searchfl work table
10 years ago
Michael Peter Christen d0aff91f23 fix for index import
10 years ago
Michael Peter Christen 34de1e8cbc gzip compression will perform more efficient and with better compression
10 years ago
Michael Peter Christen 98be59ce9c full solr xml exports will now be automatically compressed during
10 years ago
Michael Peter Christen a1a8edfc0a wrap HeaReader close() in a catch Throwable block to prevent that an
10 years ago
Michael Peter Christen b43811d38c added surrogate import process for exported solr dumps.
10 years ago
Michael Peter Christen b77537294d prevent disc usage when showing tray animation
10 years ago
Michael Peter Christen eec78e1b0c added intensity option to graphics
10 years ago
Michael Peter Christen a5007f345e re-licensing some of my old visualization classes under LGPL 2.1
10 years ago
Michael Peter Christen c99a665593 adding a 3-pixel font generator made some time ago..
10 years ago
Michael Peter Christen c7576d6028 added a full solr export to the IndexControlURLs_p.html servlet. The
10 years ago
Michael Peter Christen 197f7449e5 All entities of crawl profiles are now editable in the crawl profile
10 years ago
reger 1d8e1e4bac - Image search expand box, adjust javascript hs padtominsize parameter, to make sure expand box doesn't shrink on small images
10 years ago
reger 8b35656007 remove hard throw exception in makeResultEntry
10 years ago
reger af57fbefad use available mime (instead null) on imageresult from metadatanode
10 years ago
reger dd7782bac0 revert deletion of BinSearch
10 years ago
reger 000dde9511 Eleminate duplication of values for search ResultEntry
10 years ago
reger 29c4aa3991 fix compiler notification of missing serialID
10 years ago
reger 3d53da8236 refactor ResultEntry to be based on MetadataNode/SolrDocument
10 years ago
reger d882991bc5 Implement sharing of ioDispatcher for term & citation index
10 years ago
reger 370ba9da71 On imageSearch prefere mime to sort out none-image documents
10 years ago
reger cd31633369 improve MultiprotocolURL.getFileExtension()
10 years ago
reger c60ccdfbcf Increase IODspatcher dumpQueue size to 2 to reduce risk of concurrent emergency dump,
10 years ago
reger 8a9622c31c fix string OoB on getImagelinks with long alttext
10 years ago
reger 3e742d1e34 Init remote crawler on demand
10 years ago
reger 13f013f64a Limit extra sleep of BusyThread on LowMemCycle
10 years ago
reger cd7c0e0aae detail optimization of RecrawlThread
10 years ago
reger ace71a8877 Initial (experimental) implementation of index update/re-crawl job
10 years ago
reger 141cd80456 correct log msg text
10 years ago
reger f3ce99bfb8 fix extract of inboundlinks_protocol_sxt
10 years ago
reger 2bc9cb5828 fix early return in addToCrawler
10 years ago
Michael Peter Christen f5f88272e4 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen 5c67c4d460 fix for latest commit, see
10 years ago
reger c37dda8849 fix NPE on MultiProtocolURL on url with parameter value and '='
10 years ago
Michael Peter Christen f810915717 added crawl start from a clone with very, very large url: they are now
10 years ago
Michael Peter Christen 51de86c992 disabled debug thread dumps
10 years ago
Michael Peter Christen d524a9d77c Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
10 years ago
Michael Peter Christen 0710648c31 enable api calls with very long urls
10 years ago
reger 31346e873b upd library reference of missing jsch-0.1.21 in seeduploadscp.xml
10 years ago
reger 609c52e987 refactor getBookmark
10 years ago
reger 1481a8ab56 add opensearch rss results to dht collection (due to text = snippet)
10 years ago
reger f134aa7f7f persist bookmark timestamp
10 years ago
reger 752eec6697 fix NPE in addToIndex when used outside searchEvent
10 years ago
Michael Peter Christen fbf85a1561 added temporary debug output in http client
10 years ago
Michael Peter Christen ff29b0e503 added option to re-index exported xml snapshot dumps to
10 years ago
Michael Peter Christen 6f4fe4b175 revert of 8a7c68e4c7
10 years ago
Michael Peter Christen 97930a6aad added must-not-match filter to snapshot generation.
10 years ago
Michael Peter Christen 9d8f426890 adding a try-catch to link graph processing to prevent that a single
10 years ago
reger 8a5b8f8789 on bookmaring of search result, remember orig. query in separate bookmark property
10 years ago
reger 7224209486 break out of NormalizeDistributor loop on timeout
10 years ago
reger 47e61f8325 fix typo in image filter query
10 years ago
reger 4b4ab6799f fix String out of range in Collection Nav
10 years ago
reger 572cfe8fd4 improve character encoding for urlproxy servlet
10 years ago
reger 6bc8a9b11e make Quality of Service Servlet available to prioritize requests from local host
10 years ago
Ryszard Goń ca1a70aec8 fix for Accept '?' URLs column in Crawl Profile List
10 years ago
reger 5408448a56 skip redundant add. of keywords to text
10 years ago
reger 296e97c78e put https port in peers dna
10 years ago
Michael Peter Christen fed26f33a8 enhanced timezone managament for indexed data:
10 years ago
Michael Peter Christen b060ba900d added parsing of contentprop attribute in html tags for
10 years ago
Michael Peter Christen 4cb4f67f38 added parsing of dd, dt and article html fields. The parsed result is
10 years ago
reger 1395f10e95 fix typecast for css links
10 years ago
Michael Peter Christen 3288489fd2 more logging during start-up
10 years ago
Michael Peter Christen abaaaef5f1 fix for filter queries
10 years ago
Michael Peter Christen 4d00175157 <experimental> added parsing of <article> html element.
10 years ago
Michael Peter Christen 1df6492019 enhanced suggestions
10 years ago
Michael Peter Christen ae02c92fd0 logging fix
10 years ago
Michael Peter Christen 5651713134 better debugging of fq
10 years ago
Michael Peter Christen f5a032f293 split query into filter query and text query to get better ranking
10 years ago
Michael Peter Christen 2e88028c1a when selecting collections in navigation, do show the un-selected
10 years ago
Michael Peter Christen 1de9b21c65 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger 5f4cd8d6f5 replace deprecated getIP with getIPs in AbstractRemoteHandler
10 years ago
Michael Peter Christen fa7edc9f7a refactoring of filter queries (several queries instead only one)
10 years ago
Michael Peter Christen 40389987ec Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen f9ba50379d added an expansion option to search facets on result page:
10 years ago
reger 1f0f77bb77 make location facet return results
10 years ago
reger b1ec0644e5 fix NPE in location search on missing/empty PubDate in underlaying rss data
10 years ago
reger c1dcc8c456 fix display and limit of max server connections after startup
10 years ago
reger 839b962c20 correct percent encoding for '%' char
10 years ago
Michael Peter Christen 9bf0d7ecb9 added a new collection type 'dht' to all documents from the peer-to-peer
10 years ago
reger 796770e070 prevent overwrite of crawled or received full documents by (newer) metadata
10 years ago
Michael Peter Christen ee2490ab98 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger 431311df42 fix get fresh_date_dt to allow returned value to be date in future
10 years ago
otter 74c7e8b686 Fixes hanging FlushThread (see
10 years ago
reger f63fff9008 fix snippet containig number with comma as desmo point http://mantis.tokeek.de/view.php?id=344
10 years ago
reger b241264632 fix error on *abc query input
10 years ago
reger 2ef8ffdb60 apply UTF-8 encoding
10 years ago
reger 7120ea42f1 fix for path with char code > 255
10 years ago
reger 1d81bd0687 fix url encoding for path see http://mantis.tokeek.de/view.php?id=559
10 years ago
reger 62087fb8b2 fix MultiProtocolURL mailto protocol detection
10 years ago
reger 2e8c24e02a fix link to DeReWo download file
10 years ago
reger 706f75ddc2 try to fix hang on index blob merge on shutdown
10 years ago
reger f94e34058c fix url (path) %-decoding http://mantis.tokeek.de/view.php?id=519
10 years ago
reger 7e09bff4a1 exclude default search fields from text copy to text_t
10 years ago
reger 86073a5ba3 For remote crawlReceipt add document abstract/description
10 years ago
reger 8af70950d9 harmonize snippet computation
10 years ago
Michael Peter Christen fd4e2c809a Show dates in the content of a document in the search result:
10 years ago
Michael Peter Christen 893889bc7b added special terms for on: - Date modifier: tomorrow, today; i.e.:
10 years ago
Michael Peter Christen 710a0efa1b generalized time period computations
10 years ago
Michael Peter Christen d9d3111d10 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen 535f1ebe3b added a new way of content browsing in search results:
10 years ago
reger d7259419f3 postpone raw snippet html encoding upon use
10 years ago