-
I just updated to the latest version via nuget and now 'PivotFields' could not be found:
Sample code:
``` csharp
solroptions.Facet = new FacetParameters
{
Queries…
-
```
What steps will reproduce the problem?
Problem: I set up my .net class and my Solr schema and was able to loop
through my SQL Server Dbase and populate Solr with no problems. But on any
subseque…
-
```
Solr 1.4 supports deleting by id and query in the same request.
See http://wiki.apache.org/solr/UpdateXmlMessages#head-
f5553a8214869b11708ad5476e05e7b05a024c23
```
Original issue reported on cod…
-
Hi, are there async query requests in plans?
-
```
What steps will reproduce the problem?
1. Try to install something with a dependency > SM 2.6.1.0 when using it.
I expect it to be able to try using newer versions of structuremap, or the
NuGet …
-
```
Send document updates over parallel connections to increase performance.
See:
http://wiki.apache.org/solr/SolrPerformanceFactors#Indexing_Performance
http://lucene.apache.org/solr/api/org/apache…
-
```
Solr 1.4 supports deleting by id and query in the same request.
See http://wiki.apache.org/solr/UpdateXmlMessages#head-
f5553a8214869b11708ad5476e05e7b05a024c23
```
Original issue reported on cod…
-
```
Creating a range query with a DateTime type results in a error due to
DateTime needing to be serialized correctly before the query is sent to Solr.
e.g.
var a = solr.Query(new SolrQueryByRange(…
-
Hi ,
i tried sample provided,but getting issue when i make query request.
var matchingProducts = solr.Query(BuildQuery(parameters),
new QueryOptions
…
-
```
What steps will reproduce the problem?
1. Using date facets with Solr 3.1
What is the expected output? What do you see instead?
- Expected: Date facets functionality works.
- Actual: It falls ove…