Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Analysis.Payloads.DelimitedPayloadTokenFilter |
Characters before the delimiter are the "token", those after are the payload. For example, if the delimiter is '|', then for the string "foo|bar", foo is the token and "bar" is a payload. Note, you can also include a org.apache.lucene.analysis.payloads.PayloadEncoder to convert the payload in an appropriate way (from characters to bytes). Note make sure your Tokenizer doesn't split on the delimiter, or this won't work More... | |
Namespaces | |
package | Lucene.Net.Analysis.Payloads |