A C D G I L M N O Q R S X 

A

add(Rule) - Method in class com.googlecode.fascinator.indexer.RuleManager
 
AddField - Class in com.googlecode.fascinator.indexer.rules
Adds a single field to a Solr document
AddField(String) - Constructor for class com.googlecode.fascinator.indexer.rules.AddField
Creates a rule to add a field with no initial value
AddField(String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.AddField
Creates a rule to add a field with the specified name and initial value
annotate(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Index an annotation
annotateRemove(String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Remove all annotations from the index against an object
annotateRemove(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Remove the specified annotation from the index
annotateSearch(SearchRequest, OutputStream) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Search for annotations and return the result to the provided stream
authenticate(String, String) - Method in class com.googlecode.fascinator.indexer.SolrSearcher
 

C

cancelled() - Method in class com.googlecode.fascinator.indexer.RuleManager
 
CheckField - Class in com.googlecode.fascinator.indexer.rules
 
CheckField(String) - Constructor for class com.googlecode.fascinator.indexer.rules.CheckField
 
CheckField(String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.CheckField
 
CheckField(String, boolean) - Constructor for class com.googlecode.fascinator.indexer.rules.CheckField
 
CheckField(String, String, boolean) - Constructor for class com.googlecode.fascinator.indexer.rules.CheckField
 
com.googlecode.fascinator.indexer - package com.googlecode.fascinator.indexer
 
com.googlecode.fascinator.indexer.rules - package com.googlecode.fascinator.indexer.rules
 
commit() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Call a manual commit against the index
CopyField - Class in com.googlecode.fascinator.indexer.rules
 
CopyField(String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.CopyField
 

D

DeleteField - Class in com.googlecode.fascinator.indexer.rules
 
DeleteField(String) - Constructor for class com.googlecode.fascinator.indexer.rules.DeleteField
 
DeleteField(String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.DeleteField
 

G

get() - Method in class com.googlecode.fascinator.indexer.SolrSearcher
 
get(String) - Method in class com.googlecode.fascinator.indexer.SolrSearcher
 
get(String, boolean) - Method in class com.googlecode.fascinator.indexer.SolrSearcher
 
get(String, Map<String, Set<String>>, boolean) - Method in class com.googlecode.fascinator.indexer.SolrSearcher
 
getId() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Get the ID of the plugin
getId() - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Return the ID string for this listener
getJsonObjectWithField(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
 
getName() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Get the name of the plugin
getPluginDetails() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Gets a PluginDescription object relating to this plugin.
getStorage() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Return a reference to this plugins instantiated storage layer

I

index(String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Index an object and all of its payloads
index(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Index a specific payload
index(DigitalObject, Payload) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Index a specific payload
init(String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Initialize the plugin
init(File) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Initialize the plugin
init(JsonSimpleConfig) - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Initialization method

L

LowercaseField - Class in com.googlecode.fascinator.indexer.rules
 
LowercaseField(String) - Constructor for class com.googlecode.fascinator.indexer.rules.LowercaseField
 

M

ModifyField - Class in com.googlecode.fascinator.indexer.rules
 
ModifyField(String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.ModifyField
 
ModifyField(String, String, String) - Constructor for class com.googlecode.fascinator.indexer.rules.ModifyField
 

N

New - Class in com.googlecode.fascinator.indexer.rules
 
New() - Constructor for class com.googlecode.fascinator.indexer.rules.New
 

O

onMessage(Message) - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Callback function for incoming messages.

Q

QUERY_ALL - Static variable in class com.googlecode.fascinator.indexer.SolrSearcher
 
QUEUE_ID - Static variable in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Queue name

R

remove(Rule) - Method in class com.googlecode.fascinator.indexer.RuleManager
 
remove(String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Remove the specified object from the index
remove(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Remove the specified payload from the index
RuleManager - Class in com.googlecode.fascinator.indexer
Manages and controls the processing of indexing rules
RuleManager() - Constructor for class com.googlecode.fascinator.indexer.RuleManager
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.RuleManager
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.AddField
Adds a single field to a Solr document
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.CheckField
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.CopyField
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.DeleteField
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.LowercaseField
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.ModifyField
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.New
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.Skip
 
run(Reader, Writer) - Method in class com.googlecode.fascinator.indexer.rules.XslTransform
 
run() - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Start thread running

S

search(SearchRequest, OutputStream) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Perform a Solr search and stream the results into the provided output
search(SearchRequest, OutputStream, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Perform a Solr search and stream the results into the provided output format
searchByIndex(SearchRequest, OutputStream, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Search the specified solr index (core) and return the result to the provided stream
sendIndexToBuffer(String, Map<String, List<String>>) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Send the document to buffer directly
setCustomParam(String, String) - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Set a value in the custom parameters of the indexer.
setPriority(int) - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Sets the priority level for the thread.
setValue(String) - Method in class com.googlecode.fascinator.indexer.rules.AddField
Sets the value of the field
setWorkDir(File) - Method in class com.googlecode.fascinator.indexer.RuleManager
 
shutdown() - Method in class com.googlecode.fascinator.indexer.SolrIndexer
Shutdown the plugin
Skip - Class in com.googlecode.fascinator.indexer.rules
 
Skip(String) - Constructor for class com.googlecode.fascinator.indexer.rules.Skip
 
SolrIndexer - Class in com.googlecode.fascinator.indexer
This plugin provides indexing services for DigitalObjects and payloads in The Fascinator through Apache Solr.
SolrIndexer() - Constructor for class com.googlecode.fascinator.indexer.SolrIndexer
 
SolrSearcher - Class in com.googlecode.fascinator.indexer
 
SolrSearcher(String) - Constructor for class com.googlecode.fascinator.indexer.SolrSearcher
 
SolrWrapperQueueConsumer - Class in com.googlecode.fascinator.indexer
Consumer for documents to index in Solr.
SolrWrapperQueueConsumer() - Constructor for class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Constructor required by ServiceLoader.
start() - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Start the queue based on the name identifier
stop() - Method in class com.googlecode.fascinator.indexer.SolrWrapperQueueConsumer
Stop the Render Queue Consumer.

X

XslTransform - Class in com.googlecode.fascinator.indexer.rules
 
XslTransform(InputStream) - Constructor for class com.googlecode.fascinator.indexer.rules.XslTransform
 
XslTransform(InputStream, Map<String, String>) - Constructor for class com.googlecode.fascinator.indexer.rules.XslTransform
 
A C D G I L M N O Q R S X 

Copyright © 2009-2016. All Rights Reserved.