solr# does not have built in support for "NOT" searches, you would have to 
tweak the solr# library to do that (take a look at how the ParameterJoin is 
used, add one for Not). I have faced quite a few issues with using solr# in the 
past like unclosed TCP connections, no spellchecker, json support etc and had 
to patch it quite frequently. I guess your best bet would be to take a look at 
some other client like solr.net: http://code.google.com/p/solrnet/. Disclaimer: 
I haven't evaluated solr.net myself but it looks to be more robust than solr# 
and is more actively maintained than solr#.

S

 


 

 

-----Original Message-----
From: Frederico Azeiteiro <frederico.azeite...@cision.com>
To: solr-user@lucene.apache.org
Sent: Fri, Feb 26, 2010 9:54 pm
Subject: Solrsharp


Hi,

 

I don't know if this list includes this kind of help, but I'm using
Solrsharp with C# to operate SOLR. Please advise if this is off-topic
please.

 

I'm having a little trouble to make a search with exclude terms using
the query parameters.

 

Does anyone uses Solrsharp around here? Do you manage to exclude terms
on searches?

 

Br

Frederico

 

 

 

Reply via email to