Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation"

(Searching)
(One intermediate revision by one other user not shown)
Line 34: Line 34:
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.boilerpipe|Boilerpipe Pipelet (extract text from HTML content)]]
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.boilerpipe|Boilerpipe Pipelet (extract text from HTML content)]]
 
** [[SMILA/Documentation/TikaPipelet|TikaPipelet (extract text from binary content)]]
 
** [[SMILA/Documentation/TikaPipelet|TikaPipelet (extract text from binary content)]]
** [[SMILA/Documentation/JdbcLoggingPipelet|JdbcLoggingPipelet (log to a database)]]
+
** [[SMILA/Documentation/JdbcLoggingPipelet|JdbcLoggingPipelet, JdbcFetcherPipelet, JdbcSelectPipelet (write/read to/from a database)]]
 
** More special pipelets are provided by the components described below.
 
** More special pipelets are provided by the components described below.
 
* Developing new Pipelets  
 
* Developing new Pipelets  
 
** [[SMILA/Documentation/HowTo/How_to_write_a_Pipelet|Writing a Pipelet]]
 
** [[SMILA/Documentation/HowTo/How_to_write_a_Pipelet|Writing a Pipelet]]
 
** [[SMILA/Documentation/Usage_of_Blackboard_Service|Using the Blackboard Service]]
 
** [[SMILA/Documentation/Usage_of_Blackboard_Service|Using the Blackboard Service]]
 +
 +
== Scripting ==
 +
 +
* [[SMILA/Documentation/Scripting|Scripting SMILA with Javascript]]
  
 
== Searching ==
 
== Searching ==

Revision as of 07:39, 21 October 2014

Basics

Development Environment

Pipelines and Pipelets: Synchronous Workflows

Scripting

Searching

JobManager: Asynchronous Workflows

Importing

Embedded HTTP Server

Common Services

Deprecated Components

Back to the top