yacy_search_server/source/net/yacy/search/query
reger d44d8996d0 Added a “don't store remote search results” option
This is intended for peers who want to participate in the P2P network but don't wish to load/fill-up their index with metadata of every received search result. 
The DHT transfer is not effected by this option (and will work as usual, so that a peer disabling the new store to index switch still receives and holds the metadata according to DHT rules).
Downside for the local peer is that search speed will not improve if search terms are only avail. remote or by quick hits in local index.

To be able to improve the local index a Click-Servlet option was added additionally.
If switched on, all search result links point to this servlet, which forwards the users browser (by html header) to the desired page and feeds the page to the fulltext-index.
The servlet accepts a parameter defining the action to perform (see defaults/web.xml, index, crawl, crawllinks)

The option check-boxes are placed in ConfigPortal.html
2015-01-04 11:10:45 +01:00
..
AccessTracker.java timeline performance update 2014-07-03 13:06:29 +02:00
HeuristicResult.java
QueryGoal.java more enhancements to image search in case that a restriction to a single 2014-09-16 13:41:01 +02:00
QueryModifier.java do not translate gif images into png images for thumbnails. Instead, 2014-12-28 14:53:55 +01:00
QueryParams.java fixes for searches when initialization of large autotagging libraries 2014-12-19 17:38:58 +01:00
SearchEvent.java Added a “don't store remote search results” option 2015-01-04 11:10:45 +01:00
SearchEventCache.java Added a “don't store remote search results” option 2015-01-04 11:10:45 +01:00
SearchEventType.java
SecondarySearchSuperviser.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00