Why Lucene in Action, 2nd Edition isn't available on sale (new) on Amazon UK?

2010-10-11 Thread Paolo Castagna
Hi, I am curious. Do you know why the book Lucene in Action, Second Edition is not available on sale (as new) on Amazon UK? http://www.amazon.co.uk/Lucene-Action-Michael-McCandless/dp/1933988177 Do you know where else I could buy it in UK? Thank you, Paolo --

Re: Why Lucene in Action, 2nd Edition isn't available on sale (new) on Amazon UK?

2010-10-12 Thread Paolo Castagna
Thank you Ian for your quick reply. Paolo Ian Lea wrote: I don't know why Amazon don't have it new. You can buy it from Blackwell's. http://bookshop.blackwell.co.uk/jsp/id/Lucene_in_Action/9781933988177 -- Ian. - To unsub

Is it possible to have Lucene and Solr (or two Solr instances) pointing at the same index directory?

2010-04-07 Thread Paolo Castagna
Hi, (I know that this is probably not recommended and not a common scenario, but...) Is it possible to have an application using Lucene and a separate (i.e. different JVM) instance of Solr both pointing at the same index and read/write to the index from both applications? I am trying (separately