<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SOLR AND/OR Boolean Operators &amp; DisMax</title>
	<atom:link href="http://www.kurtjarchow.com/2009/02/23/solr-andor-boolean-operators-dismax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kurtjarchow.com/2009/02/23/solr-andor-boolean-operators-dismax/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:19:47 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jarchowk</title>
		<link>http://www.kurtjarchow.com/2009/02/23/solr-andor-boolean-operators-dismax/comment-page-1/#comment-38</link>
		<dc:creator>jarchowk</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://jarchowk.wordpress.com/?p=150#comment-38</guid>
		<description>Hi Jodi,

Yes most definitely depends on your default operator.

The best way I can describe it is to think of every term having a + or - infront.  Plus being AND (required), minus being OR (optional) ..  if nothing, then default is used

having a default as AND:

java AND (cork OR dublin)

equals:

+java +(+cork -dublin)

so docs must have java and must have cork and may have dublin.

Very confusing.</description>
		<content:encoded><![CDATA[<p>Hi Jodi,</p>
<p>Yes most definitely depends on your default operator.</p>
<p>The best way I can describe it is to think of every term having a + or &#8211; infront.  Plus being AND (required), minus being OR (optional) ..  if nothing, then default is used</p>
<p>having a default as AND:</p>
<p>java AND (cork OR dublin)</p>
<p>equals:</p>
<p>+java +(+cork -dublin)</p>
<p>so docs must have java and must have cork and may have dublin.</p>
<p>Very confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jodi</title>
		<link>http://www.kurtjarchow.com/2009/02/23/solr-andor-boolean-operators-dismax/comment-page-1/#comment-37</link>
		<dc:creator>Jodi</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://jarchowk.wordpress.com/?p=150#comment-37</guid>
		<description>plus, I&#039;m querying with localsolr - I wonder if this is still an issue?

ty.Jodi</description>
		<content:encoded><![CDATA[<p>plus, I&#8217;m querying with localsolr &#8211; I wonder if this is still an issue?</p>
<p>ty.Jodi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jodi</title>
		<link>http://www.kurtjarchow.com/2009/02/23/solr-andor-boolean-operators-dismax/comment-page-1/#comment-36</link>
		<dc:creator>Jodi</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://jarchowk.wordpress.com/?p=150#comment-36</guid>
		<description>Hey Kurt -

interesting - I was not away of this - layering on my own understanding of boolean algebra

java AND  (cork OR dublin)

what results would that produce? perhaps it depends on your default boolean operator? (which could be AND)

?
thank you.
Jodi</description>
		<content:encoded><![CDATA[<p>Hey Kurt -</p>
<p>interesting &#8211; I was not away of this &#8211; layering on my own understanding of boolean algebra</p>
<p>java AND  (cork OR dublin)</p>
<p>what results would that produce? perhaps it depends on your default boolean operator? (which could be AND)</p>
<p>?<br />
thank you.<br />
Jodi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
