| Package | Description |
|---|---|
| org.sakaiproject.search.api |
| Modifier and Type | Method and Description |
|---|---|
EntityContentProducer |
SearchIndexBuilder.newEntityContentProducer(Event event)
get an entity content producer that can handle the event
|
EntityContentProducer |
SearchIndexBuilder.newEntityContentProducer(String ref)
get an entity content producer that can handle the reference
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityContentProducer> |
SearchIndexBuilder.getContentProducers()
Get all the producers registered, as a clone to avoid concurrent
modification exceptions
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexBuilder.registerEntityContentProducer(EntityContentProducer ecp)
Register an implementation-specific indexable content producer instance with this
SearchIndexBuilder. |
Copyright © 2003–2020 Sakai Project. All rights reserved.