<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
	xml:lang="ja-JP"
>
	<channel rdf:about="http://txqz.net/blog/2006/10/17/2115.rdf">
		<title>SennaのSnippet関数を使うためのSQL文を生成したい</title>
		<link>http://txqz.net/blog/2006/10/17/2115</link>
		<dc:creator>陽坂智佐</dc:creator>
		<description>「SennaのSnippet関数を使うためのSQL文を生成したい」に関する情報です。</description>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://txqz.net/blog/2006/10/17/2115"/>
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://txqz.net/blog/2006/10/17/2115">
		<title>SennaのSnippet関数を使うためのSQL文を生成したい</title>
		<link>http://txqz.net/blog/2006/10/17/2115</link>
		<description>Sennaのsnippet udfを使うSQLは:
SELECT snippet(文書, snippetの長さの最大バイト数, snippetの最大個数, 文書の文字コード, htmlエンコーディングの有無, snippetの開始タグ, snippetの終了タグ, 単語1, 単語1の前につけられるタグ, 単語1の後につけられるタグ, 単語2, 単語2の前につけられるタグ, 単語2の後につけられるタグ, ...);
となっている。単語の数に応じて引数の数が変化するので、PreparedStatem ……</description>
		<dc:subject>MySQL</dc:subject>
		<dc:subject>PHP</dc:subject>
		<dc:subject>Senna</dc:subject>
		<dc:subject>Snippet</dc:subject>
		<dc:subject>検索エンジン</dc:subject>
		<dc:date>2006-10-17T21:15:00+09:00</dc:date>
		<trackback:ping rdf:resource="http://txqz.net/blog/2006/10/17/2115/tb"/>
	</item>
</rdf:RDF>