-
```
See:
http://www.lucidimagination.com/blog/2009/03/31/nested-queries-in-solr/
http://wiki.apache.org/solr/FunctionQuery#head-
da96f90c1632609bae6fd86c853b9e13e514ce89
```
Original issue reported…
-
```
See:
http://www.lucidimagination.com/blog/2009/03/31/nested-queries-in-solr/
http://wiki.apache.org/solr/FunctionQuery#head-
da96f90c1632609bae6fd86c853b9e13e514ce89
```
Original issue reported…
-
```
Feature request:
Enabling the use of multi core feature of Solr using ServiceLocator.
Since the singelton pattern implemented with the ServiceLocator when
initiating with Startup.Init(solrUrl) it…
-
```
Feature request:
Enabling the use of multi core feature of Solr using ServiceLocator.
Since the singelton pattern implemented with the ServiceLocator when
initiating with Startup.Init(solrUrl) it…
-
```
Add loose mapping capability to Ninject integration. See issue #53
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 5 Jan 2010 at 1:04
-
```
I only used it as a base to implement the built-in container, other than that
it serves no real purpose. Ditch it.
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 28…
-
```
Add loose mapping capability to Ninject integration. See issue #53
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 5 Jan 2010 at 1:04
-
Hello,
My use case : Multiple zookeeper instances that each point to solr instances
I would like to do something like this :
```
// Product / 192.168.7.49 / collectionDefault
SolrNet.Cloud.S…
ghost updated
2 years ago
-
Hello,
while testing adding documents with attributes of various data types to Solr, I have found out that decimal values are rounded when serializing to XML. It seems like that SolrNet uses the To…
WSt89 updated
6 years ago
-
Hi,
this is actually not a real issue (maybe with the docs or not) but a question:
Is it possible to read a local config file and extend it as if I would do it with a Solr schema in a running Solr…