Package | Description |
---|---|
org.apache.lucene.analysis.shingle |
Word n-gram filters
|
Modifier and Type | Method and Description |
---|---|
ShingleMatrixFilter.Matrix |
ShingleMatrixFilter.getMatrix() |
ShingleMatrixFilter.Matrix |
ShingleMatrixFilter.Matrix.Column.getMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
ShingleMatrixFilter.setMatrix(ShingleMatrixFilter.Matrix matrix) |
Constructor and Description |
---|
ShingleMatrixFilter(ShingleMatrixFilter.Matrix matrix,
int minimumShingleSize,
int maximumShingleSize,
java.lang.Character spacerCharacter,
boolean ignoringSinglePrefixOrSuffixShingle,
ShingleMatrixFilter.TokenSettingsCodec settingsCodec)
Creates a shingle filter based on a user defined matrix.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.