-
I have indexed "StockAvailability" field to Solr with true or false values. It means if products are in stock StockAvailability field has "True" value otherwise it has "False" value.
Now I want searc…
-
The title says it all. SolrNet has been prerelease forever now, and we're using it but we're building packages ourselves because the current packages are outdated and available as 'prerelease' only.
-
When using Autofac, there's no way to pass in a custom IHttpWebRequestFactory, so there's no way to use authentication.
-
Hi,
I ran into some issues when I was using Solrnet from the nuget package, it couldn't find SolrQueryByDistance class, then I read that it might be outdated, after getting the dll (0.4) from build i…
-
The GetSchemaCommand has 'schema.xml' name hardcoded inside it. This can cause problems when people are using a non-standard schema name (zookeeper setup for example).
``` csharp
public class Get…
-
I think I have found a bug, at least I cannot explain the behavior after seraching for 2 hours.
I use manual mapping to build up my schema, and everything works fine, besides that I keep getting error…
-
It's of course is a matter of taste, but for me the following syntax is somewhat more readable and less noisy than the lambdas.
``` fsharp
// simple CE that allows to avoid (fun _ -> ...) or ... noi…
-
Tried to use TomCat, setup did not go as expected, will use Jetty instead