Returns an array of {@link Fieldable}s with the given name.
This method returns an empty array when there are no
matching fields. It never returns null.
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public Fieldable[] GetFieldables( string name ) |
Visual Basic |
---|
Public Function GetFieldables ( _ name As String _ ) As Fieldable() |
Visual C++ |
---|
public: array<Fieldable^>^ GetFieldables( String^ name ) |
Parameters
- name
- Type: System..::..String
the name of the field
Return Value
aCopyC#
Fieldable[]