C# 클래스 Lucene.Net.Analysis.Miscellaneous.WordDelimiterFilter.WordDelimiterConcatenation

A WDF concatenated 'run'
파일 보기 프로젝트 열기: apache/lucenenet

Private Properties

프로퍼티 타입 설명
Append void
Clear void
Write void
WriteAndClear void

공개 메소드들

메소드 설명
WordDelimiterConcatenation ( WordDelimiterFilter outerInstance ) : Lucene.Net.Analysis.Tokenattributes

비공개 메소드들

메소드 설명
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

메소드 상세

WordDelimiterConcatenation() 공개 메소드

public WordDelimiterConcatenation ( WordDelimiterFilter outerInstance ) : Lucene.Net.Analysis.Tokenattributes
outerInstance WordDelimiterFilter
리턴 Lucene.Net.Analysis.Tokenattributes