Search Results: 'solr'

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

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

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

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