タグ

2010年12月26日のブックマーク (3件)

  • HowToMakeAlmostAnything2010

    How to Make (Almost) Anything (ほぼ何でもつくる方法) 2010年度 体験記 田中浩也 /慶應義塾大学環境情報学部准教授・マサチューセッツ工科大学客員研究員・ファブラボジャパン MITメディアラボでは、ニール・ガーシェンフェルド教授による人気講座「How to Make (Almost) Anything (ほぼ何でもつくる方法)」が毎年秋学期に開講されている。 ニール・ガーシェンフェルドは、当初このクラスを、ごくごく少数の大学院生に、研究に使うための3次元プリンタ、カッティングマシン、ミリングマシン等、 機材の利用方法を教えるための演習として考案したという。しかしながら、初年度、初回授業の教室に行って彼は驚いた。MITの内外から100名を越える人 々が押し寄せ、「こういう授業をずっと待っていたんだ」「お願いだから受講させてください」と口々に嘆願されたというの

    manabou
    manabou 2010/12/26
  • UpdateXmlMessages - Solr - Apache Software Foundation

    XML Messages for Updating a Solr Index Solr accepts POSTed XML messages that Add/Replace, Commit, Delete, and Delete by query, using the url /update (there is also a CSV interface). Here is the XML syntax that Solr expects to see: The Update Schema (Not to be confused with schema.xml.) add/replace documents Simple Example: <add> <doc> <field name="employeeId">05991</field> <field name="office">Bri

  • Viviの部屋 - 準備-solr-PukiWiki

    全文検索エンジンapache solrを仕事で使う機会があったので、覚書です。 準備 ↑ (注)Windows上で試したので、サーバーではパス等は適宜読み替えてください。 今回はtomcat上に乗っけます。 1.ダウンロード http://www.apache.org/dyn/closer.cgi­/lucene/solr/ 2.解凍 3.配置〜起動 ①apache-solr-1.3.0\example\webapps\solr.warをtomcatのwebappsディレクトリにコピー。 ②任意のディレクトリに\apache-solr-1.3.0\example\solr以下をコピー。 ③web.xmlの以下の部分をコメントアウトして編集 <env-entry> <env-entry-name>solr/home</env-entry-name> <env-entry-value>②でコピ