Top "Solrnet" questions

SolrNet is an Apache Solr client for .NET

solr search for documents where a field doesn't exist

How do I search for those document in a SOLR index which do not contain a specified field?

lucene solr lucene.net solrnet
How to boost fields in solr

I already have the boost determined before hand. I have a field in the solr index called boost1 . This boost …

solr lucene solrnet edismax dismax
Solr Query with LIKE Clause

I'm working with Solr and I'd like to know if it is possible to have a LIKE clause in the …

solr lucene solrnet edismax
Solr query syntax for array field

How do I search within an array field? I am using solr 4.2 with default settings. I indexed a few html …

solr solrnet solr-query-syntax
How to maintain state or queue of requests in Web API

I have situation, where I have to receive requests in a Web API method, queue those request and then send …

c# asp.net solr asp.net-web-api solrnet
Get all the results from solr without 10 as limit

How to get all the rows returned from the solr instead of getting only 10 rows?

solrnet
Response is not available in this context

I have problem. Locally everything works fine but in the production server it always throws exception 'Response is not available …

c# .net asp.net-mvc solrnet
How to get Started with Solr.NET

Hey I was wondering how to get started with Solr.NET even the basics what files to download etc, I …

asp.net solrnet
how to make field search not case-sensitive in solr using solrnet

In solr schema i have field as below <field name="Company" type="string" indexed="true" stored="true"/> and …

solr solrnet
Sorting with Multivalued Field in Solr

I Have a Solr index that stores Price in a multivalued field for each Product. I need to sort the …

solr lucene solrnet