You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/net/yacy
orbiter 2c4a672fe2
bugfixes and performance hacks for tabe index
13 years ago
..
ai *) added new user right: extended search right (allows to define users who can query more results than anonymous users) 14 years ago
cora performance hacks 13 years ago
document YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 13 years ago
gui
kelondro bugfixes and performance hacks for tabe index 13 years ago
repository added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 13 years ago
upnp
visualization added a visualization of peer pings to the performance graphic 14 years ago
YaCySearchClient.java
dbtest.java added a concurrent warmin-up of Table data structures. that should speed-up the start-up process but may also cause stronger CPU load at that time. 13 years ago
migration.java added a file type navigator 14 years ago
yacy.java switched off logging of org.apache.http which was suddenly switched on by default (??) 13 years ago