| Package | Description |
|---|---|
| org.apache.lucene.analysis.shingle |
Word n-gram filters
|
| Modifier and Type | Method and Description |
|---|---|
ShingleMatrixFilter.Matrix |
ShingleMatrixFilter.getMatrix()
Deprecated.
|
ShingleMatrixFilter.Matrix |
ShingleMatrixFilter.Matrix.Column.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShingleMatrixFilter.setMatrix(ShingleMatrixFilter.Matrix matrix)
Deprecated.
|
| Constructor and Description |
|---|
ShingleMatrixFilter(ShingleMatrixFilter.Matrix matrix,
int minimumShingleSize,
int maximumShingleSize,
Character spacerCharacter,
boolean ignoringSinglePrefixOrSuffixShingle,
ShingleMatrixFilter.TokenSettingsCodec settingsCodec)
Deprecated.
Creates a shingle filter based on a user defined matrix.
|