Package | Description |
---|---|
org.apache.lucene.analysis.shingle |
Modifier and Type | Class and Description |
---|---|
static class |
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
Using this codec makes a
ShingleMatrixFilter act like ShingleFilter . |
static class |
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
A full featured codec not to be used for something serious.
|
static class |
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
A codec that creates a two dimensional matrix
by treating tokens from the input stream with 0 position increment
as new rows to the current column.
|
Modifier and Type | Field and Description |
---|---|
static ShingleMatrixFilter.TokenSettingsCodec |
ShingleMatrixFilter.defaultSettingsCodec |
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.
|
ShingleMatrixFilter(TokenStream input,
int minimumShingleSize,
int maximumShingleSize,
java.lang.Character spacerCharacter,
boolean ignoringSinglePrefixOrSuffixShingle,
ShingleMatrixFilter.TokenSettingsCodec settingsCodec)
Creates a shingle filter with ad hoc parameter settings.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.