Xapian.TermGenerator.IndexTextWithoutPositions C# (CSharp) Method

IndexTextWithoutPositions() public method

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

Same methods

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