Constructor
new IndexOptions(module, options)
Create index options.
Parameters:
Name | Type | Description |
---|---|---|
module |
String | |
options |
Object |
- Source:
Methods
(static) fromOptions(options) → {IndexOptions}
Instantiate indexer options from object.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object |
- Source:
Returns:
- Type
- IndexOptions
(private) fromOptions(options) → {IndexOptions}
Inject properties from object.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object |
- Source:
Returns:
- Type
- IndexOptions