Class ShingleMatrixFilter.Matrix.Column.Row
- java.lang.Object
-
- org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
-
- Enclosing class:
- ShingleMatrixFilter.Matrix.Column
public class ShingleMatrixFilter.Matrix.Column.Row extends Object
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShingleMatrixFilter.Matrix.Column
getColumn()
int
getIndex()
List<org.apache.lucene.analysis.Token>
getTokens()
void
setTokens(List<org.apache.lucene.analysis.Token> tokens)
String
toString()
-
-
-
Method Detail
-
getColumn
public ShingleMatrixFilter.Matrix.Column getColumn()
-
getIndex
public int getIndex()
-
getTokens
public List<org.apache.lucene.analysis.Token> getTokens()
-
setTokens
public void setTokens(List<org.apache.lucene.analysis.Token> tokens)
-
-