Package | Description |
---|---|
nl.inl.blacklab.contentstore |
Deals with storing the original content in UTF-16 for quickly
making concordances.
|
nl.inl.blacklab.index |
Classes related to indexing.
|
nl.inl.blacklab.search |
Contains the main BlackLab classes.
|
nl.inl.blacklab.testutil |
Package for test applications, for example doing performance
testing on the different parts of BlackLab, and tools that
can help with debugging problems.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentStoreDirAbstract
Store string content by id in a directory of compound files with a TOC file.
|
class |
ContentStoreDirUtf8
Store string content by id in a directory of compound files with a TOC file.
|
class |
ContentStoreDirZip
Variant of ContentStoreDirUtf8 that also compresses each block using GZIP.
|
class |
ContentStoreFixedBlock |
class |
ContentStoreFixedBlockReader
Store string content by id in a compound file and a TOC file.
|
class |
ContentStoreFixedBlockWriter
Store string content by id in a compound file and a TOC file.
|
Modifier and Type | Method and Description |
---|---|
ContentStore |
ContentStoresManager.contentStore(Field field) |
static ContentStore |
ContentStore.open(File indexXmlDir,
boolean indexMode,
boolean create) |
Modifier and Type | Method and Description |
---|---|
void |
ContentStoresManager.put(Field field,
ContentStore store) |
Modifier and Type | Method and Description |
---|---|
ContentStore |
DocWriter.contentStore(String captureContentFieldName)
Get the content store for the specified field.
|
Modifier and Type | Method and Description |
---|---|
ContentStore |
ContentAccessor.getContentStore() |
protected ContentStore |
BlackLabIndexImpl.openContentStore(Field field) |
Modifier and Type | Method and Description |
---|---|
protected void |
BlackLabIndexImpl.registerContentStore(Field field,
ContentStore contentStore)
Register a ContentStore as a content accessor.
|
Constructor and Description |
---|
ContentAccessor(Field field,
ContentStore contentStore) |
Modifier and Type | Method and Description |
---|---|
static long |
BatchContentStore.doPerformanceTest(ContentStore cs,
int first,
int number,
int skip,
int snippets)
Do a performance test, retrieving snippets from a number of documents.
|
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.