Closed (fixed)
Project:
Barracuda
Component:
Solr/Jetty Server
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2013 at 08:53 UTC
Updated:
28 Apr 2013 at 18:20 UTC
Jump to comment: Most recent
Hi there,
Is there any plan to upgrade barracuda to apache solr 3.x
I'm working with a project that need to run some spatial search and familiar with apache solr 3.4
Now in the barracuda is apache solr 1.4 :(
If not, how about if i install solr 3.x in the same server with barracuda (boa)
Thanks in advanced!
Comments
Comment #1
omega8cc commentedThere are plans to make it optional: http://drupal.org/node/1851318#comment-6780318
Comment #2
trongdong commentedThat's sound great! Thank you omega8cc.
Can i just install boa first (with out solr) and after when we update the solr 3.x, i can just "run a upgrade" command?
Comment #3
realityloop commented@omega8cc updates on making it optional?
Comment #4
omega8cc commentedNot yet. Maybe in the BOA-2.0.7. Changing to postponed to sync the status with #1851318: Nutch 2.1, Solr 4
Comment #5
Anonymous (not verified) commentedIt would be wonderful to have solr upgraded to 3.6 or even 4.1! Thank you for this, and I will be using it immediately and will help test it.
Comment #6
AntiNSA commented+1
Comment #7
omega8cc commentedWe are switching everything from Tomcat to Jetty.
Comment #8
AntiNSA commentedif we are using the tomcat solr now, will it be a transparant switchover when you start using jetty?
Comment #9
aanjaneyam commentedWill using jetty reduce minimum RAM requirements or will it remain the same as before with Tomcat.
Comment #10
omega8cc commentedCommitted in:
http://drupalcode.org/project/barracuda.git/commit/4c64aca
http://drupalcode.org/project/barracuda.git/commit/d54db19
Comment #11
AntiNSA commentedI am using debian 64 and really dont want to change my server to ubuntu... will you add support for solr 4 to debian 64 servers?
Comment #12
aanjaneyam commented@AntiNSA isn't the feature included in the second commit above:
Use Jetty 8 for Solr 4 on systems with Java 1.6 or Jetty 9 for Solr 4 when Java 1.7 is available.Comment #13
AntiNSA commentedok so you mean that SR4 in extras will automatically check if you are on precise or not and give you jetty 9 if you are on precise? Maybe this isnt the right forum, but is jetty 9 much better than jetty 8? Is it that difficult to get java 1.7 goin on debian 64?
Comment #14
bennos commentedjust have a look at the documentation
https://github.com/omega8cc/nginx-for-drupal/blob/master/docs/SOLR.txt
Comment #15
aanjaneyam commentedBOA script does check OS type/version( debian or Ubuntu) on initial installation and set the repositories accordingly. Debian repo is set of for debian and ubuntu version specific repo for Ubuntu. I think then the solr option should do things accoording to the OS it being installed on.
Comment #16
AntiNSA commentedfrom my current fresh install experiance with debian 64 it installs jetty 9 even though in the extras doccumentation it says jetty 9 is only for precice. I can get solr 3.x to work and show search results from index, and if you switch from solr4 to solr3 or switch from solr 3 to solr 4 I can tell you there is no doccumentated way to kill the previous install that I am aware of. However, I can make solr3 show the search results when changing to the proper port as described in the solr doccumentation... however when using the port and placing the config files for solr 4 I can only get search results to display title and author... the body is not displayed... and despite placing the config files in the correct positions, uninstalling and reinstalling the solr module, I can find no doccumentation or settings which say to index the body of certain content trypes to be displayed in the search results. I would like to have the 2 yeara of incresed efficiency solr 4 has to offer over solr 3.... but I lost a day or two trying to get it to work with no go.