Method AddIndexes
AddIndexes(Directory[])
Calls AddIndexes(Directory[]) and returns the generation that reflects this change.
Declaration
public virtual long AddIndexes(params Directory[] dirs)
Parameters
Type | Name | Description |
---|---|---|
Directory[] | dirs |
Returns
Type | Description |
---|---|
System.Int64 |
AddIndexes(IndexReader[])
Calls AddIndexes(IndexReader[]) and returns the generation that reflects this change.
Declaration
public virtual long AddIndexes(params IndexReader[] readers)
Parameters
Type | Name | Description |
---|---|---|
IndexReader[] | readers |
Returns
Type | Description |
---|---|
System.Int64 |