Michael Peter Christen
|
938724caa8
|
new development on-boarding process in eclipse with changes for ivy
|
1 year ago |
mchristen
|
8fc51f66c6
|
fixed a test class which prevented compilation on latest jvm
|
1 year ago |
Michael Christen
|
bda118af5d
|
Merge pull request #594 from joestr/master
Match more YaCy versions
|
1 year ago |
Joel Strasser
|
53bafa1544
|
consistent formatting in string concatenation
|
1 year ago |
Joel Strasser
|
22c4188001
|
additionally match release stub for YaCy version
|
1 year ago |
Michael Peter Christen
|
4a5820eb03
|
7zip parser was removed previously.
see also https://github.com/yacy/yacy_search_server/issues/491
|
1 year ago |
Michael Peter Christen
|
ff8fe7b6a4
|
fix for ',' or '.' appearing within a word or number. This will not
tokenize the query into parts around that character to make it possible
to search for numbers or version numbers.
|
1 year ago |
Michael Peter Christen
|
0689f4f0ae
|
Check if the character is a minus sign and is followed by a letter or a
digit. Treat it as part of the word/number.
|
1 year ago |
Michael Peter Christen
|
5db97a8928
|
parser can now separate numbers from words also when they are not
separated by space, i.e. 4.7Ohm
|
1 year ago |
Michael Peter Christen
|
079eafe7f1
|
removed 7zip from eclipse classpath
|
1 year ago |
Michael Peter Christen
|
e3797de7de
|
enhanced the word tokenizer to recognize numbers in a proper way
|
1 year ago |
Michael Peter Christen
|
88cd17ea57
|
migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy index with solr 8.9.0 will automatically be migrated to 8.11.2. This is a preparation step to migrate to 9.0.0 soon.
|
1 year ago |
Michael Peter Christen
|
0089f234f4
|
added npe protection
|
1 year ago |
Michael Peter Christen
|
8285fe715a
|
tab to spaces for classes supporting the condenser.
This is a preparation step to make changes in condenser and parser more
visible; no functional changes so far.
|
1 year ago |
Michael Peter Christen
|
ce4a2450da
|
fixed workflow for ci process/2
|
1 year ago |
Michael Peter Christen
|
a3ca4eac08
|
fixed workflow for ci process
|
1 year ago |
Michael Peter Christen
|
6bd5f49c41
|
Migrated from java 8 to java 11. This step is required to upgrade certain packages, most important solr which will be migrated from 8.9 to 9.x
|
1 year ago |
Michael Christen
|
376bcfd54c
|
Merge pull request #588 from okybaca/crawlurl
modified crawl list so the URL links to external URL
|
1 year ago |
Michael Christen
|
d353202489
|
Merge pull request #589 from okybaca/restartbuild
added restartYACY.sh so it's included in release package
|
1 year ago |
okybaca
|
1de37bc60b
|
added restartYACY.sh so it's included in release package
|
1 year ago |
okybaca
|
08b769f63a
|
modified crawl list so the URL links to external URL
|
1 year ago |
Michael Peter Christen
|
195bd2e444
|
extended the maximum header size to 16k to prevent http error 431
|
1 year ago |
Michael Peter Christen
|
0554056c63
|
added .txt search result page (just replace '.html' with '.txt' in yacysearch.html page to get a url list)
|
1 year ago |
Michael Christen
|
117e2d0663
|
Merge pull request #580 from okybaca/restartyacy
added a restartYACY.sh script
|
1 year ago |
Michael Christen
|
c3809fbc36
|
Merge pull request #575 from okybaca/readme-ant
added link to faq and more ant build instructions to README
|
1 year ago |
Michael Christen
|
eeeec0b8fe
|
Merge pull request #585 from okybaca/stopYacyDots
instead of WAITING lines, WAITING FOR STOP and dots are echoed
|
1 year ago |
Michael Christen
|
2907981f87
|
Merge pull request #584 from okybaca/darkgreenskin
added a dark green color scheme (skin) based on 28c3
|
1 year ago |
okybaca
|
283850314b
|
instead of WAITING lines, WAITING FOR STOP and dots are echoed
|
1 year ago |
okybaca
|
e60f0d6908
|
added a dark green color scheme (skin) based on 28c3
|
1 year ago |
Michael Peter Christen
|
c3824854c7
|
upgraded several libraries
|
1 year ago |
Michael Peter Christen
|
92dad3ed49
|
removed 7Zip parser because the old library could not be replaced by a maven repository
|
1 year ago |
Michael Peter Christen
|
5afcba162b
|
updated libraries
|
1 year ago |
Michael Christen
|
a348146d8f
|
setting connect host to 0.0.0.0
|
1 year ago |
okybaca
|
61a1389107
|
added a restartYACY.sh script
|
1 year ago |
okybaca
|
3afb2aadc2
|
added link to faq and more ant build instructions to README
|
2 years ago |
Michael Peter Christen
|
1c0f50985c
|
fixed documentation and some details of handling of keywords
|
2 years ago |
Michael Christen
|
5cb7dc1fd7
|
Merge pull request #568 from joestr/patch-1
replace Travis CI badge with GitHub CI badge
|
2 years ago |
Joel Strasser
|
52753993c9
|
replace Travis CI badge with GitHub CI badge
Replaces Travis CI build status badge with the one from the GitHub workflow
|
2 years ago |
Michael Christen
|
552dff19d7
|
Merge pull request #567 from frankenstein91/archLinuxDocker
Arch linux docker
|
2 years ago |
Frank Tornack
|
2aa3181e7f
|
build fix
imported the changes from 541a1d2448 by hand
|
2 years ago |
Michael Christen
|
84c797f53d
|
fixed condition in workflow
|
2 years ago |
Michael Christen
|
3472bcb4d3
|
patched a 'java.lang.NoSuchMethodError: com.twelvemonkeys.imageio.util.IIOUtil.lookupProviderByName' problem which occurred only on ARM
|
2 years ago |
Michael Christen
|
f7b6e98ed7
|
Merge pull request #562 from thkoch2001/fix-warnings
Fix warnings
|
2 years ago |
Michael Christen
|
0e87ad14c3
|
Merge pull request #564 from thkoch2001/disable_github_actions_on_fork
skip github jobs on forks
|
2 years ago |
Michael Christen
|
5cf23121a5
|
fixed build problem from https://github.com/yacy/yacy_search_server/issues/566
|
2 years ago |
Frank Tornack
|
7b95de41ce
|
update to apache-ant-1.10.13
|
2 years ago |
Frank Tornack
|
4fb89e351d
|
Merge remote-tracking branch 'yacy/master' into archLinuxDocker
|
2 years ago |
Michael Peter Christen
|
d8f26cb6a7
|
larger link structure image
|
2 years ago |
Michael Peter Christen
|
a157d01bb5
|
increased network image size limit for linuxtage poster
|
2 years ago |
Thomas Koch
|
d9d1bc8c65
|
skip github jobs on forks
I get scary emails from github about failed jobs for every commit pushed to my
yacy fork. But the jobs should not run on my forked repo in the first place.
This problem is not unique to yacy:
https://github.com/actions/runner/issues/859
Alternatively every contributor could disable workflows in the settings of
their fork repo:
https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow
|
2 years ago |