Exemplo n.º 1
0
            public override void CopyTo(Util.IAttribute target)
            {
                var a = (NumericTermAttribute)target;

                a.Init(_value, ValueSize, _precisionStep, Shift);
            }
Exemplo n.º 2
0
 public override void CopyTo(Util.IAttribute target)
 {
     // this makes no sense for us, because our state is per-docsenum.
     // we don't want to copy any stuff over to another docsenum ever!
 }