<?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>Kommentarer til: Don&#8217;t sort on tokenized strings in Solr</title>
	<atom:link href="http://hovenko.no/blog/2009/12/15/dont-sort-on-tokenized-strings-in-solr/feed/" rel="self" type="application/rss+xml" />
	<link>https://hovenko.no/blog/2009/12/15/dont-sort-on-tokenized-strings-in-solr/</link>
	<description>En blogg av Knut-Olav</description>
	<lastBuildDate>Thu, 02 Sep 2021 20:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hoss</title>
		<link>https://hovenko.no/blog/2009/12/15/dont-sort-on-tokenized-strings-in-solr/comment-page-1/#comment-9077</link>
		<dc:creator>Hoss</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://hovenko.no/blog/?p=392#comment-9077</guid>
		<description>The reason solr doesn&#039;t just flat out stop you from trying to sort on a TextField with an analyzer, is because it&#039;s totally possible to tokenize a field and still only produce one token per document in a variety of differnet ways (KeywordTokenizer, KeepWordFilter, etc...)

Solr is giving you enough rope to hang yourself, the rest is up to you.</description>
		<content:encoded><![CDATA[<p>The reason solr doesn&#8217;t just flat out stop you from trying to sort on a TextField with an analyzer, is because it&#8217;s totally possible to tokenize a field and still only produce one token per document in a variety of differnet ways (KeywordTokenizer, KeepWordFilter, etc&#8230;)</p>
<p>Solr is giving you enough rope to hang yourself, the rest is up to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
