C# Class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.WordDelimiterConcatenation

A WDF concatenated 'run'
Afficher le fichier Open project: paulirwin/lucene.net

Private Properties

Свойство Type Description
append void
clear void
write void
writeAndClear void

Méthodes publiques

Méthode Description
WordDelimiterConcatenation ( WordDelimiterFilter 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 ( WordDelimiterFilter outerInstance ) : System
outerInstance WordDelimiterFilter
Résultat System