<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
	<title>Sphinx search engine news</title>
	<link>http://sphinxsearch.com</link>
	<description>News feed for Sphinx, free open-source SQL full-text search engine</description>
 	<pubDate>Thu, 29 Dec 2011 08:29:10 +0200</pubDate>
	<ttl>15</ttl>

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Sphinx" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sphinx" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Sphinx 2.0.3-Release</title>
		<link>http://sphinxsearch.com/news/49.html</link>
		<author>shodan</author>
		<pubDate>Thu, 29 Dec 2011 08:29:10 +0200</pubDate>
		<description>&lt;p&gt;We are proud to announce availability of the &lt;a title="Sphinx 2.0.3-release " href="http://sphinxsearch.com/downloads/release/" target="_blank"&gt;Sphinx 2.0.3-release&lt;/a&gt;. This marks a milestone for Sphinx, not only because it's our first stable release since 0.9.9, but includes stable/battle-tested Real-Time Indexes,  64-bit MVA support, expression-based rankers, keywords dictionary plus many other features and improvements mentioned in the &lt;a title="2.02-beta news" href="http://sphinxsearch.com/news/48" target="_blank"&gt;2.0.2-beta release&lt;/a&gt; and described further in our &lt;a title="Sphinx Changelog" href="http://sphinxsearch.com/docs/2.0.2/rel202.html" target="_blank"&gt;changelog&lt;/a&gt;.&lt;!--more--&gt;


&lt;p&gt;All the new features in version 2.0.3 are enterprise grade and fully covered by our &lt;a title="Sphinx Support" href="http://sphinxsearch.com/services/support/" target="_blank"&gt;support packages&lt;/a&gt;. From this point forward the 2.0 branch will receive priority bugfixes therefore we recommend upgrading to this version before filing any &lt;a title="Sphinx Bugs" href="http://sphinxsearch.com/bugs/" target="_blank"&gt;bugreports&lt;/a&gt;. In addition, we will push new features to the &lt;a title="Sphinx Beta" href="http://sphinxsearch.com/downloads/beta/" target="_blank"&gt;beta branch&lt;/a&gt; as soon as they are stable enough for real-world applications. But, if you are fascinated (like we are) with bright, shiny, and new things you can always check out our current &lt;a title="Sphinx Dev Version" href="http://sphinxsearch.com/downloads/#svn" target="_blank"&gt;development version&lt;/a&gt;.


&lt;p&gt;On behalf of the Sphinx Team we would like to thank you for use of the Sphinx Engine and wish you a Happy New Year!&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/QdhNmqup1EU" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Sphinx 2.0.2-beta is out</title>
		<link>http://sphinxsearch.com/news/48.html</link>
		<author>shodan</author>
		<pubDate>Wed, 16 Nov 2011 18:27:38 +0200</pubDate>
		<description>&lt;p&gt;Sphinx version 2.0.2-beta is now out, with
&lt;a href="http://sphinxsearch.com/docs/2.0.2/rel202.html"&gt;over 30 new features&lt;/a&gt;,
options, and other significant changes. It also marks a feature freeze
of the 2.0.x branch, and 2.0.3-release is scheduled shortly.&lt;/p&gt;

&lt;p&gt;The most important new features in 2.0.2-beta are
the new &lt;a href="http://sphinxsearch.com/docs/2.0.2/mva.html"&gt;MVA64&lt;/a&gt; attribute type,
&lt;a href="http://sphinxsearch.com/docs/2.0.2/conf-dict.html"&gt;dict=keywords&lt;/a&gt; and
&lt;a href="http://sphinxsearch.com/docs/2.0.2/conf-rt-attr-multi.html"&gt;MVA support&lt;/a&gt; in RT indexes,
&lt;a href="http://sphinxsearch.com/docs/2.0.2/weighting.html#expression-ranker"&gt;expression-based ranker&lt;/a&gt;,
&lt;a href="http://sphinxsearch.com/docs/2.0.2/sphinxql-attach-index.html"&gt;ATTACH INDEX&lt;/a&gt; statement,
and WHERE support in &lt;a href="http://sphinxsearch.com/docs/2.0.2/sphinxql-update.html"&gt;UPDATE&lt;/a&gt; statement.&lt;/p&gt;

