| Package | Description | 
|---|---|
| org.terrier.realtime.incremental | 
 Provides incremental indexing functionality. 
 | 
| org.terrier.realtime.memory | 
 Provides MemoryIndex structures. 
 | 
| org.terrier.realtime.memory.fields | 
 Provides MemoryIndex structures that support field search. 
 | 
| org.terrier.services.websitesearch | 
 Provides UI access services for the website search demo. 
 | 
| org.terrier.services.websitesearch.crawler4j | 
 Provides classes for crawling websites on the fly by linking into Crawler4J. 
 | 
| org.terrier.services.websitesearch.crawlers | 
 Provides crawling functionality for websites. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IncrementalIndex
This is the main Index class for an incremental index. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemoryIndex
An index held in fully memory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemoryFields
Super-type of fields index implementations. 
 | 
class  | 
MemoryFieldsIndex
An in-memory incremental fields index (non-compressed). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CrawlerAPI.indexWebsite(UpdatableIndex index,
            int linkdepth,
            String url)
Crawls a website and adds the documents to the specified index 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdatableIndex | 
CustomIndexData.getIndex()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CustomIndexData.setIndex(UpdatableIndex index)  | 
| Constructor and Description | 
|---|
CustomIndexData(String host,
               UpdatableIndex index)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CrawlerProcess.indexWebsite(UpdatableIndex index,
            int linkdepth,
            String url)  | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow