Commit Graph

  • 0b6aed4de6 Keep the selected view mode when typing a new URL in the ViewFile page luccioman 2018-03-27 07:42:26 +02:00
  • db55eaa673 Updated link to Solr Function Queries documentation page luccioman 2018-03-26 16:26:46 +02:00
  • ba9cd14516 Removed hard-coded patch for Solr 5.0 on ranking boost function luccioman 2018-03-26 16:24:27 +02:00
  • 7496df93c3 Fixed error 414 (URI Too Long) when manually selecting to many RSS items luccioman 2018-03-23 10:49:39 +01:00
  • fb3032c530 Added a crawl filtering possibility on documents Media Type (MIME) luccioman 2018-03-23 10:28:19 +01:00
  • 90d4802082 Updated link URL to IANA Media Types with https luccioman 2018-03-23 10:23:54 +01:00
  • e45afedee4 Added support for enclosures (media links) to the RSS loader luccioman 2018-03-21 08:22:29 +01:00
  • 29166e7837 Updated Docker readme base image links from java (deprecated) to openjdk luccioman 2018-03-21 07:37:53 +01:00
  • aaefd5219c Reduce log verbosity of RSS loader on feed items with no link luccioman 2018-03-20 10:09:17 +01:00
  • cf62b571bd Added RSS reader support for enclosure feed item sub element. luccioman 2018-03-20 07:38:29 +01:00
  • e5f5de0fc7 Added some JavaDoc to the RSSMessage class. luccioman 2018-03-19 10:49:35 +01:00
  • a57a04a003 upd to commons-codec-1.11 reger 2018-03-19 02:02:35 +01:00
  • 0d7625ecfb Handle Solr fields restrict and alias in YaCy html and exml writers luccioman 2018-03-16 11:35:42 +01:00
  • 3da2739bbd Parse and index more common audio metadata text tag fields. luccioman 2018-03-15 09:59:57 +01:00
  • 846aba00fa Added parsing of URLs eventually present in audio metadata tags luccioman 2018-03-13 23:08:52 +01:00
  • 187075b878 added nav filter Michael Peter Christen 2018-03-10 15:46:53 +01:00
  • bcbd0ae1a4 Enabled partial parsing of audio resources. luccioman 2018-03-01 20:50:44 +01:00
  • fda0189613 Updated audio file extensions with ones recently added to audioTagParser luccioman 2018-02-28 13:46:40 +01:00
  • 978e2be95b Let a chance for other parsers on audioTagParser error luccioman 2018-02-28 12:27:17 +01:00
  • 9e5846a26e Small fix on svg parser error message luccioman 2018-02-28 12:23:52 +01:00
  • 11611dbdcf Reuse existing File copy function to handle audio parser tmp files luccioman 2018-02-28 11:58:32 +01:00
  • f77f8f40f9 Factored audio parser tag processing luccioman 2018-02-28 08:19:13 +01:00
  • 9a7a353d0e Removed some unnecessary intermediate list creation on array copy. luccioman 2018-02-28 07:49:40 +01:00
  • fb6457f5bc Fixed NPE case when on audio resource parsed with null tag luccioman 2018-02-28 07:31:32 +01:00
  • c3ff50c17a Updated the list of audio file formats supported by the audioTagParser luccioman 2018-02-27 18:04:12 +01:00
  • 5753ce0ac5 Upgraded Jaudiotagger dependency from 2.0.3 to 2.2.5 luccioman 2018-02-26 09:17:26 +01:00
  • aaa0ec6613 upd to commons-compress-1.16.1 reger 2018-02-23 19:17:09 +01:00
  • 07e8628853 Added HTML5 embedded audio for results playing on supporting browsers luccioman 2018-02-23 11:41:50 +01:00
  • 1b90479a76 Added missing vocabulary navigator increment on results from RWI luccioman 2018-02-23 11:36:03 +01:00
  • 46c9da6428 Allow creation of vocabularies from remote CSV file URLs. luccioman 2018-02-21 08:41:13 +01:00
  • 17c7a85f18 Make StreamResponse usable in Java try-with-resources statements luccioman 2018-02-21 08:38:35 +01:00
  • 348d07a999 Enforced controls on vocabulary editing operations. luccioman 2018-02-20 12:22:54 +01:00
  • 2532db2ce6 Vocabulary editor : use accessible labels and CSS for elements position luccioman 2018-02-20 11:22:34 +01:00
  • ac14437316 Vocabulary_p.html : richer semantics for HTML tables luccioman 2018-02-19 15:15:02 +01:00
  • b67742336e Provide user interface messages on vocabulary creation read/write errors luccioman 2018-02-19 11:48:40 +01:00
  • ea57763294 Mark vocabulary name field as required using html instead of JavaScript luccioman 2018-02-19 09:35:44 +01:00
  • 39ec8cba37 Fixed Vocabulary_p.html HTML validation errors. luccioman 2018-02-19 08:54:42 +01:00
  • 7c644090ff Fixed CrawlStartExpert.html HTML validation errors luccioman 2018-02-16 11:35:15 +01:00
  • 519fc9a600 Issue #156 : new option to clean up (or not) search cache on crawl start luccioman 2018-02-16 10:19:41 +01:00
  • eeb5fbb160 Upgraded maven JUnit test dependency from 4.11 to 4.12 luccioman 2018-02-16 08:51:26 +01:00
  • 3e8dd90211 Use https rather than http in links and queries to openstreetmap.org luccioman 2018-02-15 19:14:07 +01:00
  • 8d7099a081 Handle escaped line breaks and separators in vocabulary import from CSV luccioman 2018-02-15 07:29:17 +01:00
  • 09f93fed0e Added a line start field for vocabulary import from CSV file luccioman 2018-02-14 10:31:09 +01:00
  • d28d612069 Added option to choose field delimiter in vocabulary import from CSV luccioman 2018-02-14 09:29:04 +01:00
  • 3a973dbb23 Removed unused import luccioman 2018-02-14 09:27:17 +01:00
  • 95f1954c78 Adjusted last blacklist entry example for a more accurate description luccioman 2018-02-14 07:51:07 +01:00
  • e9527cd0e5 Reuse the same Pattern instance when matching multiple key/values luccioman 2018-02-14 07:14:25 +01:00
  • dbf4c1cd76 Improved blacklist entries editing operations : luccioman 2018-02-13 18:24:26 +01:00
  • 5df72c1c65 Remove now obsolete html for language-nav and ISO639 jar reference reger 2018-02-12 01:16:14 +01:00
  • 87077b8fb6 Adjust and move Language Navigator to be member of the navigatior plugin list. reger 2018-02-12 00:16:34 +01:00
  • 73c6ce7ae5 upd to httpclient-4.5.5 reger 2018-02-10 20:01:35 +01:00
  • eb20589e29 Fixed issue #158 : completed div CSS class ignore in crawl luccioman 2018-02-10 11:56:28 +01:00
  • fa65fb1a03 Fixed loss of search modifiers on bookmark, recommand or delete result luccioman 2018-02-08 14:31:26 +01:00
  • 0cdee4e26a Fixed loss of "meanCount" search param when using facets or page buttons luccioman 2018-02-08 08:07:30 +01:00
  • 117a859879 Do not clear all search modifiers when unselecting one modifier. luccioman 2018-02-07 15:54:46 +01:00
  • 33593c22e9 Fixed loss of other modifiers on keywords/tags search navigation links luccioman 2018-02-06 17:17:13 +01:00
  • a9dc0874c0 Remove old query terms from search results suggestions links. luccioman 2018-02-06 15:14:14 +01:00
  • c71b545235 Enable results suggestions (Did you Mean) even when RWI is not enabled. luccioman 2018-02-06 12:33:44 +01:00
  • 9412881230 Added basic support for autotagging microdata annotated item types. luccioman 2018-02-06 10:25:38 +01:00
  • 5a14d34a7d Refactoring : documented and extracted autotagging processing functions. luccioman 2018-02-02 10:27:36 +01:00
  • 58b9834729 Added HTML microdata typed items parsing capability. luccioman 2018-02-02 09:31:40 +01:00
  • 80fb1026d0 Create recrawl requests with the relevant crawl profile. luccioman 2018-01-30 21:00:18 +01:00
  • 539925a275 Added an utility to generate/update XLIFF master file from lng files. luccioman 2018-01-29 18:34:47 +01:00
  • 41a6b052d9 Updated master and French translation for the IndexReIndexMonitor_p page luccioman 2018-01-29 16:51:00 +01:00
  • fa6d030b0b Moved dbtest to the test source folder. luccioman 2018-01-29 14:03:01 +01:00
  • 6cd3847d0a Fixed NullPointerException case on Table init with relative file path. luccioman 2018-01-29 14:00:43 +01:00
  • 28883d8a71 Shutdown daemon threads at the end of dbtest luccioman 2018-01-29 13:56:37 +01:00
  • 929e0d6eae Replaced improper ByteBuffer.equals() implementation by Arrays.equals() luccioman 2018-01-29 13:38:25 +01:00
  • 098ee63911 Added a manual performance test for the HostBalancer. luccioman 2018-01-28 12:41:56 +01:00
  • fefe2d1b6e Merge branch 'master' of https://github.com/yacy/yacy_search_server.git luccioman 2018-01-28 12:30:43 +01:00
  • 5aa4fb1144 upd to metadata-extractor-2.11.0.jar reger 2018-01-27 18:32:45 +01:00
  • 46b5249c20 Removed time condition on HostBalancer initialization in JUnit test. luccioman 2018-01-26 17:15:27 +01:00
  • 8b572b7337 Commit Solr index before simulating or starting recrawl job. luccioman 2018-01-26 10:31:13 +01:00
  • 5b943c07ab Merge pull request #155 from JeremyRand/readme-typo-fixes luccioman 2018-01-26 09:50:40 +01:00
  • dea856c854 Fix some typos in the README. JeremyRand 2018-01-26 04:34:31 +00:00
  • 733cacdbb8 Revised the RDFaParser main launcher for minimal proper operation. luccioman 2018-01-25 07:57:56 +01:00
  • 7baa99f26f Fixed stored URL in web cache when redirection(s) occurs. luccioman 2018-01-20 18:54:08 +01:00
  • 5e2812c060 Automatically refresh running recrawl report when JavaScript is enabled. luccioman 2018-01-19 11:58:52 +01:00
  • 19903a984f Merge pull request #154 from tangdou1/master luccioman 2018-01-19 10:18:35 +01:00
  • 49d103ad16 Merge pull request #1 from tangdou1/tangdou1-patch-1 tangdou1 2018-01-16 17:16:14 +08:00
  • dd4f93f049 Update zh.lng tangdou1 2018-01-16 17:11:07 +08:00
  • e585b4f597 Update zh.lng tangdou1 2018-01-16 15:35:54 +08:00
  • 0fce264ba4 Set reindex page to html5 and removed presentational only html tables. luccioman 2018-01-15 18:32:34 +01:00
  • 83df922afc Removed unused duplicated HTML id on header hidden field luccioman 2018-01-15 17:16:54 +01:00
  • 9ddf92d143 Removed unncessary reflection usage for workflow tasks. luccioman 2018-01-15 10:05:49 +01:00
  • 897d3d30cc Added new recrawl job profile to the list of default crawl profiles luccioman 2018-01-15 08:30:37 +01:00
  • 9624516bf8 Refresh recrawl job profile threshold date like other default profiles luccioman 2018-01-15 08:06:28 +01:00
  • b712a0671e Added a specific default crawl profile for the recrawl job. luccioman 2018-01-13 15:46:04 +01:00
  • adf3fa493d Added comments about crawl profiles recrawl cycles luccioman 2018-01-13 12:13:04 +01:00
  • 3638e16c2e More comprehensive log on rejected recrawls caused by date constraint luccioman 2018-01-13 12:07:56 +01:00
  • d47afe6fab Use a constant for crawler reject reason prefix with specific processing luccioman 2018-01-13 10:45:00 +01:00
  • 4e03335625 Added more details to the recrawl job report luccioman 2018-01-12 11:47:13 +01:00
  • d95d393a0d Add a query link to local Solr to browse selected recrawl candidates luccioman 2018-01-12 10:23:26 +01:00
  • 59f7763af6 Display recrawl job report also when job is actively running luccioman 2018-01-11 09:53:27 +01:00
  • 6425963cee Fixed internal tables exact value match iterator luccioman 2018-01-10 18:38:42 +01:00
  • 0c9e0b3566 Record recrawl calls to make them schedulable luccioman 2018-01-10 17:05:53 +01:00
  • 433e241e4f Added a report info box about eventual last terminated recrawl job luccioman 2018-01-09 22:33:15 +01:00
  • b2af25b14f Added a stop condition to the Recrawl busy thread luccioman 2018-01-09 10:22:26 +01:00
  • 421728d25a Made possible to customize selection query before launching a recrawl luccioman 2018-01-08 21:20:46 +01:00
  • fab6e54fec Enforced controls (HTTP method, token) on ReIndex and ReCrawl operations luccioman 2018-01-07 15:25:16 +01:00