srikanthv123 / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Embedded solr server support #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could hasting up data posting quite a bit when deploy on the same server.

Original issue reported on code.google.com by earthh...@gmail.com on 15 Aug 2009 at 7:55

GoogleCodeExporter commented 8 years ago
The only way to have an in-process Solr instance is by using IKVM. I started 
experimenting at http://code.google.com/p/mausch/source/browse/trunk/SolrIKVM a 
couple 
of months ago, in case you want to pick up where I left off... ;-)

Original comment by mauricio...@gmail.com on 15 Aug 2009 at 10:23

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 16 Nov 2009 at 7:57

GoogleCodeExporter commented 8 years ago
I'm closing this because it's out of the scope of SolrNet. SolrNet is a client, 
not a server. An embedded Solr server running on .net is a project of its own.

Original comment by mauricio...@gmail.com on 6 Feb 2011 at 3:00

GoogleCodeExporter commented 8 years ago
I'm reopening this issue with the intention to implement a ISolrOperations<T> 
(and whatever else it takes) that communicates with an SolrIKVM ( 
https://github.com/mausch/SolrIKVM ) instance, much like SolrJ has 
EmbeddedSolrServer.

Original comment by mauricio...@gmail.com on 21 Feb 2011 at 10:46

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/mausch/SolrNet/issues/82

Original comment by mauricio...@gmail.com on 7 Sep 2013 at 11:28