-
I am attempting to install the provided packages on a clean install on version 6.4.1 (rev. 110324). I successfully installed the big data and kernel packages, but I get the following error when I atte…
-
### Problem
I notice that Solr is a module in the java library but not here, hopefully it would not be too much work to add
### Solution
Implement the Solr module in the c#
### Benefit
…
-
My Solr is returning this:
... SNIP ...
"facet_counts":{
"facet_queries":{},
"facet_fields":{},
"facet_ranges":{},
"facet_intervals":{},
"facet_h…
-
I was using client certificates with SolrNet before, and I am thinking of moving to SolrNet.Cloud now.
However, I see that there is no method for setting an `ISolrConnection` for the library.
Solr…
-
```
A type provider would infer the SolrNet document type from the Solr schema.
From there SolrNet could pick up the inferred type and be used to do
serialization/queries as usual.
```
Original iss…
-
Error while using Atomic Update as mentioned in https://github.com/SolrNet/SolrNet/pull/339,
`{System.NullReferenceException: Object reference not set to an instance of an object.
at SolrNet.I…
-
I included SolrNet and Microsoft Service locator with the appropriate license.txt notice. I didn't yet put anything for the highlighting code or jquery. I don't know what is needed to distribute those…
-
Recently I'm receiving exceptions like this:
SolrNet.Exceptions.SolrConnectionException
The operation has timed out
SolrNet.Exceptions.SolrConnectionException: The operation has timed out ---> Sy…
-
We are getting this weird error at random times while using the `SolrNet.Cloud` library (v 1.0.19) on a Solr Cloud installation with a ZK enclave of 3 ZK nodes:
> SolrNet.Cloud.Exceptions.SolrNetCl…
-
Hello.
Here is the model
```csharp
public class TestClass
{
[SolrField("id")]
public string Id { get; set; }
[SolrField("FirstName")]
public…