three legged telescope

Search Results: 'solr'

Solr and enable the clustering component: java -Dsolr.clustering.enabled=true -jar start.jar Now we can make queries with the clustering request handler that will look something like this: http://localhost:8983/solr/clustering ?q=*:* &rows=1000 &carrot.title=ProductName…

…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…

…and Solr Show how new NLP technology is changing the feature Give references and materials for you to explore and learn more The Prediction Phase Prediction is what happens before…

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…