A structure that holds stringified attribute values for full-text indexing.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class IndexValues : IEnumerable<string>, 
	IEnumerable
Visual Basic
Public Class IndexValues _
	Implements IEnumerable(Of String), IEnumerable
Visual C++
public ref class IndexValues : IEnumerable<String^>, 
	IEnumerable

Remarks

Multi-valued attributes are flattened into a space-delimited list when stored in this class.

Inheritance Hierarchy

System..::..Object
  Simol.Indexing..::..IndexValues

See Also