Re: Run Solr within my war

2010-02-23 Thread Chris Hostetter
: Using EmbeddedSolrServer is a client side way of communicating with : Solr via the file system. Solr has to still be up and running before : that. My question is more along the lines of how to put the server Eh ... no it isn't. EmbeddedSolrServer is an abstraction that lets applications writte

Re: Run Solr within my war

2010-02-19 Thread Richard Frovarp
Pulkit Singhal wrote: Using EmbeddedSolrServer is a client side way of communicating with Solr via the file system. Solr has to still be up and running before that. My question is more along the lines of how to put the server jars that perform the core functionality and bundle them to start up wi

Re: Run Solr within my war

2010-02-19 Thread Pulkit Singhal
Using EmbeddedSolrServer is a client side way of communicating with Solr via the file system. Solr has to still be up and running before that. My question is more along the lines of how to put the server jars that perform the core functionality and bundle them to start up within a war which is also

Re: Run Solr within my war

2010-02-18 Thread Richard Frovarp
On 2/18/2010 4:22 PM, Pulkit Singhal wrote: Hello Everyone, I do NOT want to host Solr separately. I want to run it within my war with the Java Application which is using it. How easy/difficult is that to setup? Can anyone with past experience on this topic, please comment. thanks, - Pulkit

Re: Run Solr within my war

2010-02-18 Thread Pulkit Singhal
Yeah I have been pitching that but I want all the functionality of Solr in a small package because it is not a concern given the specifically limited data set being searched upon. I understand that the # of users is still another part of this equation but there just aren't that many at this time an

Re: Run Solr within my war

2010-02-18 Thread Dave Searle
Why would you want to? Surely having it seperate increases scalablity? On 18 Feb 2010, at 22:23, "Pulkit Singhal" wrote: > Hello Everyone, > > I do NOT want to host Solr separately. I want to run it within my war > with the Java Application which is using it. How easy/difficult is > that to se