…Grant is an Apache Solr committer and was a founder and CTO at Lucidworks, who offer a search engine product built on Solr). Note that while we’re helping Grant with…
…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…
Do you like Solr? Live in Las Vegas? Are you going to be in Vegas on Wednesday, February 22, 2012? Like free dinner? If this sounds like you, then join…
Jason Hull discusses OpenSource Connections participation in the National Veteran Small Business Conference and how their move to focus primarily on Solr affects the business on the latest VAntage Blog…
…Apache Lucene/Solr Meetup on Wednesday February 26th to see how we apply this philosophy during customer engagements. Well be showcasing a new product now in Beta, Quepid that enables test-driven…
…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…
Every now and then we’ll come across a search problem that can’t simply be solved with plain Solr relevancy. This usually means a customer knows exactly how documents should be…
Solr 6, What’s New?
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….
…properties, a solrDataWriter, which would be my primarily Solr index, and then a solrDataReader, which would be a clone of my data_audit index. I didnt want to go through the…
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…
…Jason Gerlowski’s talk on Solr V2 APIs – we were happy to help with the development of this by hosting Meetups for the Solr Contributor Bootcamp . After a client…