Xapian.Enquire.SetSortByRelevanceThenValue C# (CSharp) Method

SetSortByRelevanceThenValue() public method

public SetSortByRelevanceThenValue ( uint sort_key ) : void
sort_key uint
return void
        public void SetSortByRelevanceThenValue(uint sort_key)
        {
            XapianPINVOKE.Enquire_SetSortByRelevanceThenValue__SWIG_1(swigCPtr, sort_key);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

Enquire::SetSortByRelevanceThenValue ( uint sort_key, bool ascending ) : void