C# Class SenseNet.Search.Indexing.IndexFieldInfo

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

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

Method Details

IndexFieldInfo() public méthode

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
Résultat System