Re: Definitive version of acts_as_solr

2009-12-12 Thread Andrea Campi
Hi all, On Dec 11, 2009, at 7:52 PM, Jacob Elder wrote: What versions of acts_as_solr are you all using? There appears to be about a dozen forks on GitHub, including my own. http://acts-as-solr.rubyforge.org/ has a notice that the official site is now http://acts_as_solr.railsfreaks.com/, but

Re: Simple Wildcard Search Question

2009-12-12 Thread QBasti
Hey, thanks for the help Need analyzer definitions BOTH for indexing and querying, the correlation between the two is important./quote> The Query Analyzers are: LowerCaseFilterFactory RemoveDuplicatesFilterFactory WordDelimiterFilterFactory StopFilterFactory and SynonymFilterFactory So it say

Re: Auto update with deltaimport

2009-12-12 Thread Joel Nylund
windows or unix? unix - make a shell script and call it from cron windows - make a .bat or .cmd file and call it from scheduler within the shell scripts/bat files use wget or curl to call the right import: wget -q -O /dev/null http://localhost:8983/solr/dataimport?command=delta-import Joe

Re: auto-starting Solr on OS X ?

2009-12-12 Thread khalid y
Best way for you is LAUNCHD system. You can found a good documentation and some example. http://developer.apple.com/macosx/launchd.html 2009/12/12 Erick Erickson > See http://www.macosxhints.com/article.php?story=20041105070509783 > > In general, crontab is what you want, probably with the @

Re: auto-starting Solr on OS X ?

2009-12-12 Thread Grant Ingersoll
I put Tomcat start script in /Library/StartupItems On Dec 11, 2009, at 10:04 PM, regany wrote: > > hello! > > does anyone know how you go about setting up Solr so it auto starts after a > reboot etc on OS X? > > thanks, > > regan > > > -- > View this message in context: > http://old.nabbl

Anyone using Solr PHP extension on OS X?

2009-12-12 Thread regany
Just wondering if anyone has successfully installed the Solr PHP extension on OS X? I've got OS X Server 10.4.11 and specifically wanted to know if anyone has got the Solr PHP extension to work with the "standard" apple install of Java. Then I'll know if I've got a config problem or need to inst

Re: how to use ajax-solr - example?

2009-12-12 Thread James McKinney
It seems the OP has found what he wanted, but just to clarify and update: The AJAX Solr documentation has been massively expanded, and a demo site has been created: Demo: http://evolvingweb.github.com/ajax-solr/examples/reuters/index.html Docs: http://evolvingweb.github.com/ajax-solr/ AJAX Solr

Re: solrjs

2009-12-12 Thread James McKinney
The documentation has been massively expanded, and a demo site has been created: Demo: http://evolvingweb.github.com/ajax-solr/examples/reuters/index.html Docs: http://evolvingweb.github.com/ajax-solr/ Although it took a while, the documentation is more thorough than SolrJS's had been. James