Repository: incubator-blur Updated Branches: refs/heads/master 3f898b82e -> b930ea235
Changing a config to a better setting. Under certain queries a double query to a shard server would occur if all the results have the same score. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/1fbc06e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/1fbc06e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/1fbc06e0 Branch: refs/heads/master Commit: 1fbc06e02cd6e24d95af65a8fafbaf653b26047b Parents: 3f898b8 Author: Aaron McCurry <[email protected]> Authored: Fri Feb 6 06:13:25 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Fri Feb 6 06:13:25 2015 -0500 ---------------------------------------------------------------------- blur-util/src/main/resources/blur-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/1fbc06e0/blur-util/src/main/resources/blur-default.properties ---------------------------------------------------------------------- diff --git a/blur-util/src/main/resources/blur-default.properties b/blur-util/src/main/resources/blur-default.properties index 720702f..db313dc 100644 --- a/blur-util/src/main/resources/blur-default.properties +++ b/blur-util/src/main/resources/blur-default.properties @@ -211,7 +211,7 @@ blur.shard.index.deletion.policy.maxage=org.apache.lucene.index.KeepOnlyLastComm blur.shard.index.similarity=org.apache.blur.lucene.search.FairSimilarity # The fetch count per Lucene search, this fetches pointers to hits -blur.shard.fetchcount=110 +blur.shard.fetchcount=250 # Heap limit on row fetch, once this limit has been reached the request will return blur.max.heap.per.row.fetch=10000000
