Package | Description |
---|---|
org.terrier.realtime.incremental |
Provides incremental indexing functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
IncrementalFlushDocs
An IncrementalFlushPolicy that will flush an index to disk after
a fixed number of documents have been emitted.
|
class |
IncrementalFlushMemory
An IncrementalFlushPolicy that will flush an index to disk after
a memory-used threshold has been reached.
|
class |
IncrementalFlushTime
An IncrementalFlushPolicy that will flush an index to disk after
after a fixed period of time.
|
Modifier and Type | Method and Description |
---|---|
static IncrementalFlushPolicy |
IncrementalFlushPolicy.get(String policy,
List<Index> indices,
IncrementalIndex index)
Create a new flush thread.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow