kazenzakis
08/07/2023, 9:43 PMTooManyClausesException: maxClauseCount is set to 1024
. For the search we're using: var results = index.Searcher.CreateQuery().NativeQuery(query).Execute();
Is there a recommended way of handling this issue? Should we be using multiple indexes to refine the search? Is there a way to turn of indexing the previously excluded JSON fields from Block Lists?nzdev
08/08/2023, 4:51 AMkazenzakis
08/08/2023, 12:59 PMCraig100
08/08/2023, 3:10 PMSven Geusens
08/09/2023, 7:06 AMSven Geusens
08/09/2023, 7:07 AMkazenzakis
08/10/2023, 1:29 PMOwain
08/10/2023, 3:24 PMnzdev
08/10/2023, 11:31 PM