[389-users] Re: Unindexed search even on indexed database

2021-03-04 Thread Mark Reynolds
On 3/4/21 7:24 AM, Pierre Rogier wrote: Hi Jan, IMHO the allids threshold has been reached for the "issued" value for entryStatus  index  (in other words: too many entries have  entryStatus: issued: ) You may want to grep for "conn=115 op=1" in access log and check how many entries where

[389-users] Re: Unindexed search even on indexed database

2021-03-04 Thread Pierre Rogier
Hi Jan, IMHO the allids threshold has been reached for the "issued" value for entryStatus index (in other words: too many entries have entryStatus: issued: ) You may want to grep for "conn=115 op=1" in access log and check how many entries where returned by the search If the value is higher

[389-users] Re: Unindexed search

2021-02-27 Thread Mark Reynolds
On 2/26/21 8:42 PM, William Brown wrote: Substring search indexes are based on trigraphs aka combinations of three letters. So for example, "search" would be broken down to: "sea" "ear" "arc" "rch" Just for completeness, it is actually broken down like: "^se "sea" "ear" "arc" "rch" "ch$"

[389-users] Re: Unindexed search

2021-02-26 Thread William Brown
Substring search indexes are based on trigraphs aka combinations of three letters. So for example, "search" would be broken down to: "sea" "ear" "arc" "rch" This is because 1 and 2 letter indexes were considered "too costly" to maintain when these were originally added. > On 27 Feb 2021, at