Method Reopen
Reopen()
Declaration
public override IndexReader Reopen()
Returns
Type | Description |
---|---|
IndexReader |
Overrides
Reopen(Boolean)
Declaration
public override IndexReader Reopen(bool openReadOnly)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | openReadOnly |
Returns
Type | Description |
---|---|
IndexReader |
Overrides
Reopen(IndexCommit)
Declaration
public override IndexReader Reopen(IndexCommit commit)
Parameters
Type | Name | Description |
---|---|---|
IndexCommit | commit |
Returns
Type | Description |
---|---|
IndexReader |