Interface OptionalFilters<T>

All Superinterfaces:
CompoundType<T>

public interface OptionalFilters<T> extends CompoundType<T>
Create filters to boost or demote records. Records that match the filter are ranked higher for positive and lower for negative optional filters. In contrast to regular filters, records that don't match the optional filter are still included in the results, only their ranking is affected.