server « Development « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Development » server 

1. What are some Search Servers out there?    stackoverflow.com

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

2. Testing Solr via Embedded Server    stackoverflow.com

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

3. Which server parameters to tweak in Solr if I expect heavy writes and light reads?    stackoverflow.com

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

4. Replicating a read-only solr server    stackoverflow.com

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

5. solr server stop problem    stackoverflow.com

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

6. Solr slave replication server won't start    stackoverflow.com

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

7. Open Source Federated Search Server    stackoverflow.com

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

8. SOLR on a hosted server    stackoverflow.com

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

9. How can I fix the problem when starting solr server    stackoverflow.com

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

10. Solr lucene server does not post commit message    stackoverflow.com

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

11. load based processing of data    stackoverflow.com

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

12. How to load balance SOLR server? Is Redis a good solution?    stackoverflow.com

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

13. SOLR: Just uploading the data files to new server instead of data import?    stackoverflow.com

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

14. Lucene vs Microsoft Search Server    stackoverflow.com

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

15. How to find whether solr server is running or not    stackoverflow.com

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

16. solr is not working!    stackoverflow.com

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

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.