-
```
http://wiki.apache.org/solr/HighlightingParameters/#hl.boundaryScanner
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 3 Aug 2012 at 7:24
-
Hello - I'm working on a project where I need to make use of Lingo3G's clustering (https://carrotsearch.com/lingo3g/how-it-works/). They have a plugin for Solr which enables Solr to return multi-level…
-
Using .net 5
I'm using SolrQueryInList and needing to add many items, up to 1000. Currently it only lets me get to about 350 before blowing up with "Uri string too long"
After googling I found …
-
Hi,
i found out, that when I use wildcards with contains and set quoted to true for the query, then the wildcards will be quoted as well.
Does SolrNet have a query for such a case?
Currently I a…
-
I am using "SolrNet" version="1.0.11" targetFramework="net472" for search and import/update of data in Solr 7.5 running in cloud mode.
I am getting a lot off errors, see attached image. I am pushin…
-
```
http://issues.apache.org/jira/browse/SOLR-911
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 5 Jun 2009 at 3:13
-
```
http://issues.apache.org/jira/browse/SOLR-911
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 5 Jun 2009 at 3:13
-
Our Solr instances are protected with the JWT Authentication. The connections needs a valid http header JWT in the HttpClient. The HttpClient is exposed but once the http authorization header is added…
-
I want to create the following command in SolrNet but my add method doesn't have the split and f parameters...
> curl 'http://localhost:8983/solr/my_collection/update/json/docs'\
> '?split=/exams'…
-
```
Add per-field highlighting parameters override. From
http://wiki.apache.org/solr/HighlightingParameters :
Some parameters may be overriden on a per-field basis with the following
syntax:
f..=
…