2016-07-01から1ヶ月間の記事一覧

JQueryを使ってEnterでsubmitできない時の対処方法

JQueryを使った場合でなぜかEnterでsubmitできない時の対処方法をやっと作れた。 submitのボタンがあってもsubmitできない時の対処方法。FirefoxとChromeで動作確認済み。参考:http://stackoverflow.com/questions/6116933/window-event-keycode-how-to-do-…

QEO by IARPA

今日、IARPAのプロジェクトの一部、QEOと言うのを見つけした。https://www.iarpa.gov/index.php/research-programs/qeo/qeo-baa上記サイトより引用: 「IARPA has interest in quantum annealing systems which outperform classical methods in solution of…

QEO by IARPA

今日、IARPAのプロジェクトの一部、QEOと言うのを見つけした。https://www.iarpa.gov/index.php/research-programs/qeo/qeo-baa上記サイトより引用: 「IARPA has interest in quantum annealing systems which outperform classical methods in solution of…

JQueryを使ってEnterでsubmitできない時の対処方法

JQueryを使った場合でなぜかEnterでsubmitできない時の対処方法をやっと作れた。 submitのボタンがあってもsubmitできない時の対処方法。FirefoxとChromeで動作確認済み。参考:http://stackoverflow.com/questions/6116933/window-event-keycode-how-to-do-…

自分メモ: SolrでJSONを使って指定した物を削除する方法

SolrでJSONを使って指定した物を削除する方法 curl http://localhost:8983/solr/collection1/update?commit=true -H 'Content-type:application/json' -d '{ "delete":{ "id":"http://www.jedi-robe.com/" } }' {"responseHeader":{"status":0,"QTime":528}}…

自分メモ: SolrでJSONを使って指定した物を削除する方法

SolrでJSONを使って指定した物を削除する方法 curl http://localhost:8983/solr/collection1/update?commit=true -H 'Content-type:application/json' -d '{ "delete":{ "id":"http://www.jedi-robe.com/" } }' {"responseHeader":{"status":0,"QTime":528}}…

Relevant Search - Study Note

This is a study note from reading the book, Relevant Search.Relevant Search: With applications for Solr and Elasticsearch作者: Doug Turnbull,John Berryman出版社/メーカー: Manning Publications発売日: 2016/07/09メディア: ペーパーバックこの商…

Relevant Search - Study Note

This is a study note from reading the book, Relevant Search.Relevant Search: With applications for Solr and Elasticsearch作者: Doug Turnbull,John Berryman出版社/メーカー: Manning Publications発売日: 2016/07/09メディア: ペーパーバックこの商…