-
I have an endpoint that I am trying to "upgrade" to Core 5.2.19, Host 6.0.0. For legacy reasons, we can't go any higher than 5.2.19.
When running my endpoint I get assembly scanning exceptions:
…
-
Hi, can you update example of cloud mode usage. ( https://github.com/SolrNet/SolrNet/blob/master/Documentation/Basic-usage-cloud.md ) ?
It is not working for me. It seems that it is outdated.
Al…
-
Trying to set POST as default request type, but getting it wrong. Current container is Autofac.
```
var builder = new ContainerBuilder();
builder.RegisterType()
.Named("SolrCo…
-
When some of nodes are crashed or gone, it seems that state of node still active and solrnet will forward to the dead node sometimes.
Now I've solved this by doing as below:
``` csharp
private IS…
-
Is there any way to use SolrNet.Cloud with a .NET Framework 4.5 version? If so, could you give some info about which version should I download etc? Thanks.
-
https://github.com/SolrNet/SolrNet/blob/818d843c74614ce0f202ad693baa5d08758beca3/SolrNet/Commands/AtomicUpdateCommand.cs#L80
`updateSpec.Type.ToString().ToLower()` translates "Inc" to "ınc" in Turk…
-
Hi,
I managed to build the images for 9.1.1 and was trying to run a compose for Sitecore XP1 with the sample file at "\tests\9.1.1 rev. 002459\ltsc2019\docker-compose.xp.yml". All the containers sp…
-
Is possibile manually define Key for during StartUp.Init() or there is a way to setup multiple loose core?
In particullary this case
var serverurl1 = "https://pathtosolr1"
var serverurl2 = "https…
-
Hello,
I am facing issue for getting data from SolrCloud using Zookeeper in my Asp.net Application.
I am using this code.
```
[TestFixtureSetUp]
public void Setup1()
{
var zookeeperConnec…
-
I couldn't seem to find any examples on how one would use basic auth when making requests? Is this supported?
Edit: Forgot to mention, this is using Solr5 for .NET Core