C# Class 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.
Inheritance: Lucene.Net.QueryParsers.Flexible.Core.Config.QueryConfigHandler
Show file Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
UNIQUE_FIELD ConfigurationKey

Public Methods

Method Description
GetFieldConfig ( string fieldName ) : FieldConfig
SpansQueryConfigHandler ( ) : Lucene.Net.QueryParsers.Flexible.Core.Config

Method Details

GetFieldConfig() public method

public GetFieldConfig ( string fieldName ) : FieldConfig
fieldName string
return FieldConfig

SpansQueryConfigHandler() public method

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

Property Details

UNIQUE_FIELD public static property

public static ConfigurationKey UNIQUE_FIELD
return ConfigurationKey