Example #1
0
 public BinaryTokenStream(BytesRef bytes)
 {
     this.bytes = bytes;
     bytesAtt   = AddAttribute <IByteTermAttribute>();
 }
Example #2
0
 public BinaryTokenStream(BytesRef bytes)
 {
     this.Bytes = bytes;
     BytesAtt = AddAttribute<IByteTermAttribute>();
 }