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

A WDF concatenated 'run'
Show file Open project: paulirwin/lucene.net

Private Properties

Property Type Description
Write void
append void
clear void
writeAndClear void

Public Methods

Method Description
WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System

Private Methods

Method Description
Write ( ) : void

Writes the concatenation to the attributes

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

writeAndClear ( ) : void

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

Method Details

WordDelimiterConcatenation() public method

public WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System
outerInstance Lucene47WordDelimiterFilter
return System