|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
public static class ShingleMatrixFilter.TokenPositioner
Used to describe how a Token
is to be inserted to a ShingleMatrixFilter.Matrix
.
ShingleMatrixFilter.TokenSettingsCodec.getTokenPositioner(org.apache.lucene.analysis.Token)
,
ShingleMatrixFilter.TokenSettingsCodec.setTokenPositioner(org.apache.lucene.analysis.Token,org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner)
Field Summary | |
---|---|
static ShingleMatrixFilter.TokenPositioner |
newColumn
|
static ShingleMatrixFilter.TokenPositioner |
newRow
|
static ShingleMatrixFilter.TokenPositioner |
sameRow
|
Method Summary | |
---|---|
int |
getIndex()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ShingleMatrixFilter.TokenPositioner newColumn
public static final ShingleMatrixFilter.TokenPositioner newRow
public static final ShingleMatrixFilter.TokenPositioner sameRow
Method Detail |
---|
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |