Package | Description |
---|---|
org.nuxeo.ecm.core.storage | |
org.nuxeo.ecm.core.storage.dbs | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.coremodel |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFulltextParser
Default fulltext parser, based on word and punctuation split, and lowercase normalization.
|
Modifier and Type | Field and Description |
---|---|
protected FulltextParser |
FulltextExtractorWork.fulltextParser |
Modifier and Type | Field and Description |
---|---|
protected FulltextParser |
DBSTransactionState.FulltextFinder.fulltextParser |
Constructor and Description |
---|
FulltextFinder(FulltextParser fulltextParser,
DBSDocumentState document,
DBSSession session)
Prepares parsing for one document.
|
Modifier and Type | Field and Description |
---|---|
protected FulltextParser |
SessionImpl.fulltextParser |
protected FulltextParser |
SessionImpl.FulltextFinder.fulltextParser |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends FulltextParser> |
RepositoryImpl.fulltextParserClass |
Modifier and Type | Method and Description |
---|---|
Class<? extends FulltextParser> |
RepositoryImpl.getFulltextParserClass() |
Constructor and Description |
---|
FulltextFinder(FulltextParser fulltextParser,
Node document,
SessionImpl session) |
Modifier and Type | Method and Description |
---|---|
Class<? extends FulltextParser> |
SQLRepositoryService.getFulltextParserClass(String repositoryName) |
Copyright © 2015 Nuxeo SA. All rights reserved.