-
I need to log solr query url(including parameters), How can I get the URL which SolrNet is making request? URL comes as part of exception but not with results.
-
It is any reason why assembly is signed?
-
Any plan to include Json Facet api? https://github.com/SolrNet/SolrNet/issues/418
-
Atomic Update method doesn't handle values with spec symbols, for instance - quotes (").
https://github.com/SolrNet/SolrNet/blob/b95e39b0c521fa92088712351f7331ea648b4fd9/SolrNet/Commands/AtomicUpda…
-
Hi,
Do you know when 3.5.x releases be in nuget? Also, can the RC releases be a prerelease version too?
Thanks!
-
We have try to open the latest “SolrNet” project in Visual Studio 2012 (4.5 framework) version, but in the entire solution all projects are not loaded. Please give us the solution to open and run the …
-
I'm trying to port some code from Unity. (SolrNet container integration)
Here's the syntax..
```
container.RegisterType(new InjectionConstructor(new ResolvedParameter(typeof (AttributesMappingMa…
-
So from what I can tell the this library does not expect multiple cores at this point, correct me if I am wrong. However, I was able to get a hacked version to work on my local machine, I did it like…
-
Code in class AttributesMappingManager in lines 46-47:
`var fieldNameCounts = fields.Select(m => m.Key).GroupBy(m => m);
if (fieldNameCounts.Count() != fields.Count())`
takes extreamly …
-
Hello.
Implemented serialization ignores DateTimeKind.
https://github.com/SolrNet/SolrNet/blob/41296b6f67bfecbf182d76c4ae4996aa912cb3ee/SolrNet/Impl/FieldSerializers/DateTimeFieldSerializer.cs#L…