| Package | Description |
|---|---|
| dragon.ir.index | |
| dragon.ir.index.sequence |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexWriter
The class implements two methods writing termdoc and docterm matrix to disk with options of term based, relation based or both
|
class |
BasicIndexWriter
The class is used to initialize and write index to disk
|
class |
OnlineIndexWriter
The class is the same as BasicIndexWriter except that it does not store information to disk.
|
| Modifier and Type | Method and Description |
|---|---|
IndexWriter |
IRSection.getIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRSection.setIndexWriter(IndexWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequenceIndexWriter
The abstract index writer for sequencial data
|
class |
BasicSequenceIndexWriter
The basic index writer for sequencial data
|
class |
OnlineSequenceIndexWriter
The online index writer for sequencial data
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.