0
0
Fork 0

set token type

This commit is contained in:
Marty Schoch 2014-07-31 14:10:27 -04:00
parent 25540c736a
commit dd36f916c4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ func (t *TextField) Analyze() (int, analysis.TokenFrequencies) {
End: len(t.value),
Term: t.value,
Position: 1,
Type: analysis.AlphaNumeric,
},
}
}