| Package | Description |
|---|---|
| dragon.config | |
| dragon.ir.index | |
| dragon.ir.index.sentence | |
| dragon.ir.index.sequence |
| Modifier and Type | Method and Description |
|---|---|
Indexer |
IndexerConfig.getIndexer(ConfigureNode node,
int indexerID) |
Indexer |
IndexerConfig.getIndexer(int indexerID) |
protected Indexer |
IndexerConfig.loadIndexer(String indexerName,
ConfigureNode indexerNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexAppConfig.indexCollection(Indexer indexer,
CollectionReader[] arrCollectionReader,
boolean useMeta) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexer
AbstractIndexer implements basic functions of interface Indexer
such as building index for an article and options for section index
and relation index
|
class |
BasicIndexer
BasicIndexer, providing all basic functions for indexing, can be used to index documents directly
|
class |
DualIndexer
The class handles two dimensional document language model indexing
|
class |
OnlineIndexer
The class is designed for indexing in computer memory especially for small document set when writing to disk is not necessary.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSentenceIndexer
The abstract indexder for sentence level indexing
|
class |
BasicSentenceIndexer
The basic indexer for sentence level indexing
|
class |
DualSentenceIndexer
Two dimensional sentence indexer
|
class |
OnlineSentenceIndexer
Indexer for indexing sentence without storing to disk
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineSentenceIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequenceIndexer
The abstract indexer for indexing sequencial data
|
class |
BasicSequenceIndexer
The basic indexer for sequencial data
|
class |
OnlineSequenceIndexer
The online indexer for sequencial data
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineSequenceIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.