C# Class Lucene.Net.Search.FieldValuesBitSets

Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
Field string
FieldValueBitSetPair OpenBitSetDISI>.Dictionary

Méthodes publiques

Méthode Description
FieldValuesBitSets ( IndexReader reader, string field ) : System

Private Methods

Méthode Description
GetBitSet ( string groupByField, string group ) : Lucene.Net.Util.OpenBitSetDISI
GetFieldValues ( string groupByField ) : List

Method Details

FieldValuesBitSets() public méthode

public FieldValuesBitSets ( IndexReader reader, string field ) : System
reader Lucene.Net.Index.IndexReader
field string
Résultat System

Property Details

Field public_oe property

public string Field
Résultat string

FieldValueBitSetPair public_oe property

public Dictionary FieldValueBitSetPair
Résultat OpenBitSetDISI>.Dictionary