&lt;p&gt;Read on for a quick discussion of the biggest new ones
and the planned release cycle, or just proceed to
&lt;a href="http://sphinxsearch.com/downloads/"&gt;Downloads&lt;/a&gt;
and grab it already!&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;&lt;b&gt;MVA64 attributes&lt;/b&gt; are a further extension of our MVA feature.
MVAs let you store a set of unsigned 32-bit values, MVA64 now enables signed
64-bit values in addition to that. This is useful to avoid CRC32 collisions
when hashing string tags, or to encode extra auxiliary data into your MVA.
They're supported in both disk and RT indexes.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Word start (prefix) searching in RT indexes&lt;/b&gt; is now supported
through the &lt;b&gt;dict=keywords&lt;/b&gt; feature. We deliberately chose to
not implement prefix and infix pre-indexing from disk indexes in RT,
because that would have been a huge memory hog. Substring (infix)
searching support with dict=keywords is in development now, and
schedule for 2.1.x branch.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;MVA and index_exact_words in RT indexes&lt;/b&gt; are also supported now.&lt;/p&gt;

&lt;p&gt;The new &lt;b&gt;ATTACH INDEX&lt;/b&gt; statement is important because it lets you
quickly &lt;b&gt;convert from disk to RT index&lt;/b&gt;. That's right, you now can quickly
batch index the main bulk of your data, then easily switch to RT, and keep
updating the RT index. Right now, ATTACH only lets you convert the index once,
and requires an empty RT target. However, enabling batch imports into existing,
non-empty RT indexes is planned. That is why we chose to reserve ATTACH upfront
instead of something like CONVERT.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;UPDATE statement now supports full-blown conditions in WHERE&lt;/b&gt;,
both with disk and RT indexes, too. So, say, updating prices on a 1000 rows
from vendor X or just marking them for deletion just became 1000 times easier.
Just like attributes UPDATEs themselves, this should also work in both
disk and RT backends.&lt;/p&gt;

&lt;p&gt;And last but not least, &lt;b&gt;you can now create your own relevance
formulas on the fly&lt;/b&gt; with the aid of the expression ranker. Previously,
computing relevance values was limited to a number of built-in rankers,
and changing the formula that combined various internal ranking factors
(not to be confused with attributes) involved writing C++ code, and
rebuilding and restarting searchd. From now on, you only need to specify
a short and sweet formula, you can do on the fly on a per-query basis,
and many more ranking factors are now available than we ever computed
before. Amusingly, this is not even super slow: on my smallish 1,000,000-document
test collection, emulating the default ranker with the expression based one
was just 1.1x to 1.3x slower than the compiled C++ code.&lt;/p&gt;

&lt;p&gt;Besides the new features, we have also been busy improving our
internal testing, build, and release processes. And the next release,
&lt;b&gt;2.0.3-release is now scheduled in approximately 1 month from now&lt;/b&gt;,
as opposed to the long standing tradition of shipping it when it's done.
We did a lot of testing for 2.0.2-beta, there are no known major issues,
and the pre-existing functionality must be more stable than ever.
However, our policy is not to tag it "release" until it received
even more testing from the community. Thus, &lt;b&gt;if you bump into
anything in 2.0.2-beta, please be sure to report&lt;/b&gt; the issue!
The earlier you report it, the sooner it gets fixed.
&lt;/p&gt;

&lt;p&gt;From there, the release plan is as follows. 2.0.x branch
is now frozen and will only receive bug fixes. So after 2.0.3-release
we are going to publish bugfix releases on regular basis.
The specific intervals are going to be anywhere between
1 and 3 months, depending on the number and severity of
reported and fixed issues.&lt;/p&gt;

&lt;p&gt;Overall, we added a bunch of cool new stuff in 2.0.2,
2.0.x branch is now feature frozen and will be supported from
here, there's more new exciting stuff coming in 2.1.x, and
this post is getting long. So grab a new version, give it a whirl,
and be sure to report any issues so we could work on them for the
forthcoming 2.0.3. And thanks for choosing Sphinx!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/CRXiUKY_qeM" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Partner Page Live! </title>
		<link>http://sphinxsearch.com/news/47.html</link>
		<author>shodan</author>
		<pubDate>Sat, 10 Sep 2011 00:53:18 +0200</pubDate>
		<description>Today we are pleased to announce the launch of the &lt;a href="http://sphinxsearch.com/partners/"&gt;Sphinx Partner Page&lt;/a&gt;. We are extremely excited to highlight those we work with to deliver complete search solutions. Our current Partners include Percona, Ivinco, SkySQL, Thinking/Flying Sphinx, and MariaDB.
&lt;!--more--&gt;
With these companies we endeavor to provide our customers and community with the services and products needed not only to implement Sphinx, but to provide seamless database and front-end support. If you are interested in joining our Partnership Program or working with one of our Partners please &lt;a href="http://sphinxsearch.com/about/contact/#contacts"&gt;Contact Us&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/-oOKGBENRHU" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Customers portal has been upgraded</title>
		<link>http://sphinxsearch.com/news/46.html</link>
		<author>shodan</author>
		<pubDate>Fri, 05 Aug 2011 17:08:19 +0200</pubDate>
		<description>&lt;p&gt;Customers portal is now live and operational.

&lt;p&gt;Thank you for the patience!

&lt;p&gt;Vladimir Fedorkov,&lt;br&gt;
Director of Professional Services&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/HKfTKb5AYmw" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Customers portal upgrade</title>
		<link>http://sphinxsearch.com/news/45.html</link>
		<author>shodan</author>
		<pubDate>Fri, 05 Aug 2011 14:10:31 +0200</pubDate>
		<description>&lt;p&gt;Sphinx Search customer portal news.

&lt;p&gt;We're going to upgrade software on our customer portal in few hours from now. customers.sphinxsearch.com will be temporary unavailable today until approx 11:30am EST. We apologize for the inconvenience. If you are existing customer and you have an urgent request for us during customers.sphinxsearch.com unavailability - please contact me directly or use our emergency line.

&lt;p&gt;Vladimir Fedorkov, &lt;br&gt;
Director of Professional Services&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/4qIeVPQL_pM" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>MVA support is now available in Real-Time indexes!</title>
		<link>http://sphinxsearch.com/news/44.html</link>
		<author>shodan</author>
		<pubDate>Wed, 08 Jun 2011 15:19:10 +0200</pubDate>
		<description>&lt;p&gt;We've been recently asked about MVA (Multi Value Attribute) support in Sphinx Real-Time indexes on &lt;a href="http://www.nyphp.org/PHP-Presentations/187_Full-Text-Search-Sphinx-PHP"&gt;NYPHP meetup&lt;/a&gt;. 

&lt;p&gt;As promised we're letting you know: MVA support is just committed to Sphinx code base! 

&lt;p&gt;If you'd like to be early adopter and help Sphinx community with testing - please feel free to download current trunk using:

&lt;pre&gt;svn checkout http://sphinxsearch.googlecode.com/svn/trunk&lt;/pre&gt;

&lt;p&gt;Share your experience with MVA attributes in RT indexes in &lt;a href="http://sphinxsearch.com/forum/view.html?id=7651"&gt;our forum&lt;/a&gt;!&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/HZ1lL76EQ7Y" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Sphinx Search Book is out!</title>
		<link>http://sphinxsearch.com/news/43.html</link>
		<author>shodan</author>
		<pubDate>Thu, 21 Apr 2011 12:31:01 +0200</pubDate>
		<description>&lt;p&gt;&lt;a href="http://oreilly.com/catalog/9780596809553"&gt;&lt;img src="http://sphinxsearch.com/g/book1_cover.png" align="left" hspace="5"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A book about Sphinx Search Server from it's creator is now available!&lt;/p&gt;
