luccioman
46c9da6428
Allow creation of vocabularies from remote CSV file URLs.
7 years ago
luccioman
17c7a85f18
Make StreamResponse usable in Java try-with-resources statements
7 years ago
luccioman
348d07a999
Enforced controls on vocabulary editing operations.
7 years ago
luccioman
2532db2ce6
Vocabulary editor : use accessible labels and CSS for elements position
7 years ago
luccioman
ac14437316
Vocabulary_p.html : richer semantics for HTML tables
...
Also replaced deprecated attributes
7 years ago
luccioman
b67742336e
Provide user interface messages on vocabulary creation read/write errors
7 years ago
luccioman
ea57763294
Mark vocabulary name field as required using html instead of JavaScript
7 years ago
luccioman
39ec8cba37
Fixed Vocabulary_p.html HTML validation errors.
...
Validated with Validated with Nu Html Checker 17.11.1.
7 years ago
luccioman
7c644090ff
Fixed CrawlStartExpert.html HTML validation errors
...
Validated with Nu Html Checker 17.11.1
7 years ago
luccioman
519fc9a600
Issue #156 : new option to clean up (or not) search cache on crawl start
...
Prevent also unnecessary search event cache clean-up on each access to
the crawl monitor page (Crawler_p.html).
7 years ago
luccioman
eeb5fbb160
Upgraded maven JUnit test dependency from 4.11 to 4.12
7 years ago
luccioman
3e8dd90211
Use https rather than http in links and queries to openstreetmap.org
7 years ago
luccioman
8d7099a081
Handle escaped line breaks and separators in vocabulary import from CSV
7 years ago
luccioman
09f93fed0e
Added a line start field for vocabulary import from CSV file
...
As a convenience to ignore eventual CSV header lines
7 years ago
luccioman
d28d612069
Added option to choose field delimiter in vocabulary import from CSV
7 years ago
luccioman
3a973dbb23
Removed unused import
7 years ago
luccioman
95f1954c78
Adjusted last blacklist entry example for a more accurate description
...
As discussed in issue #160 , blacklist entries can indeed currently not
be "complete" regular expressions, but must be structured as a domain
part, a separator character ('/'), and a path part.
7 years ago
luccioman
e9527cd0e5
Reuse the same Pattern instance when matching multiple key/values
7 years ago
luccioman
dbf4c1cd76
Improved blacklist entries editing operations :
...
- Fixes issue #160 : handle properly syntax exceptions with a user
friendly message
- Fixes loss of information on multiple blacklist entries editions
- Fixes loss of entries when moving entries from one list to another
7 years ago
reger
5df72c1c65
Remove now obsolete html for language-nav and ISO639 jar reference
7 years ago
reger
87077b8fb6
Adjust and move Language Navigator to be member of the navigatior plugin
...
list.
7 years ago
reger
73c6ce7ae5
upd to httpclient-4.5.5
7 years ago
luccioman
eb20589e29
Fixed issue #158 : completed div CSS class ignore in crawl
7 years ago
luccioman
fa65fb1a03
Fixed loss of search modifiers on bookmark, recommand or delete result
7 years ago
luccioman
0cdee4e26a
Fixed loss of "meanCount" search param when using facets or page buttons
...
Then on new search queries, no suggestions at all could be displayed.
7 years ago
luccioman
117a859879
Do not clear all search modifiers when unselecting one modifier.
...
Previously, when clicking a selected facet in the search results page to
unselect it, all other eventually selected modifiers/facets were also
removed.
7 years ago
luccioman
33593c22e9
Fixed loss of other modifiers on keywords/tags search navigation links
7 years ago
luccioman
a9dc0874c0
Remove old query terms from search results suggestions links.
...
Especially when old terms were misspelled, suggestions links then
provided most of the time empty results.
7 years ago
luccioman
c71b545235
Enable results suggestions (Did you Mean) even when RWI is not enabled.
...
RWI is no more necessary for suggestions processing since commit
c40ba51ca6
.
Revealed by a question about spell check from ouahpiti on YaCy forum
(http://forum.yacy-websuche.de/viewtopic.php?f=23&t=6084 ).
7 years ago
luccioman
9412881230
Added basic support for autotagging microdata annotated item types.
...
With the appropriate vocabulary settings in Vocabulary_p.html page, this
can produce Vocabulary search facets displaying item types referenced in
html documents by microdata annotation.
Tested notably, but not limited to, vocabulary classes/types defined by
Schema.org and Dublin Core.
7 years ago
luccioman
5a14d34a7d
Refactoring : documented and extracted autotagging processing functions.
7 years ago
luccioman
58b9834729
Added HTML microdata typed items parsing capability.
...
This adds the possibility for the HTML parser to gather typed items URLs
annotated in HTML tags with itemscope and itemtype attributes (see
microdata specification https://www.w3.org/TR/microdata/ ), notably
Types from the schema.org vocabulary, but also Types/Classes from any
other vocabulary, such as the common ones listed in the RDFa core
context ( https://www.w3.org/2011/rdfa-context/rdfa-1.1.html ).
7 years ago
luccioman
80fb1026d0
Create recrawl requests with the relevant crawl profile.
...
Recrawl default profile was previously effectively used for crawl
stacker acceptance check, but request entries were indeed still created
with the "snippetGlobalText" profile.
7 years ago
luccioman
539925a275
Added an utility to generate/update XLIFF master file from lng files.
7 years ago
luccioman
41a6b052d9
Updated master and French translation for the IndexReIndexMonitor_p page
7 years ago
luccioman
fa6d030b0b
Moved dbtest to the test source folder.
7 years ago
luccioman
6cd3847d0a
Fixed NullPointerException case on Table init with relative file path.
...
Can occur for example when running dbtest with relative test table file
name (wihout explicit parent folder).
7 years ago
luccioman
28883d8a71
Shutdown daemon threads at the end of dbtest
7 years ago
luccioman
929e0d6eae
Replaced improper ByteBuffer.equals() implementation by Arrays.equals()
...
Renamed also ByteBuffer.equals() to startsWith() as this is the
appropriate function implementation semantics.
7 years ago
luccioman
098ee63911
Added a manual performance test for the HostBalancer.
...
Consequently to the report in mantis 776
(http://mantis.tokeek.de/view.php?id=776 ).
Running the perfs test with different control parameters seems to reveal
that the YaCy's RowHandleMap used in the balancer depthCache is finally
more efficient than for example the ConcurrentHashMap from JDK 8.
7 years ago
luccioman
fefe2d1b6e
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
7 years ago
reger
5aa4fb1144
upd to metadata-extractor-2.11.0.jar
7 years ago
luccioman
46b5249c20
Removed time condition on HostBalancer initialization in JUnit test.
...
Its initialization in main application usage remains asynchronous.
7 years ago
luccioman
8b572b7337
Commit Solr index before simulating or starting recrawl job.
...
This ensures up-to-date simulation query results, and recrawl
processing.
7 years ago
luccioman
5b943c07ab
Merge pull request #155 from JeremyRand/readme-typo-fixes
...
Fix some typos in the README.
7 years ago
JeremyRand
dea856c854
Fix some typos in the README.
7 years ago
luccioman
733cacdbb8
Revised the RDFaParser main launcher for minimal proper operation.
...
This parser is still not enabled in the main text parsers list. More
would have to be done to make it functional.
7 years ago
luccioman
7baa99f26f
Fixed stored URL in web cache when redirection(s) occurs.
...
Associate cached content to the last redirection location, instead of
the first URL of a redirection(s) chain :
- for proper base URL processing in parsers (fixes mantis 636 -
http://mantis.tokeek.de/view.php?id=636 )
- to prevent duplicated content in Solr index when recrawling a
redirected URL
7 years ago
luccioman
5e2812c060
Automatically refresh running recrawl report when JavaScript is enabled.
...
For users who would prefer to keep JavaScript disabled, a manual Refresh
button is still available.
7 years ago
luccioman
19903a984f
Merge pull request #154 from tangdou1/master
...
update chinese translation
7 years ago