Esempio n. 1
0
        public override Query VisitPrefixQuery(PrefixQuery prefixq)
        {
            _text.Append(TermToString(prefixq.GetPrefix()));
            _text.Append('*');
            _text.Append(BoostToString(prefixq.GetBoost()));

            return(base.VisitPrefixQuery(prefixq));
        }