Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
org
apache
lucene
analysis
miscellaneous
WordDelimiterFilter.OffsetSorter
C# Class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.OffsetSorter
Inheritance:
InPlaceMergeSorter
Show file
Open project: paulirwin/lucene.net
Public Methods
Method
Description
OffsetSorter
(
WordDelimiterFilter
outerInstance
) :
System
Protected Methods
Method
Description
compare
(
int
i
,
int
j
) :
int
swap
(
int
i
,
int
j
) :
void
Method Details
OffsetSorter()
public
method
public
OffsetSorter
(
WordDelimiterFilter
outerInstance
) :
System
outerInstance
WordDelimiterFilter
return
System
compare()
protected
method
protected
compare
(
int
i
,
int
j
) :
int
i
int
j
int
return
int
swap()
protected
method
protected
swap
(
int
i
,
int
j
) :
void
i
int
j
int
return
void