Simple full-text search in your browser Docs Examples Code Get Started Set up an index for your notes: var index = lunr(function () { this.field('title', {boost: 10}) this.field('body') this.ref('id') }) Add documents to your index index.add(... 続きを読む
Add powerful full-text search to your site using a simple API - IndexTank compatible. No servers to manage. Real-time updates, geolocation, faceted search, works with Ruby, Python, Java, PHP, .NET & moreFull-text Search-as-a-Service Easily ad... 続きを読む
elasticsearchYou know, for Search So, we build a web site or an application and want to add search to it, and then it hits us: getting search working is hard. We want our search solution to be fast, we want a painless setup and a completely f... 続きを読む
クックパッド、グリー、ぐるなび、CROOZは検索技術を どう使っているのか 有限会社オングス 杉山貴章 2012/2/9 2012年1月26日、CROOZ主催の勉強会「モーショノロジー2012 #1」が開催された。今回のテーマは「全文検索」。検索技術の開発や活用に携わる6名の発... 続きを読む
Enterprise-grade search, powered by Apache Solr. Spatial search Find search results near coordinates or sort by distance. Faceted search Browse or refine search results by values they share in common. Apache Solr also supports language stemmi... 続きを読む