Xapian.Enquire.SetSortByValueThenRelevance C# (CSharp) Method

SetSortByValueThenRelevance() public method

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

Same methods

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