C# 클래스 Lucene.Net.Search.FieldValuesBitSets

파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Field string
FieldValueBitSetPair OpenBitSetDISI>.Dictionary

공개 메소드들

메소드 설명
FieldValuesBitSets ( IndexReader reader, string field ) : System

비공개 메소드들

메소드 설명
GetBitSet ( string groupByField, string group ) : Lucene.Net.Util.OpenBitSetDISI
GetFieldValues ( string groupByField ) : List

메소드 상세

FieldValuesBitSets() 공개 메소드

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

프로퍼티 상세

Field 공개적으로 프로퍼티

public string Field
리턴 string

FieldValueBitSetPair 공개적으로 프로퍼티

public Dictionary FieldValueBitSetPair
리턴 OpenBitSetDISI>.Dictionary