&lt;p&gt;You can get your own copy of &lt;a href="http://oreilly.com/catalog/9780596809553"&gt;"Introduction to Search with Sphinx"&lt;/a&gt; ebook right now (and/or pre-order a printed copy) from &lt;a href="http://oreilly.com/catalog/9780596809553"&gt;O'Reilly website&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;It is also additionally available from &lt;a href="http://www.amazon.com/Introduction-Search-Sphinx-installation-relevance/dp/0596809557/"&gt;Amazon.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/Cb6gtwH3fZU" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Sphinx 1.10-beta is out</title>
		<link>http://sphinxsearch.com/news/42.html</link>
		<author>shodan</author>
		<pubDate>Mon, 19 Jul 2010 19:35:31 +0200</pubDate>
		<description>&lt;p&gt;We're happy to release Sphinx 1.10-beta, with a new major version number
that means, as promised, &lt;b&gt;real-time indexes support&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;In addition to RT indexes, it also brings preforked and threaded modes,
string attributes, full SphinxQL support (with access to all searchd functions),
advanced features such as hitless and blended indexing, optimized index
format, and a lot more. &lt;a href="http://sphinxsearch.com/docs/current.html#rel110"&gt;A complete list
of new 1.10-beta features&lt;/a&gt; is available in documentation.&lt;/p&gt;
&lt;!--more--&gt;
&lt;p&gt;How stable are &lt;a href="http://sphinxsearch.com/docs/current.html#rt-indexes"&gt;RT indexes&lt;/a&gt;
and can one use those in production? Pretty much, especially when backed
with a Full or Premium &lt;a href="http://sphinxsearch.com/support.html"&gt;support package&lt;/a&gt;
to guarantee priority fixes and emergency support respectively.
RT indexes are already deployed in production by several early adopters,
and are reported to work well. Even though we've been focusing on functionality
and stability rather than performance for this release, the latter is also
reasonable.&lt;/p&gt;


&lt;p&gt;And that's exactly what that "beta" tag is supposed to mean:
while there are things missing from RT indexes, and might be bugs
found in both RT and other new features, no major issues are
however known. Plus the pre-existing features should be as
stable as ever.&lt;/p&gt;

&lt;p&gt;And yes, with SphinxQL, RT indexes, transactions, crash recovery
and other goodies Sphinx now feels almost real close to a database. Except that
our full-text searches are still fast!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/RZZJ1TpN8DM" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Talking, blogging, coding, and meeting</title>
		<link>http://sphinxsearch.com/news/41.html</link>
		<author>shodan</author>
		<pubDate>Tue, 23 Mar 2010 01:11:31 +0200</pubDate>
		<description>&lt;p&gt;My talk on Sphinx has been accepted for MySQL User Conference 2010,
so we're hitting the conference again! The talk is called
&lt;a href="http://en.oreilly.com/mysql2010/public/schedule/detail/13341"&gt;Sphinx: Full-text Search in 2010&lt;/a&gt;
and I will be covering all the shiny new features that we've been
so busy adding lately. The talk is scheduled on Wednesday, April 14th
and we'll also try to arrange a BOF session on search in general and
Sphinx in particular on Tuesday, 13th.&lt;/p&gt;

&lt;p&gt;We are not doing a booth this year, so if you'd like to meet
either myself, Andrew Aksyonoff (technical honcho, fingers behind most of the code), or Richard Kelm (sales/customer support honcho,
voice behind that 888 number), please do get in touch upfront.
I'm staying for a few more days in SF Bay area so we're not really
bound to meeting at conference site on the conference dates.&lt;/p&gt;

&lt;p&gt;Speaking of which, that also might be a good occasion for a quick
onsite consulting visit either in SF Bay or generally in the US. If you have any questions regarding this or would like to schedule a visit please feel free to call 888-333-1345 or email Richard via &lt;script&gt;document.write('&lt;a href="mailto:'+y+'"&gt;'+y+'&lt;/a&gt;');&lt;/script&gt;

