-
Hi Kindly help this might not be an issue but I am looking into this for a while now.
Every thing builds up perfectly but the index page throws the following error.
Error : "Compiler Error Messa…
-
Since I switched to these images iam getting errors when iam trying to rebuild the index (to be more precise at the end of the rebuild). This didn't happen before when I used https://github.com/avivas…
-
Hi,
is there a way to map text_general to a string instead of an array? I'm proving a Dictionary as my data structure for SolrNet because I'll never know which fields are contained in Solr . Howeve…
-
Hi,
i have a problem with setting up solr cloud with zookeeper and solrnet... I cant query or add documents right now, although the zooker status seems to be ok.
My yml file looks like [this](htt…
-
I have a standalone solr running on basic authentication and HTTPS.
With SolrNet - i am able to achieve basic authentication when running solr on HTTP but when i change to https it throws error - T…
-
Hello everyone,
Firstly, My english is not enough sorry. When I use the build and dll schemas look like pluralsight video's version 5.5, there is no problem, but when I try to install by nuget, I d…
-
I have checked the documentations and code and could not figure out how to write a query like the one below using SolrNet.
`q=text:"digital group"~100`
Help please.
-
Hi,
I'm using the solr add method for an asynchronous application (RabbitMQ). However, synchronous data indexing was causing too much data to accumulate in the queues. Later I saw Solr's asynchrono…
-
Having a very simple search model:
```
public class ProductSearchModel
{
[SolrUniqueKey("id")]
public long Id { get; set; }
[SolrField("name")]
public string…
-
I'm using [options pattern](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options) with MS injection in my Asp.Net Core project. With the current implementation of AddSolrNet…