Class AccountIndexRewriter
- java.lang.Object
-
- com.google.gerrit.server.index.account.AccountIndexRewriter
-
- All Implemented Interfaces:
IndexRewriter<AccountState>
public class AccountIndexRewriter extends Object implements IndexRewriter<AccountState>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<AccountState>
rewrite(Predicate<AccountState> in, QueryOptions opts)
-
-
-
Method Detail
-
rewrite
public Predicate<AccountState> rewrite(Predicate<AccountState> in, QueryOptions opts) throws QueryParseException
- Specified by:
rewrite
in interfaceIndexRewriter<AccountState>
- Throws:
QueryParseException
-
-