C# (CSharp) Lucene.Net.Analysis.Tokenattributes CharTermAttribute.ToString - 18 exemples trouvés. Ce sont les exemples réels les mieux notés de Lucene.Net.Analysis.Tokenattributes.CharTermAttribute.ToString extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Returns solely the term text as specified by the CharSequence interface.
this method changed the behavior with Lucene 3.1, before it returned a String representation of the whole term with all attributes. this affects especially the Lucene.Net.Analysis.Token subclass.