예제 #1
0
 public virtual bool Get(int index)
 {
     dv.SetDocument(index);
     return(dv.NextOrd() != SortedSetDocValues.NO_MORE_ORDS);
 }
예제 #2
0
 public virtual bool Get(int index)
 {
     Dv.Document = index;
     return(Dv.NextOrd() != SortedSetDocValues.NO_MORE_ORDS);
 }