- 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.