Xapian.TermGenerator.IndexTextWithoutPositions C# (CSharp) 메소드

IndexTextWithoutPositions() 공개 메소드

public IndexTextWithoutPositions ( string text ) : void
text string
리턴 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