[Missing <summary> documentation for "M:Lucene.Net.Documents.FieldSelector.Accept(System.String)"]

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
FieldSelectorResult Accept(
	string fieldName
)
Visual Basic
Function Accept ( _
	fieldName As String _
) As FieldSelectorResult
Visual C++
FieldSelectorResult^ Accept(
	String^ fieldName
)

Parameters

fieldName
Type: System..::..String
the field to accept or reject

Return Value

an instance of {@link FieldSelectorResult} if the {@link Field} named
CopyC#
fieldName
should be loaded.

See Also