#5664: Lucene should page operations with the highest possible page size

This commit is contained in:
Lombiq
2015-08-28 23:38:30 +02:00
committed by Benedek Farkas
parent b52a846c5f
commit 42ff708da8

View File

@@ -29,7 +29,7 @@ namespace Lucene.Services {
public static readonly Version LuceneVersion = Version.LUCENE_29;
public static readonly DateTime DefaultMinDateTime = new DateTime(1980, 1, 1);
public static readonly int BatchSize = 50;
public static readonly int BatchSize = BooleanQuery.MaxClauseCount;
public LuceneIndexProvider(
IAppDataFolder appDataFolder,