Exemplo n.º 1
0
 public void SetWeightingScheme(Weight weight)
 {
     XapianPINVOKE.Enquire_SetWeightingScheme(swigCPtr, Weight.getCPtr(weight));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void RegisterWeightingScheme(Weight wt)
 {
     XapianPINVOKE.Registry_RegisterWeightingScheme(swigCPtr, Weight.getCPtr(wt));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }