Method | Description | |
---|---|---|
AddPackages ( IList |
||
GetDocumentCount ( ) : int | ||
GetIndexSizeInBytes ( ) : long | ||
GetLastWriteTime ( ) : DateTime? | ||
LuceneIndexingService ( IEntityRepository |
||
RegisterBackgroundJobs ( IList |
||
UpdateIndex ( ) : void | ||
UpdateIndex ( bool forceRefresh ) : void | ||
UpdatePackage ( |
Method | Description | |
---|---|---|
EnsureIndexWriter ( bool creatingIndex ) : void | ||
IndexRequiresRefresh ( ) : bool | ||
UpdateIndexRefreshTime ( ) : void | ||
UpdateLastWriteTime ( ) : void |
Method | Description | |
---|---|---|
AddPackage ( |
||
AddPackagesCore ( IList |
||
CalculateSize ( |
||
EnsureIndexWriterCore ( bool creatingIndex ) : void | ||
GetPackages ( System.DateTime lastIndexTime ) : List |
public AddPackages ( IList |
||
packages | IList |
|
creatingIndex | bool | |
return | void |
protected EnsureIndexWriter ( bool creatingIndex ) : void | ||
creatingIndex | bool | |
return | void |
protected static IndexRequiresRefresh ( ) : bool | ||
return | bool |
public LuceneIndexingService ( IEntityRepository |
||
packageSource | IEntityRepository |
|
return | System |
public RegisterBackgroundJobs ( IList |
||
jobs | IList |
|
return | void |
public UpdateIndex ( bool forceRefresh ) : void | ||
forceRefresh | bool | |
return | void |
protected static UpdateIndexRefreshTime ( ) : void | ||
return | void |
public UpdatePackage ( |
||
package | ||
return | void |