Erik Dominikus
f04580ecfd
Add contributor guidelines; closes #214
6 years ago
luccioman
685122363d
Added a parser for XZ compressed archives.
...
As suggested by LA_FORGE on mantis 781
(http://mantis.tokeek.de/view.php?id=781 )
6 years ago
luccioman
8ce9c066bf
Updated the JRE URL from 8u171 to 8u181 for the MS Windows installer
6 years ago
luccioman
0efc6c89ef
Fixed rendering of crawl queues page for URLs with raw IPV6 addresses
6 years ago
luccioman
4ee14ff3c5
Fixed NullPointerException case on malformed crawl queue folder name
6 years ago
luccioman
21ad9435ec
Fixed crawl queue folder naming for IPv6 hosts on MS Windows filesystems
...
As reported by @vikulin in issue #187 , crawling websites using a raw
IPv6 address as host name in their URL failed when running on Microsoft
Windows platforms (FAT32 or NTFS filesystems) when YaCy crawler created
the crawl queue folder, as the ':' character which is part of an IPV6
address is forbidden on these filesystems.
6 years ago
luccioman
0e976e9030
Added a link to MediaWiki dumps summary in import page for convenience
6 years ago
luccioman
1a91e87b05
Upgraded commons-compress dependency from version 1.16.1 to 1.17
6 years ago
luccioman
f2c479fe88
Cleaned up unused old jar files not removed on previous Solr upgrade
6 years ago
luccioman
ecd4535eb6
Prevent entering empty OpenSearch URLs in ConfigHeuristics_p.html
...
In order to early prevent adding invalid configuration entries to the
heuristicopensearch.conf file, as revealed the issue #209 .
6 years ago
luccioman
1ca9cb6bd9
Fixed a NullPointerException case, reported in issue #209
6 years ago
luccioman
8a29551c54
Upgraded the OpenGeoDB dump URL
...
The status of the library in the DictionaryLoader_p.html page now also
advertises the user that an upgrade can be applied when an older dump is
already loaded.
Upgrade applied as suggested by Niklas Andrus @fapth_gitlab on Gitter
chat.
6 years ago
luccioman
373edf9eac
Adjusted yjson Solr writer to support responses from an external Solr
...
Worked previously only with responses from YaCy embedded Solr, now able
to render the response when YaCy is configured to use an external Solr
index.
6 years ago
luccioman
87bd17b1cf
Simplified a little bit the RSS OpenSearch Solr writer
6 years ago
luccioman
dc49ca9c27
Fixed a NPE case on the Solr OpenSearch response writer
...
Occurred when omitHeader parameter is set to true
6 years ago
luccioman
f4267ed247
Made Solr OpenSearch RSS writer compatible with external Solr index
...
Worked previously only with responses from YaCy embedded Solr, now able
to render the response when YaCy is configured to use an external Solr
index.
6 years ago
luccioman
2bbf070f57
Upgraded icu4j dependency from 61.1 to 62.1
6 years ago
luccioman
ede8ae6697
Fixed few technical mistakes in updated Chinese translation from PR #188
6 years ago
luccioman
1e09a0284b
Merge pull request #188 from tangdou1/patch-3
...
small update in zh.lng
6 years ago
luccioman
b1410f593a
Fixed stylesheet relative URLs rendering in Solr html writer
...
Relative URLs to CSS stylesheets were not properly rendered when using
the Solr html response writer and the "/solr/collection1/select" entry
point instead of "/solr/select".
6 years ago
luccioman
89c59814da
Improved rendering of the Solr api relative url in the html writer
...
In order to have a consistent relative url when using either
/solr/select or /solr/collection1/select entry point.
6 years ago
luccioman
bf4f320b16
Optionally render the response header when using the Solr html writer
...
With params rendered as html input fields for conveniently modifying
params values and refreshing results.
6 years ago
luccioman
313204ae2c
Override qf and df Solr params with defaults only when they are not set
6 years ago
tangdou1
0ff2ca8f01
small update in zh.lng
6 years ago
luccioman
88e6ce23c9
Consistently render empty facets and facets having only entries at zero
6 years ago
luccioman
6831bdffb5
Fixed minor technical issues on Chinese updated translations
6 years ago
luccioman
e03c464f16
Merge pull request #186 from tangdou1/patch-1
...
Update zh.lng
6 years ago
tangdou1
0ebb27e5da
Update zh.lng
6 years ago
tangdou1
9c6a99f7ca
Update zh.lng
6 years ago
tangdou1
68b5b48335
Update zh.lng
6 years ago
luccioman
bdafb14336
Removed redundant synchronization lock on network switch function
...
Was useless as done in an already synchronized block, and the lock
object was assigned a new value in that same block, and nowhere else a
lock is requested on that same object.
6 years ago
luccioman
d5f44ea216
Removed unnecessary synchronization lock from serverSwitch constructor
...
Lock was useless here as it was set on an object instance attribute
while the object itself is not yet constructed and no other threads can
access it.
6 years ago
tangdou1
f19570a797
Update zh.lng
6 years ago
tangdou1
edb431cf8a
Update zh.lng
6 years ago
luccioman
dcee2ee6a6
Use standard Java annotation syntax instead of custom Javadoc tag
...
For better support by building tools.
As reported by @KnustJohn_twitter , the custom
[@phase](https://maven.apache.org/plugin-tools/maven-plugin-tools-java/index.html )
Javadoc tag made NetBeans fail on Javadoc generation for the
GitRevmavenTask class.
Using instead standard Java 5
[annotations](https://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html#POM_configuration )
this is no more an issue.
6 years ago
luccioman
e1bc035496
Ignore Eclipse projects config files derived from maven pom.xml
6 years ago
luccioman
dcad393fe5
Fixed exceeding max size of failreason_s Solr field on large link list
...
When using the 'From Link-List of URL' as a crawl start, with lists in
the order of one or more thousands of links, the failreason_s Solr field
maximum size (32kb) was exceeded by the string representation of the URL
must-match filter when a crawl URL was rejected because not matching.
6 years ago
luccioman
f467601561
Properly lock solrInstances for reboot and restoration of embedded Solr
...
Putting a synchronization lock directly on the solrInstances property
was ineffective as it is assigned a new (unlocked) instance in these
operations.
6 years ago
luccioman
9630f81306
Fixed small unnecessary lines of code
6 years ago
luccioman
26aa5f7a0f
Suppress compilation warning on unit testing intentional failure
6 years ago
luccioman
876bcd2f54
Fixed useless comparison between int parameter and Long.MAX_VALUE
6 years ago
luccioman
534f09e92b
Added and updated hint messages about remote crawler status
...
To help identify why remote crawl results may not be received.
6 years ago
luccioman
c726154a59
Fixed removal of URLs from the delegatedURL remote crawl stack
...
URLs were removed from the stack using their hash as a bytes array,
whereas the hash is stored in the stack as String instance.
6 years ago
luccioman
2bdd71de60
Added server side columns sorting on the Process Scheduler table
...
For easier usage of large tables in the Table_API_p.html page.
6 years ago
luccioman
bb51555830
Removed remaining unsafe accesses to SimpleDateFormat instances.
...
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).
Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).
6 years ago
reger
6b7883900c
update bootstrap hosts
6 years ago
luccioman
39f7f5b074
Updated the JRE URL from 8u131 to 8u171 for the MS Windows installer
6 years ago
luccioman
f895745e1c
Removed more unsafe concurrent accesses to SimpleDateFormat instances.
...
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).
Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).
6 years ago
luccioman
5c6c61809a
Fixed JavaScript sorting of tables with cells containing an input field
6 years ago
luccioman
3885fd64a0
Fixed Table_API_p.html current table page loss on row editing.
...
Reset only to the first table page when the search query is modified
6 years ago