&lt;p&gt;And for those who can't attend MySQL UC and hear us talking,
we're now blogging. News section on the frontpage isn't a really
properly fitting format for everything that can be shared, which
is probably one of the reasons it's updated so infrequently. 
So check out our new &lt;a href="http://sphinxsearch.com/blog/"&gt;Sphinx blog&lt;/a&gt;
for more things Sphinx: articles, tips, general musings, fun facts,
you name it. The blog even comes prefilled.&lt;/p&gt;

&lt;p&gt;Last but not least, despite the announcements, we're still mostly
busy coding rather talking or blogging most of the time. And those
activities tend to offset other ones (like documenting and packaging)
lately. Which is, for instance, why real-time updates are in fact
already available from &lt;a href="http://code.google.com/p/sphinxsearch/"&gt;public SVN trunk&lt;/a&gt;
but not in a tarball or RPM form just yet.&lt;/p&gt;

&lt;p&gt;So do get in touch. Whether it's attending a talk, following a blog,
meeting at the conference, or volunteering to help us with something,
we're looking forward to meeting you!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/nbAt-eeKh6I" height="1" width="1"/&gt;</description>
	</item>

	<item>
		<title>Sphinx 0.9.9-release is out!</title>
		<link>http://sphinxsearch.com/news/40.html</link>
		<author>shodan</author>
		<pubDate>Wed, 02 Dec 2009 16:12:03 +0200</pubDate>
		<description>&lt;p&gt;Super-long incubation period from "rc2" to "release" tag did not,
of course, result in any new features, because of a feature-freeze.
We did add a few missing calls and features to APIs and SphinxSE and
also a couple of optimizations but that's catching up, not really adding
new stuff.  On the other hand, looking back at
&lt;a href="http://sphinxsearch.com/docs/current.html#rel099"&gt;40+ bugs fixed&lt;/a&gt;
in this release, I would still say that rc2 was pretty stable, as most of
the bugs were either minor, or rare, or both.&lt;/p&gt;

&lt;p&gt;Most importantly, &lt;b&gt;index merging is now much more stable&lt;/b&gt;.
Interesting that it's been around for quite a while, but many bug
reports were only filed against 0.9.9 or even 0.9.10 (and then
ported back).  Perhaps most of you are only adopting it now.
So note that 0.9.9-release is an officially recommended occasion
to re-evaluate merging if you were having issues with it before.&lt;p&gt;

&lt;p&gt;Another major change worth a mention on the front page isn't
directly related to the code, though.  Old news to those dedicated
people who follow our commits on Googlecode or
&lt;a href="http://twitter.com/sphinxsearch"&gt;#sphinxsearch on Twitter&lt;/a&gt;,
and new news to everyone else, &lt;b&gt;Sphinx now has official IANA assigned
ports, 9312 for native API and 9306 for SphinxQL&lt;/b&gt;, so update your
sphinx.conf and /etc/services.  (On a side note, does anyone know what
is this appman-server thing that owns port 3312?  I'm still occasionally
curious about that.)&lt;/p&gt;

&lt;p&gt;Along with the new release today, we're also renewing our
&lt;a href="http://sphinxsearch.com/consulting.html"&gt;Consulting Services&lt;/a&gt;.
We've added a number of services such as Installation Jumpstart that,
in simple cases, can be performed within a &lt;b&gt;fixed cost&lt;/b&gt; and time frame.
So if you require assistance with upgrading (or switching) to 0.9.9-release
then our services just got a few more options to consider.  You'd expect us
to have something for early adopters and, of course, we do.
All our &lt;b&gt;Support Packages will be discounted 10% off&lt;/b&gt; for those who
purchase our consulting services &lt;b&gt;by January 31, 2010&lt;/b&gt;.
If you have any questions, comments, or suggestions regarding the services,
feel free to email us at &lt;a href="mailto:sales@sphinxsearch.com"&gt;sales@sphinxsearch.com&lt;/a&gt;
or call +1-888-333-1345.&lt;/p&gt;

&lt;p&gt;And, while you're busy upgrading, we'll probably be busy building
1.x-alpha with incremental (real-time) updates for Christmas.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Sphinx/~4/YVP7ytlmRSE" height="1" width="1"/&gt;</description>
	</item>


</channel>
</rss>

