Constructor FieldInfos
FieldInfos()
Declaration
public FieldInfos()
FieldInfos(Directory, String)
Construct a FieldInfos object using the directory and the name of the file IndexInput
Declaration
public FieldInfos(Directory d, String name)
Parameters
Type | Name | Description |
---|---|---|
Directory | d | The directory to open the IndexInput from |
String | name | The name of the file to open the IndexInput from in the Directory |