-
(moved from https://code.google.com/p/solrnet/issues/detail?id=170 )
The current SolrConnection.PostStream method accepts a stream which must support the Length property.
It would be nice that, if L…
-
(moved from https://code.google.com/p/solrnet/issues/detail?id=153 )
As described in http://wiki.apache.org/solr/LBHttpSolrServer . Make balancing algorithms pluggable, i.e. some implementations coul…
-
Support indexing and searching nested documents.
For indexing see https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers?focusedCommentId=48792150#UploadingDatawithIndex…
-
I have POC code as below where "IndexDocumentClass" is class having properties.
var solr = ServiceLocator.Current.GetInstance();
```
using (var file = File.OpenRead(@"..\..\Documents\so…
-
I have run a small test using SolrNet 4.0.2002 to perform an Extract on a document and it does not appear to be populating the Metadata field of the ExtractResponse. ExtractOnly is set to true and I h…
-
Solr has support for SMILE response-writer, which is a compact "binary json" protocol that should give similar performance improvements as JavaBin (#83)
See https://cwiki.apache.org/confluence/dis…
-
"statusMessages": {
"Total Requests made to DataSource": "1",
"Total Rows Fetched": "0",
"Total Documents Processed": "0",
"Total Documents Skipped": "0",
"Delta Dump started": "20…
-
``` C#
SolrDIHStatus GetDIHStatus(KeyValuePair options);
```
Should probably have been
``` C#
SolrDIHStatus GetDIHStatus(IDictionary options);
```
Because the parameter is plural. Also you cannot p…
-
Hi,
I already had written a Task scedular using c# to execute delta import and it is running properly on SolrCloud.
But wanted to check all the SolrCloud core DataImportHandler status for collection …
-
I always forget in which format should I specify solrUrl in config, with or without trailing slash - localhost:8983/solr, or localhost:8983/solr/, so do my colleagues admins and devops. We have to tri…