I am using SOLR PHP client to query data from a solr service.My code looks similar to the below in that I\'m passing in a query to search on multiple IDs (in my case, a lot).The problem arises for me
How do I submit a JSON to SOLR using Zend_Client? Assume the JSON I am using is (It was taken from the SOLR WIKI, so I assume it is right).
I\'m using Solrj to index PDF files whith SOLR, but some files can\'t开发者_StackOverflow社区 index and make an exception
I\'m using solr 3.3 and i want to use delta import with file entity pro开发者_开发百科cessor and tika entity processor. Full import works fine but the delta import parameter doesn\'t import the new do
I\'m running an embedded Solr instance inside a webapp. What is the best way to provide direct (or proxied via the开发者_高级运维 webapp) HTTP access to the Solr instance?Direct access through http fo
I have developed a enterprise s开发者_JS百科earch using solr, I have developed a patternMatching class to match the query string
In my mysql db I have a user table consisting of 37,000 (or thereabouts) users. When a user search for another user on the site, I perform a simple like wildcard (i.e. LIKE \'{name}%}) to return the
Is it possible to apply filters to stored data like we can apply filter when indexing. For example I use KeepWordFilter on a filed during indexing. But I don\'t want filtered data to beeven stored.
I\'ve created a search API for a site that I work on. For example, some of the queries it supports are:
What are some strategies for updating volatile data in Solr? Imagine if you needed to model YouTube video data in a Solr index: how would you keep the \"views\" data fresh without swamping Solr in 开发