Lucene.Net.QueryParsers.Flexible.Core.Nodes.QueryNodeImpl.ToString C# (CSharp) Method

ToString() public method

Every implementation of this class should return pseudo xml like this: For FieldQueryNode: <field start='1' end='2' field='subject' text='foo'/>
public ToString ( ) : string
return string
        public override string ToString()
        {
            return base.ToString();
        }