Re: Compiling and running Lucene/Solr based on github does not seem to work

2014-12-05 Thread Michael Wechner
thanks very much for your help. I will use the solr mailing list for future solr related questions. After running ant example ant run-example inside the solr folder, I was able to access http://localhost:8983/solr without a problem. I think it would make sense to change the main README and th

Re: Compiling and running Lucene/Solr based on github does not seem to work

2014-12-05 Thread Chris Hostetter
For future questions about solr, please use solr-user@lucene ... : ant compile : ant test : : successfully. Also Jetty seems to startup fine, but when I access : : http://localhost:8983/solr/ : : then I receive ... Note the "Instructions for Building Apache Solr from Source" section

CfP: ISORC 2015 - IEEE International Symposium On Real-Time Computing

2014-12-05 Thread Martin Schoeberl
== CALL FOR PAPERS The 18th IEEE International Symposium On Real-Time Computing ISORC 2015 Auckland, New Zealand April 13 - 17

Re: How best to compare tow sentences

2014-12-05 Thread Paul Taylor
On 05/12/2014 01:25, Chris Hostetter wrote: : For a number of years I've been doing this for some time by creating a : RAMDirectory, creating a document for one of the sentence and then doing a : search using the other sentence and seeing if we get a good match. This has : worked reasonably well