Interface IndexRewriter<T>

All Known Implementing Classes:
AccountIndexRewriter, ChangeIndexRewriter, GroupIndexRewriter

public interface IndexRewriter<T>
Rewriter to sanitize queries before they are sent to the index. The idea here is that the rewriter swaps out predicates so that the query can be processed by the index.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a sanitized version of the provided predicate.