C# Class Lucene.Net.Search.FieldValuesBitSets

Datei anzeigen Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
Field string
FieldValueBitSetPair OpenBitSetDISI>.Dictionary

Public Methods

Method Description
FieldValuesBitSets ( IndexReader reader, string field ) : System

Private Methods

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

Method Details

FieldValuesBitSets() public method

public FieldValuesBitSets ( IndexReader reader, string field ) : System
reader Lucene.Net.Index.IndexReader
field string
return System

Property Details

Field public_oe property

public string Field
return string

FieldValueBitSetPair public_oe property

public Dictionary FieldValueBitSetPair
return OpenBitSetDISI>.Dictionary