エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
solr-ruby/BrainStorming - Solr Wiki
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
solr-ruby/BrainStorming - Solr Wiki
This is a straw-man pie-in-the-sky thinking on a Ruby Solr DSL: class Book attr_reader :isbn attr... This is a straw-man pie-in-the-sky thinking on a Ruby Solr DSL: class Book attr_reader :isbn attr_reader :title attr_reader :subjects attr_reader :authors attr_reader :dates include Solrable solr :id => :isbn solr_facet :subject solr_facet :year do self.dates.collect { |date| date.year } end end # Search for full-text matches in the author* field Book.search_by_author("sekida") # Search for full-t