yacy_search_server/source/net/yacy/peers
Michael Peter Christen b6de1f42dc Full redesign of solr connection architecture. This was done to support
multiple solr cores instead of just one. Therefore it is now necessary
to distuingish between solr server connections (called an 'Instance')
and a connection to a single solr core. One Instance may now have
multiple connector classes assigned to it, each connecting to a single
core.
To support multiple cores it is also necessary to distinguish between
the connection configuration and the configuration of the index schema.
We will have multiple schema configurations in the future, each for
every solr core. This caused that the IndexFederated servlet had to be
split into two parts, the new Servlet for the Schema editor is now in
the IndexSchema Servlet.
2013-02-15 01:38:10 +01:00
..
graphics redesign of the QueryParams class: introduced QueryGoal which holds the 2012-11-18 01:22:41 +01:00
operation - removed unnecessary synchronized and deadlock in crawler 2012-10-28 19:56:02 +01:00
Accessible.java refactoring 2011-10-04 09:06:24 +00:00
DHTSelection.java when searching the network, do not search on robinson peers with the old 2013-02-08 18:30:08 +01:00
Dispatcher.java refactoring 2012-09-25 21:20:03 +02:00
EventChannel.java refactoring 2011-10-04 09:06:24 +00:00
Network.java SeedUpload url : check to reject localhost url included in saveSeedList (same check as in / copied from Seed.isProper() ), to prevent identity change on next startup (due to rejected seeduploadurl). 2012-12-24 23:29:02 +01:00
NewsDB.java refactoring 2012-09-21 16:46:57 +02:00
NewsPool.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
NewsQueue.java refactoring 2012-09-21 16:46:57 +02:00
PeerActions.java refactoring 2012-09-21 15:48:16 +02:00
Protocol.java Full redesign of solr connection architecture. This was done to support 2013-02-15 01:38:10 +01:00
RemoteSearch.java extended JSON Response Writer and Opensearch Response Writer for the 2013-02-12 03:42:46 +01:00
Seed.java refactoring 2012-09-25 21:20:03 +02:00
SeedDB.java - removed unnecessary synchronized and deadlock in crawler 2012-10-28 19:56:02 +01:00
Transmission.java not hold a expensive cache of references for DHT-out,but but load them 2012-10-21 20:00:36 +02:00