Use a field with space in qf

2014-06-04 Thread devraj.jaiman
Hi, Long time ago I defined a field in schema with space(e.g 'Movie Name'). Things were going very cool till I need to use edismax query parser and want to give 'Movie Name' in qf. But as we all know qf consider space as field delimiter. I tried 'Movie\ Name' 'Movie\+Name' nothing is working. So

upgrading CommonsHttpSolrServer to HttpSolrServer

2014-10-16 Thread devraj.jaiman
Hi All, We are upgrading from solr 3.3 to 4.9. But as in solr 4.9 CommonsHttpSolrServer is not available, so I want to replace it with HttpSolrServer. In solr 3.3 we're using the following code: CommonsHttpSolrServer server = null; if (httpClient == null) {

Re: upgrading CommonsHttpSolrServer to HttpSolrServer

2014-10-22 Thread devraj.jaiman
Thanks a lot Shawn. It resolved the issue. Regards, D.Jaiman -- View this message in context: http://lucene.472066.n3.nabble.com/upgrading-CommonsHttpSolrServer-to-HttpSolrServer-tp4164620p4165305.html Sent from the Solr - User mailing list archive at Nabble.com.