yacy_search_server/defaults
Michael Peter Christen 4735bd47f4 - changed solr commit call and added an optimize option. Since Solr
4.0.0 there is a new softcommit feature which implements a
near-real-time (NRT) search option. The softcommit does not do IO and
does not cause performance issues.
YaCy has now an extension in its solr connectors to use the softcommit
feature. The softcommit call now replaces all places where a hard commit
was used. Furthermore the commit strategy in when doing a search from
the web interface was changed (it's done every time before a search is
done).

The softcommit feature was implemented because it was needed for the
following changes (customer demands), which is also included in this
git commit:

- added a feature to identify all documents which have unique titles
and/or unique descriptions. These unique flags are disabled by default.
- added also a feature to set a flag when the url from a canonical tag
is equal to the document url. This is also disabled by default.

To support the new softcommit strategy, the commitWithinMs option was
set to -1 do disable automatic commit based on document insert times. If
documents are inserted permanently then also a commit would happen
permanently whenever the commitWithinMs time is reached. This would
conflict with the regular autocommit of 10 minutes and the new
softcommit strategy.
2013-01-23 14:40:58 +01:00
..
solr Reverted setting of MMapDirectoryFactory from solrconfig; see 2013-01-21 17:55:28 +01:00
heuristicopensearch.conf Adding heuristic to get search results from configured systems which support opensearch specification 2012-12-29 08:24:48 +01:00
httpd.mime doctype2mime fix, influences metadata conversion between old metadata 2012-08-16 17:49:35 +02: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
RDFaParser.xsl moved RDFaParser.xsl configuration file to defaults 2012-06-21 16:09:12 +02:00
sessionid.names fix for sid check 2010-02-15 23:31:32 +00:00
solr.keys.list added new solr fields (unused yet; implementation will follow) 2013-01-21 18:02:29 +01:00
yacy.init - changed solr commit call and added an optimize option. Since Solr 2013-01-23 14:40:58 +01:00
yacy.logging fix: Broken Link on Crawler_p.html - issue 218 2012-12-29 04:53:20 +01:00
yacy.network.allip.unit update location update 2012-04-19 11:49:43 +02:00
yacy.network.freeworld.unit fix: remove fixed individual testing IP (85.25.151.30 = server4you.de) from default/yacy.network.freeworld.unit 2012-11-11 21:19:18 +01:00
yacy.network.intranet.unit update location update 2012-04-19 11:49:43 +02:00
yacy.network.metager.unit update location update 2012-04-19 11:49:43 +02: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 update location update 2012-04-19 11:49:43 +02:00
yacy.networks Creates a new network definition, yacy.networks.metager.unit. 2011-06-03 22:34:42 +00:00