C# 클래스 Lucene.Net.QueryParsers.Flexible.Spans.SpansQueryConfigHandler

This query config handler only adds the IUniqueFieldAttribute to it. It does not return any configuration for a field in specific.
상속: Lucene.Net.QueryParsers.Flexible.Core.Config.QueryConfigHandler
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UNIQUE_FIELD ConfigurationKey

공개 메소드들

메소드 설명
GetFieldConfig ( string fieldName ) : FieldConfig
SpansQueryConfigHandler ( ) : Lucene.Net.QueryParsers.Flexible.Core.Config

메소드 상세

GetFieldConfig() 공개 메소드

public GetFieldConfig ( string fieldName ) : FieldConfig
fieldName string
리턴 FieldConfig

SpansQueryConfigHandler() 공개 메소드

public SpansQueryConfigHandler ( ) : Lucene.Net.QueryParsers.Flexible.Core.Config
리턴 Lucene.Net.QueryParsers.Flexible.Core.Config

프로퍼티 상세

UNIQUE_FIELD 공개적으로 정적으로 프로퍼티

public static ConfigurationKey UNIQUE_FIELD
리턴 ConfigurationKey