Initializes a new instance of the MatchAllDocsQuery class
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public MatchAllDocsQuery( string normsField ) |
Visual Basic |
---|
Public Sub New ( _ normsField As String _ ) |
Visual C++ |
---|
public: MatchAllDocsQuery( String^ normsField ) |
Parameters
- normsField
- Type: System..::..String
Field used for normalization factor (document boost). Null if nothing.