Our client, Silverchair Information Systems, recently completed a successful migration of the American Medical Association’s search over to Solr. Leveraging Silverchair’s semantic platform, weve helped migrate Silverchairs SCM platform to…
An all-star panel sits down to talk about the state of Solr and the upcoming Solr 6 release. Erik Hatcher from Lucidworks joins Alan Woodward and Charlie Hull from Flax….
…One project that caught my eye in particular was BioSolr. BioSolr is being developed by Flax in conjunction with the European Bioinformatics Institute (EBI). We’ve done a great deal of…
Einführung in Apache Solr
The first book on Apache Solr in German. Offers a substantiated and practice-oriented introduction into this search technology….
##Putting the data togetherRecently we’ve had to analyze the size of files being ingested into a Solr index. Performance testing had been done several times and we were seeing some…
…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…
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…