| 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 procuder that can handle the reference
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityContentProducer> |
SearchIndexBuilder.getContentProducers()
get all the producers registerd, as a clone to avoid concurrent
modification exceptions
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexBuilder.registerEntityContentProducer(EntityContentProducer ecp)
EntityProducers that want their content indexed on full text must
register an EntityContentProducer with the SearchIndexBuilder
|
Copyright © 2003–2016 Sakai Project. All rights reserved.