Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces
DelimitedPayloadTokenFilter.cs File Reference

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