…Packages.org.apache.solr.common.util.Base64.byteArrayToBase64(id.getBytes())); Shockingly, we can create a brand new Solr input document:var childDoc = new Packages.org.apache.solr.common.SolrInputDocument();and then add it to our parent document via calling the Java method on the object:doc.addChildDocument(childDoc);…
…Engineering, Search & Recommendations, CareerBuilder.comTrey is continually pushing Solr to do newer and cooler things. Lucene/Solr Spatial in 2015David Smiley – Solr Search Consultant & Developer, D W Smiley LLCThe…
…<requestParsers enableRemoteStreaming=”false” multipartUploadLimitInKB=”20480″ formdataUploadLimitInKB=”20480″ /> </requestDispatcher> You can now hit Solr via: curl ‘http://localhost:8983/solr/documents/update/extract?literal.id=doc2&commit=true&extractOnly=true’ -F “myfile=@files/alvarez20140715a.pdf” and get back from Solr the Tika processed content in a relatively easy to…
…be relevant to you? A lot of search relevancy work with Solr or Elasticsearch focusses on getting really deep into written prose–the type that occurs in the body text of…
…And I’m not convinced Elasticsearch/Solr are nescsarilly bad for large scale search use cases. Of course Solr and Elasticsearch are catching up! Solr and Elasticsearch have a learning to rank…
…or are considering Solr need to figure out, which is whether 4.0 is stable enough to deploy in a live environment. Solr, even in unrelated versions, has historically been pretty…
…case has different considerations. Doh! An aside, I’ve been giving hon-lucene-synonyms some love since December. I got it working on Solr 5.3.1 and Solr 6.0.0 but neglected the documentation. The…
…private String status; We save the object into Solr via an instance of SolrClient: jobTrackerSolrClient.addBean(jobTracker); We load the object back from Solr via: SolrQuery q = new SolrQuery();q.set(“q”,”id:” + objectId);q.set(“fl”,”*”);QueryResponse…
…Search @ Apple, Apache Lucene/Solr committer and VP of Apache Lucene, speaking for Solr Josh Devins, Senior Principal Engineer, Machine Learning at Elastic, talking about Elasticsearch Jo Kristian Bergum, Senior…
…not use a solution that is based upon the normal, out-of-the-box Solr setup. Heres how: Facet Based Suggestions As your user searches through your inventory, the Solr query q parameter…
…tool for ad-hoc tweaking a specific Solr query. Let’s face it: nobody likes working with Solr in their browser’s URL bar. It’s a royal pain. Further, when you’re left decoding…
Were thrilled to announce that Scott Stults was presented to speak on the topic of Multi-Level Security (MLS) with Solr at the Open Source Search Conference: Lucene and Solr in…