Hi Saschin,
 
Yes i had to make some patches too (range queries didn't work very good...) and 
yes, i thought about changing the parameterjoin. 
 
I'm already using solrsharp for indexing without problems but i guess for 
searches, I'm gonna give a try to solrnet mostly because the lack of 
support/feedback with solrsharp... 
 
Does anyone around here uses c# with solr? What client do you use?
 
Another ideia is perform the search directly on SOLR index using lucene API. I 
previsouly used c# luceneAPI for a long time without any problems. Maybe it's 
the quicker solution...
 
Thanks for your feedback.

________________________________

De: Sachin [mailto:sachinni...@aim.com]
Enviada: sáb 27-02-2010 12:04
Para: solr-user@lucene.apache.org
Assunto: Re: Solrsharp




 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