> I really wish I had taken the simple route and just used NSSM from the start.
I'm pretty sure I had put it as a suggestion in the docs. I've used that app successfully for years now (it's great). Regarding the 64-bit usage, it's just the JVM that you're using that will do the 64-bit part. Nothing really magical there, but I do have more details about it in the docs (hopefully they made sense). > (for those not getting the joke: > http://jeffcoughlin.github.com/farcrysolrpro/demos.html) Yeah. We couldn't afford professional actors, so we improvised :). I keep planning to make more [useful] demos. Just can't find the time. Anyone can feel free to pitch in :). > I assume based on the documentation that it’s not an issue that I moved the > solr-server folder out of the plugin and placed elsewhere on the server? It shouldn't matter. We've gone out of our way to make sure it would work that way. What we haven't tested is running Solr on a different box, but it should work (just waiting for the first person to test it for us :) > I do have an additional question regarding your (awesome!) plugin. What’s > the purpose of the path setting in the config? Obviously the collection > instance directory is where the files are stored but I couldn’t see the point > of the path setting. This is used in the url path that Solr uses to find the instance (it should be noted in the fthint). That entire section (Server Settings) are actually the data used for the cfsolrlib2 library written by Shannon Hicks (http://cfsolrlib2.riaforge.org/). We hired him for a couple days back in mid-2011 to make that new library for us (and release it as open source). It gave us a starting point to begin work on the Solr Pro plugin later that year. -- Jeff Coughlin On Jul 24, 2012, at 11:26 PM, tHeSmUrF wrote: > Hi Sean > > I really wish I had taken the simple route and just used NSSM from the start. > Instead I decided “screw that, I’ll waste days that I don’t have spare to > muck around with Java and learn about ANT and compiling 64bit DLL’s that > don’t really do want I want anyway”. *sigh* Oh well I guess now that I’m > switching over to SOLR Pro I should have more spare time like Bret, Yuri and > the Really Cool Mum :) > (for those not getting the joke: > http://jeffcoughlin.github.com/farcrysolrpro/demos.html) > > I assume based on the documentation that it’s not an issue that I moved the > solr-server folder out of the plugin and placed elsewhere on the server? > > I had to do something similar with our old search setup in that I had an > empty custom type in FarCry for course information that mapped fields back to > our course information databases. While the fields were always empty in the > FarCry database, the matching FarCry search collection would get populated by > a scheduled task each night. So I guess if I can get ColdFusion 9 to use my > custom SOLR install my old code should just continue to work without any > changes. > > I do have an additional question regarding your (awesome!) plugin. What’s > the purpose of the path setting in the config? Obviously the collection > instance directory is where the files are stored but I couldn’t see the point > of the path setting. > > Cheers > Mark > > -- > -- > You received this message cos you are subscribed to "farcry-dev" Google group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > > -- -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
