Method | Description | |
---|---|---|
IndexDocuments ( |
||
MapReduceIndex ( Lucene.Net.Store.Directory directory, string name, Raven.Database.Indexing.IndexDefinition indexDefinition, |
||
Remove ( string keys, |
Method | Description | |
---|---|---|
HandleCommitPoints ( |
||
IsUpToDateEnoughToWriteToDisk ( Etag highestETag ) : bool | ||
RetrieveDocument ( Lucene.Net.Documents.Document document, |
Method | Description | |
---|---|---|
GetDocumentId ( object doc ) : string | ||
GetMappedData ( object doc ) : RavenJObject | ||
ProcessBatch ( |
||
ReduceKeyToString ( object reduceValue ) : string |
protected HandleCommitPoints ( |
||
itemsInfo | ||
return | void |
public IndexDocuments ( |
||
viewGenerator | ||
batch | ||
actions | IStorageActionsAccessor | |
minimumTimestamp | System.DateTime | |
return | void |
protected IsUpToDateEnoughToWriteToDisk ( Etag highestETag ) : bool | ||
highestETag | Etag | |
return | bool |
public MapReduceIndex ( Lucene.Net.Store.Directory directory, string name, Raven.Database.Indexing.IndexDefinition indexDefinition, |
||
directory | Lucene.Net.Store.Directory | |
name | string | |
indexDefinition | Raven.Database.Indexing.IndexDefinition | |
viewGenerator | ||
context | ||
return | System |
public Remove ( string keys, |
||
keys | string | |
context | ||
return | void |
protected RetrieveDocument ( Lucene.Net.Documents.Document document, |
||
document | Lucene.Net.Documents.Document | |
fieldsToFetch | ||
score | Lucene.Net.Search.ScoreDoc | |
return | Raven.Database.Data.IndexQueryResult |