Exemple #1
0
        public override double GetMaxExtra()
        {
            double ret = XapianPINVOKE.BM25Weight_GetMaxExtra(swigCPtr);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }