reger
221f86dd5e
position api icon (ViewFile.html)
10 years ago
Michael Peter Christen
ad0da5f246
added new web page snapshot infrastructure which will lead to the
...
ability to have web page previews in the search results.
(This is a stub, no function available with this yet...)
10 years ago
reger
c475be2937
fix (enable) error msg on empty query
10 years ago
reger
f709132961
remove obsolete alternate link
...
fix api link
10 years ago
Michael Peter Christen
3c71e1c872
show vocabularies in search result (in case of debugging)
10 years ago
Michael Peter Christen
2fce2e2697
larger boost fields for ranking
10 years ago
Michael Peter Christen
6c03ff8355
bold words in snippets should not be coloured black in the base style
...
because there are styles with dark backgrounds which make the bold word
invisible
10 years ago
Michael Peter Christen
c0f9f6ac66
added option to change the navbar-default, i.e. usable for dark skins
10 years ago
Michael Peter Christen
84763126e0
added option to make the YaCy proxy act as the cache is never stale. If
...
set to 'Always Fresh' the cache is always used if the entry in the cache
exist. This is a good way to archive web content and access it without
going online again in case the documents exist.
To do so, open /Settings_p.html?page=ProxyAccess and check the "Always
Fresh" checkbox.
This is set do false which behave as set before.
If you set this to true, then you have your web archive in DATA/HTCACHE.
Copy this to carry around your private copy of the internet!
10 years ago
Michael Peter Christen
5bb52f79be
reduce number of calls to queue.size() because that may be a bottleneck
...
during crawling
10 years ago
Michael Peter Christen
092d97d7ac
when importing vocabulary csv files, accept also files without semicolon
...
and truncate quotes from literals
10 years ago
Michael Peter Christen
ee9ec40048
added hints to ranking to make ranking boosts using vocabularies easier
10 years ago
Michael Peter Christen
70f03f7c8e
do not cache search requests to Solr if the result is used for
...
doublechecking. If a double-check comes from cached results the
doublecheck fails.
10 years ago
Michael Peter Christen
a0b84e4def
use a LinkedHashMap for factes to maintain facet order as given by solr
10 years ago
Michael Peter Christen
0dc6e0a5f2
added option to enrich vocabularies with synonyms from synonym database
10 years ago
Michael Peter Christen
6a2a669db4
added loading of the synonyms file from addon/synonyms into the
...
knowledge loader
10 years ago
Michael Peter Christen
fdba8e2fa0
fix for 2-day network stats table: showing 48 instead of 24 hours from
...
peer history
10 years ago
Michael Peter Christen
ec9d021568
added option in vocabulary editor to import CSV files with different
...
encodings (preselected windows-type character encoding which is typical
for CSV files). Fixed also other problems with character encoding in
dictionary files. Automatically generated vocabularies are now also
noted in the API steering.
10 years ago
reger
b558433211
adjust tag cloud font size calculation
...
to limit max font size to ~ TOPWORDS_MAXSIZE
10 years ago
Michael Peter Christen
0550b54d56
added fix to postprocessing: avoid caching of postprocessing collection
...
to always get fresh lists of documents. This is necessary since the
postprocessing changes the same documents which the
postprocessing-collection query selects.
10 years ago
Michael Peter Christen
68e8039fd1
added high-precision scheduler for API processes. This allows also to
...
make the execution in dependency of available RAM or CPU load. The
default value for CPU load is 4.0 and the check runs once a minute.
10 years ago
Michael Peter Christen
0a879c98e7
added new 'firstSeen' database table and necessary data structures which
...
hold a date for each URL to record when a url was first seen. This is
then used to overwrite the modification date for urls upon recrawl in
case that the first-seen date is before the latest document date. This
behaviour is necessary due to the common behaviour of content management
systems which attach always the current date to all documents. Using the
firstSeen database it is possible to approximate a real first document
creation date in case that the crawler starts frequently for the same
domain. As a result the search results ordered by date have a much
better quality and the usage of YaCy as search agent for latest news has
a better quality.
10 years ago
Michael Peter Christen
487a733c99
fix for catchall handling in search
10 years ago
sixcooler
33b0234454
added a input-field for setting 'fileHost'
...
Set this to avoid error-messages like 'proxy use not allowed / granted'
on accessing your Peer by its hostname.
10 years ago
Michael Peter Christen
1db476c67e
fix for bad table iteration
10 years ago
Michael Peter Christen
e05b7332b9
html fix
10 years ago
reger
c1ad265efd
remove not used accordion javascript call for facet navs
10 years ago
Michael Peter Christen
ecdfb35f09
added long variables to debug output in index browser
10 years ago
Michael Peter Christen
95d87f00b3
fix for bad query generation in doublecheck in postprocessing
10 years ago
orbiter
a2b5cfb3cf
added reverse button to tables, by default on now (to see latest entries
...
first)
10 years ago
orbiter
fceac5d2d4
added (missing) Tables_p.xml for table xml api
10 years ago
orbiter
dbafd4865e
enhanced debug code in host browser
10 years ago
Michael Peter Christen
8f6587e87b
fix for broken protocol navigation
10 years ago
Michael Peter Christen
5c962dd009
better scaling of network statistic graphs
10 years ago
orbiter
3ffe19b85c
replaced old /api/table_p.xml servlet with /Tables_p.xml to avoid double
...
code
10 years ago
Michael Peter Christen
b4585e9546
added new index size history image in /Status.html page
10 years ago
Michael Peter Christen
9aebbbebc0
added network history in /Network.html?page=5
10 years ago
Michael Peter Christen
26279b0993
added debug code for statistics about document attributes related to
...
domains
10 years ago
reger
d65e3f2b53
RankingSolr: display only available or configured boost fields
10 years ago
Michael Peter Christen
4e56d79fc8
replaced input text field with text field for index deletion with query
...
and replaced GET with POST method. This should make it possible to
tubmit here very large queries for deletion.
10 years ago
orbiter
6f707b4305
removed spaces in seedlist.xml to reduce data
10 years ago
orbiter
78c9d31388
fix for bad json
10 years ago
Michael Peter Christen
8098a86f1d
ipv6 fix for api /yacy/seedlist.[json|xml], multiple IPs are now
...
attached to the seed info. API clients must be adopted. Documentation
will be fixed in
http://www.yacy-websuche.de/wiki/index.php/Dev:APIseedlist
Also added a new retrieval option for seeds, they can now be retrieved
by their name with the get parameter name=<name>
10 years ago
Michael Peter Christen
07c5b57953
removed warnings
10 years ago
Michael Peter Christen
509eba2484
automatically zoom to location/POI
10 years ago
orbiter
fa2ad101ec
enhanced graphics computation (avoiding long string parsing for colours)
10 years ago
orbiter
ef813cec91
added proper copyright notice to OSM tiles presented at the search
...
result page
10 years ago
Michael Peter Christen
1269e77dfa
enhanced location search
10 years ago
Michael Peter Christen
75b5f24be4
make browsing of file://z: - paths in index browser easier - this will
...
now show the root paths on a shared drive
10 years ago
Michael Peter Christen
8ac3e9f890
fix for api icon in yacysearch_location.html
10 years ago