C# Class SenseNet.Search.Indexing.IndexFieldInfo

Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
IndexFieldInfo ( string name, string value, FieldInfoType type, Field store, Field index, Field termVector ) : System

Method Details

IndexFieldInfo() public method

public IndexFieldInfo ( string name, string value, FieldInfoType type, Field store, Field index, Field termVector ) : System
name string
value string
type FieldInfoType
store Lucene.Net.Documents.Field
index Lucene.Net.Documents.Field
termVector Lucene.Net.Documents.Field
return System