Field RANDOM_ACCESS_FILTER_STRATEGY
A FilteredQuery.FilterStrategy that conditionally uses a random access filter if
the given DocIdSet supports random access (returns a non-null value
from Bits) and
UseRandomAccess(IBits, Int32) returns
true
. Otherwise this strategy falls back to a "zig-zag join" (
LEAP_FROG_FILTER_FIRST_STRATEGY) strategy.
Note: this strategy is the default strategy in FilteredQuery
Assembly: DistributedLucene.Net.dll
Syntax
public static readonly FilteredQuery.FilterStrategy RANDOM_ACCESS_FILTER_STRATEGY
Returns
Type | Description |
---|---|
FilteredQuery.FilterStrategy |