Searched refs:termMatchCode (Results 1 – 1 of 1) sorted by relevance
46 @SearchSpec.TermMatch int termMatchCode = spec.getTermMatch(); in toSearchSpecProto() local47 TermMatchType.Code termMatchCodeProto = TermMatchType.Code.forNumber(termMatchCode); in toSearchSpecProto()49 throw new IllegalArgumentException("Invalid term match type: " + termMatchCode); in toSearchSpecProto()