<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FirstAppWebapp</title><link>https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/</link><description>Recent changes to FirstAppWebapp</description><atom:link href="https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 22 Feb 2012 17:33:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage FirstAppWebapp modified by Michael Matthews</title><link>https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -24,3 +24,18 @@
 			&lt;facet field="loc" description="Location"/&gt;
 		&lt;/facets&gt;
 ~~~~~
+Changing Components
+----
+It is also possible to change the way the facets are displayed.  Currently, there are 3 modes that are supported: The default list, a tag cloud and a map view.  To configure the components, add them in a &lt;components&gt; tag after the facets tags. Notice that you can also specify which of the components are initially expanded by setting the &lt;b&gt;expanded&lt;/b&gt; tag.  To deploy the new configuration, again enter &lt;b&gt;ant deploy-testbed&lt;/b&gt;.
+
+~~~~~
+		&lt;components&gt;
+			&lt;component expanded="true" facet="yago"/&gt;
+			&lt;component facet="yago-country"/&gt;
+			&lt;component facet="per" renderer="TagCloudFacetValueListRenderer"/&gt;
+			&lt;component facet="loc" renderer="MapFacetValueListRenderer"/&gt;
+			&lt;component facet="image"/&gt;
+		&lt;/components&gt;
+~~~~~
+
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Matthews</dc:creator><pubDate>Wed, 22 Feb 2012 17:33:30 -0000</pubDate><guid>https://sourceforge.netd8062297238bea95acb2815347126489bca7a0a5</guid></item><item><title>WikiPage FirstAppWebapp modified by Michael Matthews</title><link>https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,0 +1,26 @@
+Customizing the Web Application
+====
+The web application can be partially customized by updating the config XML file. The web application is meant as a demonstration application and will likely need to be modified to meet your needs in ways that are not possible with the configuration file.
+
+~~~~
+	&lt;searcher appTitle="LivingKnowledge  - Example Application"
+			  appShortTitle="Example Application"
+			  appUrl="http://localhost:8983/solr/"&gt;
+		&lt;facets&gt;
+			&lt;facet field="per" description="Person"/&gt;
+			&lt;facet field="loc" description="Location"/&gt;
+		&lt;/facets&gt;
+	&lt;/searcher&gt;
+~~~~
+Adding Facets
+----
+In the default application, it is possible to see people and locations in the facet tab field.  Now that we have added Yago entities and Yago countries to the index, we might also want to see these as facets.  This is accomplished by modifying adding the facets to the &lt;facets&gt; element.
+
+~~~~~
+		&lt;facets&gt;
+			&lt;facet field="yago" description="Yago"/&gt;
+			&lt;facet field="yago-country" description="Country"/&gt;
+			&lt;facet field="per" description="Person"/&gt;
+			&lt;facet field="loc" description="Location"/&gt;
+		&lt;/facets&gt;
+~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Matthews</dc:creator><pubDate>Mon, 29 Aug 2011 17:43:20 -0000</pubDate><guid>https://sourceforge.net964a54e42dd2d0edeafc50c3608483cbfe64ac0b</guid></item><item><title>WikiPage FirstAppWebapp modified by Michael Matthews</title><link>https://sourceforge.net/p/diversityengine/wiki/FirstAppWebapp/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Matthews</dc:creator><pubDate>Mon, 29 Aug 2011 13:58:17 -0000</pubDate><guid>https://sourceforge.neta8d7c8428f082d7a2b75ef5c02aaea432873c104</guid></item></channel></rss>