luccioman
19903a984f
Merge pull request #154 from tangdou1/master
...
update chinese translation
7 years ago
tangdou1
49d103ad16
Merge pull request #1 from tangdou1/tangdou1-patch-1
...
Update zh.lng
7 years ago
tangdou1
dd4f93f049
Update zh.lng
...
translate some untranslated words to chinese.
7 years ago
tangdou1
e585b4f597
Update zh.lng
7 years ago
luccioman
0fce264ba4
Set reindex page to html5 and removed presentational only html tables.
7 years ago
luccioman
83df922afc
Removed unused duplicated HTML id on header hidden field
7 years ago
luccioman
9ddf92d143
Removed unncessary reflection usage for workflow tasks.
...
This improves code readability and maintainability (calls hierarchy are
easier to read) and eventually performance.
7 years ago
luccioman
897d3d30cc
Added new recrawl job profile to the list of default crawl profiles
7 years ago
luccioman
9624516bf8
Refresh recrawl job profile threshold date like other default profiles
7 years ago
luccioman
b712a0671e
Added a specific default crawl profile for the recrawl job.
...
- with only light constraint on known indexed documents load date, as it
can already been controlled by the selection query, and the goal of the
job is indeed to recrawl selected documents now
- using the iffresh cache strategy
7 years ago
luccioman
adf3fa493d
Added comments about crawl profiles recrawl cycles
7 years ago
luccioman
3638e16c2e
More comprehensive log on rejected recrawls caused by date constraint
7 years ago
luccioman
d47afe6fab
Use a constant for crawler reject reason prefix with specific processing
7 years ago
luccioman
4e03335625
Added more details to the recrawl job report
7 years ago
luccioman
d95d393a0d
Add a query link to local Solr to browse selected recrawl candidates
7 years ago
luccioman
59f7763af6
Display recrawl job report also when job is actively running
7 years ago
luccioman
6425963cee
Fixed internal tables exact value match iterator
7 years ago
luccioman
0c9e0b3566
Record recrawl calls to make them schedulable
7 years ago
luccioman
433e241e4f
Added a report info box about eventual last terminated recrawl job
...
For easier monitoring of recrawls.
7 years ago
luccioman
b2af25b14f
Added a stop condition to the Recrawl busy thread
7 years ago
luccioman
421728d25a
Made possible to customize selection query before launching a recrawl
7 years ago
luccioman
fab6e54fec
Enforced controls (HTTP method, token) on ReIndex and ReCrawl operations
7 years ago
luccioman
36e9b1c5b3
Fixed SegmentTest test case time dependant occasional failures
...
As highlighted by latest automated Travis builds.
7 years ago
luccioman
8a4ea1c11e
Added UI switch to control content domain constraint per search request
7 years ago
luccioman
36a45b3905
Added UI setting for strictness of content-type checking on media search
7 years ago
reger
cedb53be4e
upd to commons-io-2.6
7 years ago
reger
f8071ac8ae
Make TokenizedStringNavigator (used for keyword search facet) active
...
check case insensitive.
As keywords are compared lower case, make sure user input keyword:Key
or keyword:key will be shown as active in facet entry key.
7 years ago
reger
270b77074e
upd to httpclient-4.5.4 and httpmime-4.5.4
7 years ago
reger
6db7f5525b
upd to icu4j-60.2
7 years ago
luccioman
e6907fdab3
Added optional search parameter/setting to control content domain filter
...
Thus allowing to choose at configuration or per search request, whether
extending or not results beyond strict content domain filter (image,
video, audio or application).
Related graphical controls to be added to user interface.
7 years ago
luccioman
f52217c939
Enable full size images preview for users with extended search rights
7 years ago
luccioman
d42c1773c8
Added UI setting for optional encryption with https on p2p searches
7 years ago
luccioman
09c4ee56a7
Added optional https support for remote crawl and profile operations
7 years ago
luccioman
5db1c9155a
Do locale independant case conversion on hosts, schemes, and file exts.
...
Required for proper operation when the default system locale is Turkish,
as dottless and dotted i characters have specific case conversion rules
in this language.
7 years ago
luccioman
1c4803e40a
Enable optional https support for /yacy/transferURL API calls.
...
Also updated some Javadoc and consistently use Switchboard instance as a
constructor parameter where relevant.
7 years ago
luccioman
79a2ba306a
Updated links to Java Regular Expressions documentation to version 8
7 years ago
reger
c94bc82f6a
upd to commons-compress-1.15
7 years ago
luccioman
c6e1befbca
Restored peer URL host name stripping removed from previous commit.
...
Still useful for peers with IPv6 addresses.
7 years ago
luccioman
17e004599d
Started implementing optional https preference for protocol operations
...
Introduced through the new configurable setting
network.unit.protocol.https.preferred, defaulting to false for now.
Let choose to prefer using https when available on remote peers to
perform YaCy protocol operations including notably hello or transferRWI.
Not yet implemented for every YaCy protocol operations.
7 years ago
luccioman
2bc61f5657
Merge pull request #149 from Scre13/bugfix_default_settings
...
Fixed loading default thread load setting in Performance Settings of Queues and Processes.
7 years ago
ScRe13
bb3d3fe074
fixed default loading default settings; load was populated with wrong value
7 years ago
reger
20bba135fe
Show hide or show public surftip button depending on current config status,
...
to show the button to switch the status (hiding button of current status)
7 years ago
Michael Peter Christen
b907819cb4
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
7 years ago
Michael Peter Christen
25573bd5ab
added a crawl filter based on <div> tag class names
...
When a crawl is started, a new field to exclude content from scraping is
available. The field can be identified with the class name of div tags.
All text contained in such a div tag where the configured class name(s)
match are not indexed, while the remaining page is indexed.
7 years ago
luccioman
640fed2a9c
Removed Java 1.8 no more necessary version checking (fixes issue #147 )
...
Java 1.8 is by the way now a prerequisite to run from latest sources.
7 years ago
luccioman
d95b288f19
Removed use of deprecated Jetty IPAccessHandler for client filtering.
...
Upgraded to InetAccessHandler.
Added InetPathAccessHandler extension to InetAccessHandler to maintain
path patterns capability previously available in IPAccessHandler but
lost in InetAccessHandler.
Filtering on IPv6 addresses is now supported.
Support for deprecated pattern formats such as "192.168." and
"192.168.1.1/path" has been removed, but startup automated migration
should convert such patterns eventually present in serverClient.
7 years ago
reger
cc7a93e6b6
remove deprecated jetty continuation class from urlproxyservlet
...
(was a long time carry over, while not supporting async requests)
7 years ago
Michael Peter Christen
607b39b427
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
...
Conflicts:
htroot/yacysearchitem.java
7 years ago
Michael Peter Christen
4355de0f3c
(more!) evaluation of XRealIP from nginx reverse proxy
7 years ago
reger
e5b4799838
upd to Jetty-9.4.8.v20171121
7 years ago