Commit Graph

3615 Commits (ebde21079ade3a0a897bc82b44a5462ff43d4dd9)

Author SHA1 Message Date
reger ebde21079a refactor xlsParser to include Excel file attribute (like author) in parser result doc.
9 years ago
luccioman 744c9a2615 Opensearch desc : handle https protocol url with default port (443)
9 years ago
Michael Peter Christen 103a8348b3 fix for NPE and small performance enhancement
9 years ago
reger 2910fe35c1 add missing scheduler calc of next exec_date (call of calculateAPIScheduler)
9 years ago
reger 70d47ae38a keep scheduler selection by repeat entry from 07311020d4
9 years ago
reger 7c3f932e5d revert due to conflict with double count recording by schedulter / servlet by the commit under normal operation (no shutdown)
9 years ago
reger 07311020d4 postpone apicall exec date init until actual call
9 years ago
reger 5e335b32da fix Blacklist.contains() matching path pattern to string
9 years ago
reger 5e9e871192 fix Blacklist.remove by using pattern.toString to find pattern to remove,
9 years ago
reger 1843ea7e69 on Blacklist.add pattern to source file also update internal entry maps
9 years ago
reger bf6ce33da3 Correct use of _htDocsPath config in YaCyDefaultServlet to use servlet config variable
9 years ago
reger fcad2d0744 add uses of config constant INDEX_RECEIVE_ALLOW
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 35a7d57260 update lucenematchversion to current (5.2.0 -> 5.5.0)
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
reger 3811184abd fix GSA servlet clientIP retrival
9 years ago
reger 7ab41d4ff1 use directories original lastmodified date in file- & smbloader in response
9 years ago
reger 708bcbb042 one more replacement to use cached hosthash vs. calculated
9 years ago
reger 22db449f2a to prevent crawler to concurrently access and alter same crawl queue
9 years ago
Orbiter 50c5ddf1a1 Merge pull request #56 from luccioman/LibreJS
9 years ago
Michael Peter Christen 7466d390b2 small refactoring + do not accept too old peers during bootstrap
9 years ago
reger 8d58a48029 remove wrong log line in CrawlSwitchboard
9 years ago
reger 5aaa057c65 ignore empty input lines in FileUtils.getListArray() to poka joke blacklist read.
9 years ago
reger 41c36ffd75 exclude rejected results from result count
9 years ago
reger d4da4805a8 internal wiki code, require header line to start with markup
9 years ago
reger e952e355a2 have Translator servlet adhoc apply added translation by translating a single file
9 years ago
reger b119ff65be clean out not used Switchboard variables
9 years ago
reger 223071337b Translator to take caution of word boundaries to identify text portion to
9 years ago
luccioman 009657791e Merge remote-tracking branch 'origin/master' into LibreJS
9 years ago
luccioman a73c9327a5 JavaScript License fixes for LibreJS compatibility
9 years ago
reger 0c40401d28 fix MessageBoard test for null data
9 years ago
reger 5b22c63030 Adjust TranslatorXliff to load default 1st and merge downloaded or modified local translation.
9 years ago
reger a2e0f00456 optimize Translator
9 years ago
reger a6ba1faa80 introduce a translation edit servlet Translator_p.html YaCy's UI text translation
9 years ago
reger b3c9041f79 remove with localHostNames redundant (but unused) publicIPv4HostNames and publicIPv6HostNames
9 years ago
reger bd8f7c11f5 Use transparent addToCrawler in AutoSearch instead of addToIndex
9 years ago
reger f23d8ab47b fix 2 more servlet RuntimeException in intranet mode thrown due to seed.getIP()
9 years ago
reger bb0076c3dd fix: assure close inputstream in TranslatorXliff after reading xlf file
9 years ago
reger 6384b7d82e fix NPE in Load_MediawikiWiki servlet in intranet mode
9 years ago
Michael Peter Christen 596b5dfa59 add the JRE version in the seed. Purpose: identify if it is possible to
9 years ago
reger 4cc38e979d add InputStream close after reading input file (Vocabulary_p servlet)
9 years ago
reger 6bf9c55584 adjust Solr select servlet to lates bugfix for boostquery (bq param)
9 years ago
Burkhard 9a18e2297b Merge pull request #51 from JeremyRand/multiple-boost-query
9 years ago
reger f0d7b93372 make use and activate autodetect charset in Vocabulary input from file
9 years ago
JeremyRand 433217b33e Properly support multiple Boost Queries. (Previous code was broken because it concatenated multiple Boost Queries together rather than passing Solr an array.)
9 years ago