Xapian.TermGenerator.IndexTextWithoutPositions C# (CSharp) Method

IndexTextWithoutPositions() public method

public IndexTextWithoutPositions ( string text, uint weight ) : void
text string
weight uint
return void
        public void IndexTextWithoutPositions(string text, uint weight)
        {
            XapianPINVOKE.TermGenerator_IndexTextWithoutPositions__SWIG_1(swigCPtr, text, weight);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

TermGenerator::IndexTextWithoutPositions ( string text ) : void
TermGenerator::IndexTextWithoutPositions ( string text, uint weight, string prefix ) : void