Mark Meisel
unread,Jan 30, 2012, 3:31:55 PM1/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SolrNet
Greetings,
I'm using SolrNet to perform wildcard, case insensitive searches
against a Solr core. I'm having difficulty with spaces in the search
term. For example, using the Solr admin interface through the browser
I'm able to run this query: Name:sample\ search*. A list of results
is returned. I'm having trouble getting this type of query to work in
SolrNet. At first, I did not escape any characters to the FieldValue
was sample search*'. That did not work. Next, I tried to escape the
characters which made FieldValue equal to 'sample\ search*'. At first
glance this is the correct search term, however, SolrNet returns no
results.
Does SolrNet encode/decode characters before it hits the Solr core?
Any thoughts?