C# Class Lucene.Net.Search.FieldValuesDocIDs

"internal" class to extract the DocIDs of each value of a field
Mostra file Open project: Artesian/SparseFacetedSearch Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetDocIDs ( IndexReader reader, string groupByField, string group ) : IEnumerable
GetFieldValues ( IndexReader reader, string groupByField ) : IEnumerable

Method Details

FieldValuesDocIDs() public method

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