Search Results: 'solr'

The first book on Apache Solr in German. Offers a substantiated and practice-oriented introduction into this search technology….

…once with the alias of TotalAnswerCount. The later facet excluded the “moreRecent” filter query. Heres the query: http://localhost:8983/solr/collection1/select?q=*:*&facet=on&fq={!tag=moreRecent}CreationDate:[2011-08-05T19:34:49.473Z TO NOW]&facet.field={!key=RecentAnswerCount}AnswerCount&facet.field={!key=TotalAnswerCount ex=moreRecent}AnswerCount And here is the response: 2543 2059 1831 1015…

Solr 6 is now available! What’s included, and what can you do with it? Yonik Seeley and Erik Hatcher join us to talk about what’s new….

If youve got your Solr index on an Amazon EBS volume, save yourself some headache and do this every time you make a new volume: sudo nohup dd if=/dev/xvdi of=/dev/null…