mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#5664: Lucene should page operations with the highest possible page size
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user