| Package | Description |
|---|---|
| org.appng.api.model |
Provides an interface-based view to the domain model of appNG and some very basic interfaces.
|
| org.appng.core.model |
The non-persistent domain model types.
|
| org.appng.search.indexer |
Types used to provide indexing functionality
|
| org.appng.testsupport |
Test-related types
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<DocumentEvent,DocumentProducer> |
FeatureProvider.getIndexer()
Returns a
Consumer which consumes DocumentEvents produced by a DocumentProducer.The
returned Consumer writes to the Lucene-poweredsearch-index of the Site.To enable this feature, set the Application's Property featureIndexing to true . |
| Modifier and Type | Method and Description |
|---|---|
Consumer<DocumentEvent,DocumentProducer> |
FeatureProviderImpl.getIndexer() |
| Constructor and Description |
|---|
GlobalIndexer(Consumer<DocumentEvent,DocumentProducer> indexer) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<DocumentEvent,DocumentProducer> |
TestBase.SimpleFeatureProvider.getIndexer() |
Copyright © 2011–2018 aiticon GmbH. All rights reserved.