Exemplo n.º 1
0
 protected override AcceptStatus Accept(BytesRef term)
 {
     return(NumericUtils.GetPrefixCodedInt32Shift(term) == 0 ? AcceptStatus.YES : AcceptStatus.END);
 }