|
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.Index.Payload |
| A Payload is metadata that can be stored together with each occurrence of a term. This metadata is stored inline in the posting list of the specific term. To store payloads in the index a TokenStream has to be used that produces payload data. Use TermPositions.PayloadLength and TermPositions.GetPayload(byte[], int) to retrieve the payloads from the index. More... | |
Namespaces | |
| package | Lucene.Net.Index |
Typedefs | |
| using | TokenStream = Lucene.Net.Analysis.TokenStream |
| using | ArrayUtil = Lucene.Net.Util.ArrayUtil |
| using ArrayUtil = Lucene.Net.Util.ArrayUtil |
Definition at line 21 of file Payload.cs.
Definition at line 20 of file Payload.cs.
1.8.3