| Package | Description |
|---|---|
| org.appng.api.search |
Provides an API to the indexing and searching functionality of appNG
|
| org.appng.search.indexer |
Types used to provide indexing functionality
|
| Modifier and Type | Class and Description |
|---|---|
class |
Consumer<E,P extends Producer<E>>
A
Consumer is aware of several Producers which can be added via the put(Object),
put(Object, long) and putWithTimeout(Object, long) method. |
class |
DocumentProducer
A
Producer that produces DocumentEvents. |
class |
Producer<E>
A
Producer creates a product via the put(Object), put(Object, long) and
putWithTimeout(Object, long) method and offers it to it's (unknown) Consumers via the get()
, get(long) or getWithTimeout(long)-method.TODO MM this has nothing to do especially with searching! Design seems overloaded, use a shared single BlockingQueue for communication between consumer and producer! |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentIndexer
|
Copyright © 2011–2021 aiticon GmbH. All rights reserved.