Top "Solrnet" questions

SolrNet is an Apache Solr client for .NET

Difference between StandardTokenizerFactory and KeywordTokenizerFactory in Solr?

I am new to Solr.I want to know when to use StandardTokenizerFactory and KeywordTokenizerFactory? I read the docs on …

java solr solrnet tokenize
Solr search query for dynamic fields indexed

I am implementing the solr search in my project . I have one question regarding how do i search a dynamic …

dynamic solr field solrnet
Solr Index appears to be valid - but returns no results

Solr newbie here. I have created a Solr index and write a whole bunch of docs into it. I can …

lucene solr lucene.net solrnet
Set default search fields in Apache Solr

I am trying to Implement Apache Solr search through SolrNet library.So far I have managed to run an instance …

apache solr solrnet
Solr Text field and String field - different search behaviour

I am working on Solr 4+. I have several fields into my solr schema with different solr field types. Does the …

solr lucene solr4 solrnet
Set Custom Order for Facets coming from Solr

I'm using Solr for offering faceted navigation for e-commerce site. However I need to define the custom order for facets, …

solr solrnet faceted-search
The remote server returned an error: (400) Bad Request. when add docs to index

when i add docs to index, the page returns 400 bad request. And the solr has been start up and can …

solrnet
How to query in solrNet

I am new to solrnet . i need to Pass this url to solr to my "pharmaSearch" requestHandler and i need …

c# apache solr solrnet
How to install SOLRNET

Hi I am very new to SOLRNET. Can you please explain where I can get the software of SOLRNET,how …

solrnet
Implementing SOLR.Net and LUCENE.Net

We want to implement full document search in our project in .Net web project. For that we came across 2 names …

c# solr lucene lucene.net solrnet