I'm looking to find alternatives to Solr from the Apache Software Foundation.
For those that don't know, Solr is an enterprise search server. A client application uses a web-services ... |
Hallo everybody,
i'm coding some tests for my solr-indexer application. Following testing best practices, i want to write codes self-dependant, just loading the schema.xml-solrconfig.xml config i want and creating a temporal data ... |
I am facing scalability issues designing a new Solr cluster and I need to master to be able to handle a relatively high rate of updates with almost no reads - ... |
I created a solr 1.4 index and would like to serve queries against it for a high-volume application. The index that I am querying is static -- no more updates are ... |
my solr server is running on Linux platform but some time it(solr server) stops automatically , so will u tell me about that what can i do to solve the problem ... |
Hey guys, I have 2 Solr servers set-up, the master is identical to the slave except for the 4 lines of XML that make it a master.
The slave however errors when ... |
Looking for Open Source Search Federation solutions. Essentially I have a myriad of data repositories that I am unable to connect directly to SOLR.
I have evaluated SESAT (http://sesat.no/home.html) which is ... |
|
Is it possible to move solr to a hosted server? (in general is it possible to install SOLR on a web hosting service like bluehost.com or godaddy.com ? )
I have ... |
I tried to migrate to Solr 3.1 , my project uses Dataimport handler ,
when I started solr it asked me SolrCoreAwar not found I copied the following file to lib directory
apache-solr-dataimporthandler-3.1-SNAPSHOT.jar ... |
We have a CommonsHttpSolrServer variable named "server" which we are performing a server.add(...) with a properly formatted SolrInputDocument with a couple fields on it (id and accountNumber). Our documents are not ... |
I am setting up a apache lucene based search engine service but I wanted all the indexing and page rank processing to happen afterwards when there's less load on the server ... |
I am writing a web app that will be hitting a SOLR server frequently. I plan to create multiple instances of this SOLR server so that one specific server doesn't get ... |
I probably don't know much about how SOLR works internally, but as I was trying to replicate a SOLR server in another server, I first tried to copy the data files ... |
I am looking for a fulltext solution to run on my site. I have heard of lucene and Microsoft Search server. My site will contain thousands if not millions of rows ... |
I am running an application that get search results from solr server. But when server is not running i get no response from the server. Is there any way i can ... |
I have install solr(apache-solr-1.4.1) on remote server from my computer and run all the commands given in solr tutorial. All the commands run fine. But on accessing it through browser with ... |