-
```
I'm using SolrNet 0.3.1 (and tried 0.4.1001), but i have a problem with the
request to Tomcat/Solr
This is an example querystring that SolrNet sends to Tomcat:
facet=true&q=({!tag%3DCC}CountryCo…
-
```
Add support for clustering component:
http://wiki.apache.org/solr/ClusteringComponent
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 15 Sep 2010 at 5:04
-
```
http://wiki.apache.org/solr/TermVectorComponent
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 13 Jul 2009 at 2:50
-
```
http://localhost:8983/solr/defaultCore
Namespace.To.Product, MyAssembly
http://localhost:8983/solr/product
…
-
```
I have a proceedure that calls solr.add() within a loop that iterates through a
SQL datatable. This used to work just fine, but now I get this error:
An existing connection was forcibly closed b…
-
```
I am using Solr 4.1 suggester component like this:
suggest
org.apache.solr.spelling.suggest.Suggester
org.apache.solr.spelling.suggest.tst.TSTLookup
name_autocompl…
-
Excuse me, My Solr inside a field called Title use the text_ik word segmentation is now the default is fuzzy query I now want to use similar and Equal query way how to achieve?
-
```
Highlighting results are currently
IDictionary[T, IDictionary[string, ICollection[string]]] which is a quite
opaque type. Wrap this in a class to make it more discoverable.
```
Original issue r…
-
```
I want filter using "" as empty data
(ISolrQuery)Query.Field("Name").Is("\"\"");
so the result query should be like &fq=Name:""
but its not working and i found query is generating like this
&f…
-
```
What steps will reproduce the problem?
1. perform any query that returns a collation
2.
3.
What is the expected output? What do you see instead?
null pointer exception
Please use labels and tex…