<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lucid Imagination &#187; Lucid Imagination Solutions</title>
	<atom:link href="http://www.lucidimagination.com/blog/category/lucid-imagination/lucid-imagination-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidimagination.com/blog</link>
	<description>Exclusively dedicated to Apache Lucene/Solr open source search technology</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:12:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>LucidWorks Enterprise Demo afterword</title>
		<link>http://www.lucidimagination.com/blog/2010/11/22/lucidworks-demo-afterword/</link>
		<comments>http://www.lucidimagination.com/blog/2010/11/22/lucidworks-demo-afterword/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 18:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lucid Imagination Solutions]]></category>
		<category><![CDATA[LucidWorks]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2699</guid>
		<description><![CDATA[<p>I’d like to thank you again for attending the LucidWorks Enterprise demonstration last Wednesday. For those of you, who didn’t, pick up the recorded version <a href="http://www.lucidimagination.com/solutions/webcasts/LucidWorks-Enterprise-demo">here</a> to catch up.</p>
<p>During the demo, you presented me with questions about LucidWorks Enterprise. I was able to answer some of them immediately following the demo; however, our timeslot for the demo caught up with us, so some were left unanswered. The team here at Lucid Imagination helped me capture &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I’d like to thank you again for attending the LucidWorks Enterprise demonstration last Wednesday. For those of you, who didn’t, pick up the recorded version <a href="http://www.lucidimagination.com/solutions/webcasts/LucidWorks-Enterprise-demo">here</a> to catch up.</p>
<p>During the demo, you presented me with questions about LucidWorks Enterprise. I was able to answer some of them immediately following the demo; however, our timeslot for the demo caught up with us, so some were left unanswered. The team here at Lucid Imagination helped me capture your questions, so let’s dive in:</p>
<p><em>Q: I have multiple domains, each domain should have its own search content and result presentation layer. For example: car search and job search, how could LucidWorks Enterprise handle multiple domains?</em></p>
<p>A: For complete separation of schema, relevancy and client UIs, use multiple collections. LucidWorks Enterprise is able to handle unlimited numbers of collections. (Available Dec 2010)</p>
<p><em>Q: Will LucidWorks Enterprise search content within SWF files?</em></p>
<p>A: In order to search content of SWF, you’ll have to provide the SWF metadata and text to LucidWorks Enterprise. This can be done with SWF file filter, available via commercial packages. LucidWorks Enterprise does not contain one out of the box.</p>
<p><em>Q: What about language sensitive search?</em></p>
<p>A: Even though the LucidWorks Enterprise admin UI is currently English only, LucidWorks Enterprise can support multiple languages both for content and for Search UI. There are multiple ways to do so; my favorite one is to organize different language content under different fields, each field can be associated with its own field type and its own analysis chain.</p>
<p><em>Q: Is Lucid Works Solr (not the enterprise version) still under the Apache License?</em></p>
<p>A: Yes. The LucidWorks for Solr Certified Version is still licensed under ASF license v2.</p>
<p><em>Q: When LucidWorks Enterprise connects to DB how does it update the indexes if user has crud multiple records?</em></p>
<p>A: When indexing content from DB, you can consider the following options: 1. Use SQL logic for delta updates (manage dirty flag, last update field or other DB logic) 2. Use the delta SQL statement when running updates 3. In some cases, use unique IDs from your database to manage duplicates in LucidWorks Enterprise indexes.</p>
<p><em>Q: Does Solr support personalized search?</em></p>
<p>A: No. Solr does not support personalized search. Personalized search is implemented in LucidWorks Enterprise only.</p>
<p><em>Q: Is there an online demo site that allows us to try out?</em></p>
<p>A: Search.lucidimagination.com, which indexes the mailing lists and other relevant community content of Lucene, Solr, Tika and many other projects is based on LucidWorks Enterprise. You can apply for the developer access program of LucidWorks Enterprise <a href="http://www.lucidimagination.com/developers/lucidworks-enterprise-developer-access-release">here</a>.</p>
<p><em>Q: Does this software support spatial searches?  e.g. &#8216;Show me records with 100 miles of zip code 90210&#8242;</em></p>
<p>A: The out of the box distribution of LucidWorks Enterprise does not include spatial search, this can be added on top of the Solr included with LucidWorks Enterprise.</p>
<p><em>Q: What kind of document type do you support?</em></p>
<p>A: Out of the box, we support HTML, XML, PPT, PPTX, XLS, XSLX, DOC, DOCX, ODF, PDF, Quattro, RTF, TXT, ZIP, TAR, MP3 and JPEG</p>
<p><em>Q: Can you show how to add users to roles?</em></p>
<p>A: Users can be added either via the ReST API (See: <a href="http://lucidworks.lucidimagination.com/display/LWEUG/Users">http://lucidworks.lucidimagination.com/display/LWEUG/Users</a>) or via binding to an LDAP server (see: <a href="http://lucidworks.lucidimagination.com/display/LWEUG/LDAP+Integration">http://lucidworks.lucidimagination.com/display/LWEUG/LDAP+Integration</a>)</p>
<p>Groups are only supported via LDAP integration.</p>
<p>Configuring users and groups to use the search filters (filtering documents for specific users and groups) can be configured via LWE UI, at admin-&gt;roles</p>
<p><em>Q: Has LucidWorks Enterprise been used on any Drupal CMS applications?</em></p>
<p>A: To the best of my knowledge, not in production yet.</p>
<p><em>Q: In a database import, how will the index be updated and in sync with database changes?</em></p>
<p>A: LucidWorks Enterprise supports 2 SQL queries for database importing – one for a full import, and one to be used for consecutive delta imports. The 2 SQL statements configuration is available only when accessing  the ReST API.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/11/22/lucidworks-demo-afterword/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing LucidWorks Enterprise</title>
		<link>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/</link>
		<comments>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 18:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucid Imagination Solutions]]></category>
		<category><![CDATA[LucidWorks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[ZooKeeper]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2535</guid>
		<description><![CDATA[<p>Last week at <a href="http://lucenerevolution.org/" target="_blank">Lucene Revolution</a> we announced <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a> LucidWorks Enterprise is a commercially supported search platform that builds on the power of <a href="http://lucene.apache.org/" target="_blank">Apache Lucene</a> and <a href="http://lucene.apache.org/solr/" target="_blank">Solr</a> to deliver a flexible and scalable search platform.</p>
<p>Gee.  That almost sounds like a marketing guy wrote it.  Let me try again: LucidWorks Enterprise is software that let&#8217;s you easily build great search applications.  You can install it, index some content, and search that content with just a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last week at <a href="http://lucenerevolution.org/" target="_blank">Lucene Revolution</a> we announced <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a> LucidWorks Enterprise is a commercially supported search platform that builds on the power of <a href="http://lucene.apache.org/" target="_blank">Apache Lucene</a> and <a href="http://lucene.apache.org/solr/" target="_blank">Solr</a> to deliver a flexible and scalable search platform.</p>
<p>Gee.  That almost sounds like a marketing guy wrote it.  Let me try again: LucidWorks Enterprise is software that let&#8217;s you easily build great search applications.  You can install it, index some content, and search that content with just a few keystrokes and clicks of the mouse.  Or, you can build a full-blown, integrated search application with custom plugins and your own user interface, all running on a fifty-node cluster.  And if you really need it, the full flexibility of Solr is right there, always accessible.<br />
<a href="http://www.lucidimagination.com/blog/wp-content/uploads/2010/10/Components.png"><img src="http://www.lucidimagination.com/blog/wp-content/uploads/2010/10/Components-300x171.png" alt="" title="Components" width="300" height="171" class="alignnone size-medium wp-image-2545" /></a><br />
LucidWorks Enterprise extends Solr to include some enterprise-grade features, just as Solr extends Lucene to provide server functionality.  By extending and embedding Solr, we get to use all of its powerful features without having to do what many folks do: fork the code base.  You see, we are really embedding Solr without changing it appreciably.  Where we do change it, we contribute our code back to the open source project.  A great example of that is SolrCloud, a feature we developed specifically for LucidWorks Enterprise.  The problem was that it was such a fundamental change to Solr that we would have to maintain a forked code-base forever, or simply contribute the code to the open source project.  We chose the latter, and that&#8217;s the choice we will continue to prefer for such fundamental and powerful features.</p>
<p>So, what&#8217;s in LucidWorks Enterprise?  Here&#8217;s a quick summary of the main features:</p>
<dl>
<dt>SolrCloud:</dt>
<dd>provides simplified configuration management, load balancing and failover in a distributed environment.  It&#8217;s the key feature if you have a cluster of search nodes.</dd>
<dt>User Interface:</dt>
<dd>we added a web-driven user interface to simplify the process of configuring the system, indexing content, and trying out searches.</dd>
<dt>CLICK Scoring:</dt>
<dd>ever wonder how to get better results on searches over your own content?  The CLICK scoring framework provides feedback from searchers back into the relevance ranking of documents, improving relevance for all.</dd>
<dt>ReST API:</dt>
<dd>all of the power of LucidWorks Enterprise is available programmatically, so you can build more thorough applications and automated administration.</dd>
<dt>Smarter Defaults:</dt>
<dd>LucidWorks Enterprise is configured out-of-the-box to be a great search application, with good relevance and a full list of features like spell checking, autocomplete, and unsupervised feedback.</dd>
<dt>Data Acquisition:</dt>
<dd>we have added a crawler and scheduler that simplifies the process of getting data into LucidWorks Enterprise.  Just point it at a Web site or set of files, or import data from a database.</dd>
</dl>
<p>So that&#8217;s LucidWorks Enterprise.  We&#8217;ll be talking more about it over the coming days.  This is the beginning of an exciting time for Lucid Imagination: we&#8217;re really excited to raise the bar with search and get our customers using the latest and greatest in search technology: <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a>  It&#8217;s free for developers, so <a href="http://www.lucidimagination.com/developers/lucidworks-enterprise-developer-access-release">download LucidWorks Enterprise now!</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Lucid Imagination beta website now up, feedback welcome!</title>
		<link>http://www.lucidimagination.com/blog/2010/02/02/new-lucid-imagination-beta-website-now-up-feedback-welcome/</link>
		<comments>http://www.lucidimagination.com/blog/2010/02/02/new-lucid-imagination-beta-website-now-up-feedback-welcome/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:59:47 +0000</pubDate>
		<dc:creator>Ken Hoyle</dc:creator>
				<category><![CDATA[Lucid Imagination Solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=1752</guid>
		<description><![CDATA[<p>You are invited to visit the new LucidImagination.com, now up for public beta.<a href="http://s2.lucidimagination.com"></a></p>
<p>What&#8217;s new? We have <strong>improved the navigation</strong> with a simplified, streamlined hierarchy; provided more <strong>relevant links</strong> and content across the site; and  <strong>added new content</strong> to help those interested in using Lucene/Solr open source search to drive business growth.</p>
<p><strong>Search Application Developers:<br />
</strong>We have developed a focused resource area which will be at <a href="http://www.lucidimagination.com/developer">developer.lucidimagination.com</a>. Here you will find loads of technical &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You are invited to visit the new LucidImagination.com, now up for public beta.<a href="http://s2.lucidimagination.com"></a></p>
<p>What&#8217;s new? We have <strong>improved the navigation</strong> with a simplified, streamlined hierarchy; provided more <strong>relevant links</strong> and content across the site; and  <strong>added new content</strong> to help those interested in using Lucene/Solr open source search to drive business growth.</p>
<p><strong>Search Application Developers:<br />
</strong>We have developed a focused resource area which will be at <a href="http://www.lucidimagination.com/developer">developer.lucidimagination.com</a>. Here you will find loads of technical information, resources and downloads for Lucene and Solr. The restructured <a href="http://www.lucidimagination.com/developer">Community</a> page focuses on news, links, job listings and other valuable, real-time Lucene/Solr community information. <a href="http://s2.lucidimagination.com/developer"></a>We&#8217;ve also reorganized the <a href="http://www.lucidimagination.com/developer/documentation">Documentation</a> page to simplify access to more complete written resources on Lucene/Solr.</p>
<p><strong>Search Application Users:</strong><br />
If you&#8217;re sold on the disruptive power of Lucene/Solr search applications and you need to get a handle on the the value proposition or build a business case for your management team, we&#8217;d invite you to look at our new <a href="http://www.lucidimagination.com/solutions">Solutions</a> section.</p>
<p>Tell us what you think! Email <a href="mailto:webmaster@lucidimagination.com">webmaster@lucidimagination.com</a> (there&#8217;s a link at the top of every page to give us feedback). We look forward to hearing from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/02/02/new-lucid-imagination-beta-website-now-up-feedback-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

