Commit Graph

1129 Commits (e990297d2e61958ba2e1b4364bf32f1228a8eef4)

Author SHA1 Message Date
luccioman 0a9ff14d96 Fixed NullPointerException case and added Javadoc
9 years ago
Michael Peter Christen 25a3c7a6d0 catch exception and write end of object
9 years ago
Michael Peter Christen 5e165a8150 removed unused imports
9 years ago
Michael Peter Christen c716648c78 enhanced json encoding of strings
9 years ago
Michael Peter Christen 6139bd85a8 fix for broken facet names
9 years ago
Michael Peter Christen 5060f9fee9 fix for too long snippets
9 years ago
Michael Peter Christen 8681cee3f3 fix for bad comma
9 years ago
Michael Peter Christen db6d8fc197 fix for bad json
9 years ago
Michael Peter Christen 8f4a341735 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
Michael Peter Christen 9934f546bb added default fl to solr query, removed large texts retrieval and
9 years ago
reger 39dd244693 fix ConcurrentScoreMap.set() calculation of totalCount()
9 years ago
reger 3b47a07dd1 change unused servletProperties entry CONNECTION_PROP_CLIENT_REQUEST_HEADER to
9 years ago
reger 036c1dc6ef fix CookieTest_p formatting (output of <br> as text),
9 years ago
luccioman 744c9a2615 Opensearch desc : handle https protocol url with default port (443)
9 years ago
reger 226f81cfcf declare poison pill url MultiProtocolURL() as protected to make sure not
9 years ago
reger f8632ad292 prevent string index out of bounds MultiProtocolURL.getPaths
9 years ago
reger 9b07bbf955 deprecate newurl(), not used and already replaced
9 years ago
reger 774b3906a9 fix GenericFormatter.parse ("time","timeoffset")
9 years ago
reger 27163af0e1 improve detection of referenced links by taking http and https link protocol
9 years ago
reger f89d4eb51d fix MultiProtocolURL init (assign of host) for urls with '/' in query part
9 years ago
reger 87fcfc6d78 Adjusted hash computation and toNormalform for file:// protocol to deliver
9 years ago
luccioman a73c9327a5 JavaScript License fixes for LibreJS compatibility
9 years ago
reger b3c9041f79 remove with localHostNames redundant (but unused) publicIPv4HostNames and publicIPv6HostNames
9 years ago
reger 9e94989237 upd to PDFBox 2.0.1
9 years ago
reger 24b0fa2a38 extend snapshot Html2Image.pdf2image to use PDFBox image export capability
9 years ago
reger 3adb670f44 remove never used Domains.myHostNames set
9 years ago
reger ec24a0c85a add test case for optimized toTokens()
9 years ago
reger 258cd41577 reduce logging (EmbeddedSolrConnector.query)
9 years ago
reger 6d56beaed8 fix assertion exception in toString of MultiProtocolURL
9 years ago
reger 937fbb0b9f correct isHidden() for smb from last commit
9 years ago
reger 535d4bf75f respect hidden attribute for file and smb directory listing
9 years ago
reger a6617ad887 expand initRemoteCrawler() to terminate worker threads if called to deactivate
9 years ago
reger c91e712178 further refactor using standard java / (one) utf-8 charset variable
9 years ago
luc 571bc55937 Refactoring : use StandardCharsets constants instead of hard-coded
9 years ago
sixcooler 5a35f9383a bump to solr/lucene 5.4.0
9 years ago
reger a5faf73afa remove obsolete yacy.init entries interaction.*
9 years ago
reger 45b9bd8403 adjust MultiProtocolURL.protocol detection to handle mailto with "://" in parameters,
9 years ago
reger b7e8358645 make use of header.getContentType where possible (mime is normalized afterwards)
9 years ago
reger 7a8c077838 fix HeaderFramework.mime() to strip charset parameter.
9 years ago
reger dec3e6ad96 fix: adjust urlstub for mailto links
9 years ago
reger 71c416f383 show mailto links in ViewFile.html linklist
9 years ago
reger 4d2b934487 prevent mailto links getting into parser result document's in/outbound link collection
9 years ago
sixcooler 1be67d9ab6 CachedSolrConnector was replaced by ConcurrentUpdateSolrConnector years
9 years ago
reger 28b8bc290a fix use of NETWORK_SEARCHVERIFY for rwi verification
9 years ago
reger 020630efd8 remove unused network scanner parameter from queryparameter
9 years ago
luc f01d49c37a Process large or local file images dealing directly with content
9 years ago
luc 3c4c77099d If available, check content length before downloading. Check also
9 years ago
reger 2985baaa01 Exclude repetitive protocol part in tokenized url
9 years ago
Michael Peter Christen d1ae999ef9 replaced HashMap with LinkedHashMap to preserve the object order
10 years ago
reger c9937973e3 unescape MultiProtocolURL getAttributes() return values.
10 years ago