A C D E F G H I M N O P R S T U

A

ACTION_ADD - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Action ADD the record to the search engine, if the doc ID is set, then remove first, if not set, check its not there.
ACTION_DELETE - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Action DELETE the record from the search engine, once complete delete the record
ACTION_REBUILD - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
The action REBUILD causes the indexer thread to rebuild the index from scratch, re-fetching all entities This should only ever appear on the master record
ACTION_REFRESH - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
The action REFRESH causes the indexer thread to refresh the search index from the current set of entities.
ACTION_UNKNOWN - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Action Unknown, usually because the record has just been created
actions - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
addData(String) - Method in interface org.sakaiproject.search.api.rdf.RDFSearchService
adds a block of RDF expressed as XML-RDF to the store
addResource(Notification, Event) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Adds a resource to the index builder
appendCleanString(String, StringBuilder) - Static method in class org.sakaiproject.search.api.SearchUtils
 
appendCleanString(char[], StringBuilder) - Static method in class org.sakaiproject.search.api.SearchUtils
 

C

canRead(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
returns true if the current user can view the search result
checkRunning() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
Check running, and ping the thread if in a wait state
countPending() - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
count the number of entries pending
create() - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
create a new item
createIndexTransaction(SearchIndexBuilderWorker) - Method in interface org.sakaiproject.search.dao.SearchIndexBuilderWorkerDao
create the index with a minimal profile

D

DATE_STAMP - Static variable in interface org.sakaiproject.search.api.SearchService
 
destroy() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Close down the entire search infrastructure
destroy() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
destroy the search index builder worker and release all resources
Diagnosable - Interface in org.sakaiproject.search.api
Components that are runtime dignosable implement this control interface
disableDiagnostics() - Method in interface org.sakaiproject.search.api.Diagnosable
 

E

enableDiagnostics() - Method in interface org.sakaiproject.search.api.Diagnosable
 
EntityContentProducer - Interface in org.sakaiproject.search.api
This is a special class than handles ContentResources for the purposes of search.
EVENT_SEARCH - Static variable in interface org.sakaiproject.search.api.SearchService
 
EVENT_SEARCH_REF - Static variable in interface org.sakaiproject.search.api.SearchService
 
EVENT_TRIGGER_INDEX_RELOAD - Static variable in interface org.sakaiproject.search.api.SearchService
event to trigger a reload of the search index by query nodes
EVENT_TRIGGER_SEARCH - Static variable in interface org.sakaiproject.search.api.SearchService
event to trigger an update of the index sent from Search Service to index builders

F

FIELD_CONTAINER - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field the container of the entity
FIELD_CONTENTS - Static variable in interface org.sakaiproject.search.api.SearchService
Searhc Field (term vector, not full contents) The contents of the Entity
FIELD_CONTEXT - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field The context of the Entity
FIELD_DIGEST_COUNT - Static variable in interface org.sakaiproject.search.api.SearchService
 
FIELD_ID - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field The Sakai id of the entity
FIELD_REFERENCE - Static variable in interface org.sakaiproject.search.api.SearchService
Search field The reference of the entity
FIELD_SITEID - Static variable in interface org.sakaiproject.search.api.SearchService
Search Index Field the site id of the entity ( where is was produced)
FIELD_SUBTYPE - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field The tool subtype of the entity
FIELD_TITLE - Static variable in interface org.sakaiproject.search.api.SearchService
Seadch Field The title of the entity
FIELD_TOOL - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field The Name of the Tool that owns the entity
FIELD_TYPE - Static variable in interface org.sakaiproject.search.api.SearchService
Search Field The tool type of the entity
FIELD_URL - Static variable in interface org.sakaiproject.search.api.SearchService
Search Index Field the url to the entity
filterWordLengthIgnore(String, StringBuilder, int) - Static method in class org.sakaiproject.search.api.SearchUtils
 
findByName(String) - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
Locate the resource entry
forceReload() - Method in interface org.sakaiproject.search.api.SearchService
Force a reload regardless of if the index has changed

G

getAction(Event) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Get the search builder action associated with the event.
getAll() - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
Get all the SearchItems
getAllSearchItems() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get a list of all entitied in the search index
getAllSearchItems() - Method in interface org.sakaiproject.search.api.SearchService
get all the search items in the index (must be a lazy load list)
getCleanStringXX(String) - Static method in class org.sakaiproject.search.api.SearchUtils
 
getContainer(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
 
getContent(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Get the content as a string
getContentProducers() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get all the producers registerd, as a clone to avoid concurrent modification exceptions
getContentReader(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Get a reader for the supplied content resource
getContext() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The context of the index item
getCurrentDocument() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getCurrentElapsed() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getCurrentLock() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
get the current running Lock
getCurrentWorker() - Method in interface org.sakaiproject.search.api.SearchStatus
the current operational worker performing an index, none if there is none actively indexing
getCurrentWorkerETC() - Method in interface org.sakaiproject.search.api.SearchStatus
The latest expected time of completion of the current worker
getCustomProperties(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Gets a map of custom document properties.
getCustomRDF(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
At the moment this is a placeholder, but eventually It will return a block of Custom RDF, that the EntityContentProducer wants the search index to index.
getDigestStoragePath() - Method in interface org.sakaiproject.search.api.SearchService
Get the storage location for Digested content.
getExpires() - Method in interface org.sakaiproject.search.model.SearchWriterLock
The date when the lock will expire
getFieldNames() - Method in interface org.sakaiproject.search.api.SearchResult
All field names in the search record
getFrequencies() - Method in interface org.sakaiproject.search.api.TermFrequency
get the frequencies
getFullSize() - Method in interface org.sakaiproject.search.api.SearchList
 
getGlobalMasters() - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
get the global master items
getGlobalMasterSearchItems() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get a list of global search items
getGlobalMasterSearchItems() - Method in interface org.sakaiproject.search.api.SearchService
get the global master items
getId(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
 
getId() - Method in interface org.sakaiproject.search.api.SearchResult
The result ID (entity id)
getId() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
getId() - Method in interface org.sakaiproject.search.model.SearchWriterLock
 
getIndex() - Method in interface org.sakaiproject.search.api.SearchResult
get the index of the search entry over the whole change set
getItemscope() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
getLastDocument() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getLastElapsed() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getLastEventTime() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
Get the ms time of the last search add/remove event (excluding master events)
getLastIndex() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getLastLoad() - Method in interface org.sakaiproject.search.api.SearchStatus
Last time the index was loaded
getLoadTime() - Method in interface org.sakaiproject.search.api.SearchStatus
How long it tool to load the index
getLock() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The lock id on this object
getLockkey() - Method in interface org.sakaiproject.search.model.SearchWriterLock
The name of the lock
getLockTransaction(long) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getLockTransaction(long, boolean) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getName() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
Name of the resource in the search index
getNDocs() - Method in interface org.sakaiproject.search.api.SearchService
get the number of documents in the search index
getNDocuments() - Method in interface org.sakaiproject.search.api.SearchStatus
the number of documents in the index, including those marked as deleted
getNodename() - Method in interface org.sakaiproject.search.model.SearchWriterLock
the name of the node holding the lock
getNodeStatus() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
get a list of node status records
getNowIndexing() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getPDocuments() - Method in interface org.sakaiproject.search.api.SearchStatus
get the number of documents pending to be indexed, including master items.
getPendingDocs() - Method in interface org.sakaiproject.search.api.SearchService
get the number of pending documents in the search index
getPendingDocuments() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get the number of pending documents
getReference() - Method in interface org.sakaiproject.search.api.SearchResult
get the Sakai Entity Reference String
getScore() - Method in interface org.sakaiproject.search.api.SearchResult
the result score
getSearchaction() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The action being performed
getSearchResult() - Method in interface org.sakaiproject.search.api.SearchResult
get the search result content for display
getSearchstate() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The state of the record
getSearchStatus() - Method in interface org.sakaiproject.search.api.SearchService
Get the status of the search engine
getSearchSuggestion(String) - Method in interface org.sakaiproject.search.api.SearchService
Get a suggestion for spelling errors etc
getSegmentInfo() - Method in interface org.sakaiproject.search.api.SearchService
 
getSiteContentIterator(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Get the site content as an iterator
getSiteId(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
get the site ID from the resource Name
getSiteId() - Method in interface org.sakaiproject.search.api.SearchResult
 
getSiteMasters() - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
get the site master items
getSiteMasterSearchItems() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get a list of Master Search Items that control the search operation for the Site (current site)
getSiteMasterSearchItems() - Method in interface org.sakaiproject.search.api.SearchService
get the master itemf to sthe site
getStart() - Method in interface org.sakaiproject.search.api.SearchList
 
getStartDocIndex() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
getStatus() - Method in interface org.sakaiproject.search.api.SearchService
get the status of the search service
getSubType(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
 
getTerms() - Method in interface org.sakaiproject.search.api.SearchResult
gets the term frequencies for this Document
getTerms(int) - Method in interface org.sakaiproject.search.api.SearchService
get the term vector for this document, where document is the
getTerms() - Method in interface org.sakaiproject.search.api.TermFrequency
get the terms, ordered by frequency
getTitle(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
get the title for the content
getTitle() - Method in interface org.sakaiproject.search.api.SearchResult
The title of the resource, usually including the type (eg Wiki Page, Resource)
getTool() - Method in interface org.sakaiproject.search.api.EntityContentProducer
What is the name of the tool,
getTool() - Method in interface org.sakaiproject.search.api.SearchResult
get the tool name that this search cam from
getType(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
 
getUrl(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Gets the url that displays the entity
getUrl() - Method in interface org.sakaiproject.search.api.SearchResult
An absolute URL to the resource (no host, protocol or port)
getValueMap() - Method in interface org.sakaiproject.search.api.SearchResult
Get a map of values in the result
getValues(String) - Method in interface org.sakaiproject.search.api.SearchResult
All values in a search field
getVersion() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The last update to the record
getWorkerNodes() - Method in interface org.sakaiproject.search.api.SearchStatus
A list of all worker nodes in the cluster
GLOBAL_CONTEXT - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
GLOBAL_MASTER - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 

H

hasDiagnostics() - Method in interface org.sakaiproject.search.api.Diagnosable
 
hasPortalUrl() - Method in interface org.sakaiproject.search.api.SearchResult
This result has a ULR that displays within the portal

I

INDEX_MASTER - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
A master record is used to override the indexer thread operation and avoid hide updates to the database in the request cycle.
indexExists() - Method in interface org.sakaiproject.search.dao.SearchIndexBuilderWorkerDao
check if the index exists
input(DataInputStream) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
InvalidSearchQueryException - Exception in org.sakaiproject.search.api
An exception indicating that the underlying service was not able to pase the Query string as a valid query
InvalidSearchQueryException(String, Throwable) - Constructor for exception org.sakaiproject.search.api.InvalidSearchQueryException
 
isBuildQueueEmpty() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Does the Queue contain work to do.
isCensored() - Method in interface org.sakaiproject.search.api.SearchResult
Has this item been censored by a filter?
isContentFromReader(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Should the consumer use the reader or is it OK to use a memory copy of the content
isEnabled() - Method in interface org.sakaiproject.search.api.SearchService
 
isExcludeUserSites() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
 
isForIndex(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
If the reference should be indexed, return true
isLocalLock() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
isLocked() - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
isLockRequired() - Method in interface org.sakaiproject.search.dao.SearchIndexBuilderWorkerDao
If the implementation of the SearchIndexBuilder requires that the call aquires a lock before processing.
isOnlyIndexSearchToolSites() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
 
isRunning() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
Should the thread be running
ITEM - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
ITEM_GLOBAL_MASTER - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
ITEM_SITE_MASTER - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
iterator(int) - Method in interface org.sakaiproject.search.api.SearchList
get an Iterator starting at

M

matches(String) - Method in interface org.sakaiproject.search.api.EntityContentProducer
If the reference matches this EntityContentProducer return true
matches(Event) - Method in interface org.sakaiproject.search.api.EntityContentProducer
Is the event owned by this EntityContentProducer

N

newEntityContentProducer(Event) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get an entity content producer that can handle the event
newEntityContentProducer(String) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
get an entity content procuder that can handle the reference

O

org.sakaiproject.search.api - package org.sakaiproject.search.api
 
org.sakaiproject.search.api.rdf - package org.sakaiproject.search.api.rdf
 
org.sakaiproject.search.dao - package org.sakaiproject.search.dao
 
org.sakaiproject.search.model - package org.sakaiproject.search.model
 
output(DataOutputStream) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 

P

PortalUrlEnabledProducer - Interface in org.sakaiproject.search.api
Optional interface to extend EntityContentProducer if implemented the ContentProducer should return valid portal urls
processToDoListTransaction(SearchIndexBuilderWorker, int) - Method in interface org.sakaiproject.search.dao.SearchIndexBuilderWorkerDao
This method processes the list of document modifications in the list

R

RDFException - Exception in org.sakaiproject.search.api.rdf
 
RDFException() - Constructor for exception org.sakaiproject.search.api.rdf.RDFException
 
RDFException(String) - Constructor for exception org.sakaiproject.search.api.rdf.RDFException
 
RDFException(String, Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFException
 
RDFException(Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFException
 
RDFIndexException - Exception in org.sakaiproject.search.api.rdf
 
RDFIndexException() - Constructor for exception org.sakaiproject.search.api.rdf.RDFIndexException
 
RDFIndexException(String, Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFIndexException
 
RDFIndexException(String) - Constructor for exception org.sakaiproject.search.api.rdf.RDFIndexException
 
RDFIndexException(Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFIndexException
 
RDFSearchException - Exception in org.sakaiproject.search.api.rdf
 
RDFSearchException() - Constructor for exception org.sakaiproject.search.api.rdf.RDFSearchException
 
RDFSearchException(String) - Constructor for exception org.sakaiproject.search.api.rdf.RDFSearchException
 
RDFSearchException(String, Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFSearchException
 
RDFSearchException(Throwable) - Constructor for exception org.sakaiproject.search.api.rdf.RDFSearchException
 
RDFSearchService - Interface in org.sakaiproject.search.api.rdf
 
rebuildIndex() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
rebuild the index completely from scratch
rebuildIndex(String) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Rebuild the index for the supplied siteId
rebuildInstance() - Method in interface org.sakaiproject.search.api.SearchService
trigger a rebuild of the whole index
rebuildSite(String) - Method in interface org.sakaiproject.search.api.SearchService
rebuild the current site only
refreshIndex() - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Refresh the index based on the registered entities
refreshIndex(String) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
Refresh the index for the supplied siteId
refreshInstance() - Method in interface org.sakaiproject.search.api.SearchService
Trigger an refresh of the whole index
refreshSite(String) - Method in interface org.sakaiproject.search.api.SearchService
Refresh the current site only
registerEntityContentProducer(EntityContentProducer) - Method in interface org.sakaiproject.search.api.SearchIndexBuilder
EntityProducers that want their content indexed on full text must register an EntityContentProducer with the SearchIndexBuilder
registerFunction(String) - Method in interface org.sakaiproject.search.api.SearchService
Adds a function for the SearchService to respond to and route to the index builder.
reload() - Method in interface org.sakaiproject.search.api.SearchService
When reload is called, the index should be reloaded
removeWorkerLock() - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
forge the removal of the worker lock
removeWorkerLock() - Method in interface org.sakaiproject.search.api.SearchService
force the removal of the worker lock
REST_CHECKSUM - Static variable in interface org.sakaiproject.search.api.SearchService
 
REST_CONTEXTS - Static variable in interface org.sakaiproject.search.api.SearchService
 
REST_END - Static variable in interface org.sakaiproject.search.api.SearchService
 
REST_START - Static variable in interface org.sakaiproject.search.api.SearchService
 
REST_TERMS - Static variable in interface org.sakaiproject.search.api.SearchService
 
REST_USERID - Static variable in interface org.sakaiproject.search.api.SearchService
 

S

scope - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
search(String) - Method in interface org.sakaiproject.search.api.rdf.RDFSearchService
Performs a table based search using RQL on the RDF store returning a list of results.
search(String, List<String>, int, int) - Method in interface org.sakaiproject.search.api.SearchService
Perform a search, return results in a list.
search(String, List<String>, int, int, String, String) - Method in interface org.sakaiproject.search.api.SearchService
This is the same as standard search, but the caller can specify, by name, the index Filter and the index Sorter by name The Sorter and the Filter will be consulted during the search, and hence should not make massive demands on the framework, otherwise they will cripple the search performance
SearchBuilderItem - Interface in org.sakaiproject.search.model
Represents an operation or state of a document in the search engine.
SearchBuilderItemDao - Interface in org.sakaiproject.search.dao
 
SearchIndexBuilder - Interface in org.sakaiproject.search.api
A SearchIndexBuilder builds a search index, it must manage its own list of pending documents and should probably do this in a separate thread
SearchIndexBuilderWorker - Interface in org.sakaiproject.search.api
 
SearchIndexBuilderWorkerDao - Interface in org.sakaiproject.search.dao
 
SearchList - Interface in org.sakaiproject.search.api
 
SearchResult - Interface in org.sakaiproject.search.api
 
SearchService - Interface in org.sakaiproject.search.api
Provides a search interface
SearchStatus - Interface in org.sakaiproject.search.api
A search status object
SearchUtils - Class in org.sakaiproject.search.api
 
SearchUtils() - Constructor for class org.sakaiproject.search.api.SearchUtils
 
SearchWriterLock - Interface in org.sakaiproject.search.model
 
searchXML(Map) - Method in interface org.sakaiproject.search.api.SearchService
generates a block of XML representing the search results
setContext(String) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The context of the index item
setExpires(Date) - Method in interface org.sakaiproject.search.model.SearchWriterLock
The date when the lock will expire
setId(String) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
setId(String) - Method in interface org.sakaiproject.search.model.SearchWriterLock
 
setItemscope(Integer) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
 
setLastIndex(long) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
setLockkey(String) - Method in interface org.sakaiproject.search.model.SearchWriterLock
The name of the lock
setName(String) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The name of the resource in the search index
setNodename(String) - Method in interface org.sakaiproject.search.model.SearchWriterLock
the name of the node holding the lock
setNowIndexing(String) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
setSearchaction(Integer) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The action being performed
setSearchstate(Integer) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The state of the record
setStartDocIndex(long) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 
setUrl(String) - Method in interface org.sakaiproject.search.api.SearchResult
Set the Url - needed for tols that generate portal urls
setVersion(Date) - Method in interface org.sakaiproject.search.model.SearchBuilderItem
The last update to the record
SITE_MASTER_FORMAT - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
SITE_MASTER_PATTERN - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
STATE_COMPLETED - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Operation completed
STATE_FAILED - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
STATE_LOCKED - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Locked for processing
STATE_PENDING - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Operation pending
STATE_PENDING_2 - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
STATE_UNKNOWN - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
Unknown state
states - Static variable in interface org.sakaiproject.search.model.SearchBuilderItem
 
StoredDigestContentProducer - Interface in org.sakaiproject.search.api
A Zero method interface to implement if your producer wants the digested text stored.

T

TermFrequency - Interface in org.sakaiproject.search.api
 
toXMLString(StringBuilder) - Method in interface org.sakaiproject.search.api.SearchResult
 

U

update(SearchBuilderItem) - Method in interface org.sakaiproject.search.dao.SearchBuilderItemDao
Update a single item
updateNodeLock(long) - Method in interface org.sakaiproject.search.api.SearchIndexBuilderWorker
 

A C D E F G H I M N O P R S T U

Copyright © 2003-2012 Sakai Project. All Rights Reserved.