yacy_search_server/defaults
orbiter 19fd13d3bc Added federated index storage to solr.
YaCy supports now the storage to remote solr indexes.
More federated storage (and search) methods may follow.

The remote index scheme is the same as produced by the SolrCell; see
http://wiki.apache.org/solr/ExtractingRequestHandler
Because this default scheme is used, the default example scheme can be used as solr configuration
This is also the same scheme that solr uses if documents are imported with apache tika.

federated solr storage is switched off by default.

To use this, do the following:
- set federated.service.solr.indexing.enabled = true
- download solr from http://www.apache.org/dyn/closer.cgi/lucene/solr/
- extract the solr (3.1) package, 'cd example' and start solr with 'java -jar start.jar'
- start yacy and then start a crawler. The crawler will fill both, YaCy and solr indexes.
- to check whats in solr after indexing, open http://localhost:8983/solr/admin/

Until now it is not possible to use the solr index to search with YaCy in that solr index.
This functionality is now available for two reasons:
1) to compare the functionality of Solr and YaCy and to compare the search speed
2) to use YaCy as a search appliance for people who need a crawler or other source harvesting methods
   that YaCy provides (like dublin core reading, wikimedia dump reading, rss feed reader etc) if people still
   want to use solr instead of YaCy.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7654 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-04-14 20:05:04 +00:00
..
httpd.mime added more php mime types 2011-01-22 09:52:36 +00:00
oaiListFriendsSource.xml The oai ListFriends source list becomes configurable: just write them into defaults/oaiListFriendsSource.xml 2010-05-06 10:01:37 +00:00
performance_dht.profile higher dht distribution speed by default 2009-07-03 13:28:19 +00:00
sessionid.names fix for sid check 2010-02-15 23:31:32 +00:00
yacy.init Added federated index storage to solr. 2011-04-14 20:05:04 +00:00
yacy.network.allip.unit *) replaced all IPs in IP filters for proxy with the proper regular expression 2011-02-11 23:37:13 +00:00
yacy.network.freeworld.unit introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
yacy.network.intranet.unit *) replaced all IPs in IP filters for proxy with the proper regular expression 2011-02-11 23:37:13 +00:00
yacy.network.readme * add option to network definition to provide a domainlist (syntax like in blacklists) 2010-10-30 14:44:33 +00:00
yacy.network.webportal.unit *) replaced all IPs in IP filters for proxy with the proper regular expression 2011-02-11 23:37:13 +00:00
yacy.networks - removed unused network oanet 2010-08-09 23:41:17 +00:00