C# 클래스 org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter.WordDelimiterConcatenation

A WDF concatenated 'run'
파일 보기 프로젝트 열기: paulirwin/lucene.net

Private Properties

프로퍼티 타입 설명
Write void
append void
clear void
writeAndClear void

공개 메소드들

메소드 설명
WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System

비공개 메소드들

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

메소드 상세

WordDelimiterConcatenation() 공개 메소드

public WordDelimiterConcatenation ( Lucene47WordDelimiterFilter outerInstance ) : System
outerInstance Lucene47WordDelimiterFilter
리턴 System