apps/testbed conf/testbed/tutorial-application.xml
The processing was controlled by the conf/testbed/tutorial-application.xml configuration file. We will learn how to modify this file in future sections.
<lk-application logDir="log" appDir="devapps/example">
<corpus dir="corpora/examples/smallarc" format="arc"/>
<image-pipeline>
<annotators>
</annotators>
</image-pipeline>
<pipeline>
<annotators>
<annotator exec="./opennlp"/>
<annotator exec="./sst"/>
</annotators>
</pipeline>
<visualize/>
<indexer solrHomeDir="solr/solr" solrDataDir="solr/solr/data"
converter="conf/testbed/tutorial-lk2solr.xml"/>
<searcher appTitle="LivingKnowledge - Example Application"
appShortTitle="Example Application"
appUrl="http://localhost:8983/solr/">
<facets>
<facet field="per" description="Person"/>
<facet field="loc" description="Location"/>
</facets>
</searcher>
</lk-application>
ant deploy-testbed
Now a solr server has been started at http://localhost:8983/solr and a web application is running at http://localhost:8983/testbed
Wiki: Directory Structure
Wiki: FirstAppPipeline
Wiki: GettingStarted
Wiki: LkXml
Wiki: Tutorial