C# Class Lucene.Net.Analysis.Miscellaneous.Lucene47WordDelimiterFilter.WordDelimiterConcatenation

A WDF concatenated 'run'
Afficher le fichier Open project: apache/lucenenet

Private Properties

Свойство Type Description
Append void
Clear void
Write void
WriteAndClear void

Méthodes publiques

Méthode Description
WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System

Private Methods

Méthode Description
Append ( char text, int offset, int length ) : void

Appends the given text of the given length, to the concetenation at the given offset

Clear ( ) : void

Clears the concatenation and resets its state

Write ( ) : void

Writes the concatenation to the attributes

WriteAndClear ( ) : void

Convenience method for the common scenario of having to write the concetenation and then clearing its state

Method Details

WordDelimiterConcatenation() public méthode

public WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System
outerInstance Lucene47WordDelimiterFilter
Résultat System