i am New to solr and i am trying to make 1 sample test application, when application execute
and i get error in visual studio on run time, error :--solr commit returns 400 bad request
and in solr log file i got error :-- Unknown commit parameter…
I have gotten to the point where SolrNet executes the "Add" method but when I try to "Commit" is when I receive the error. The following is my schema.xml, model, code calling it, and the error I get. Even stranger is that despite the error, the…
So I have a Windows Forms project up and running. It uses the Lucene.Net library and I made a Lucene index with it. The program takes user requests, runs them through some algorithms and displays the resultsets in a DataGridView.
Afterwards I…
I'm working on eCommerce site which is based on ASP.NET MVC3. I've implement SolrNet 3.6 which is configured as two cores named 'core-indexing' and 'core-live'. 'core-indexing' for indexing data due to avoid down time.
Now I want to reload…
What is the fundamental difference between Add & Commit in Solr? We have read several document, but still now very much clear what it exactly do, and when use Add & when to use Commit ?
As far as I understand, Add adds data into the solr database,…
I'm about to implement Solr for search on NopCommerce based cart application. I would like to have an idea on the steps as how should I proceed with this. I have looked google for some help, but it didn't really helped. I found that there is an…
How to integrate solr net in asp.net site. I am new and having little idea. After searching on google i am confused from where i should start. Please refer me some ref. link from where i can do this in better way. Thakns.
I am not sure if this is a JSON.Net issue or a SolrNet issue, which is why I am tagging it with both.
I am using SolrNet and currently handling all page interactivity with JavaScript from an MVC call, by returning a JsonNetResult encoding of the…
I'm trying to use SolrNet in a command line application (or more accurately, from LINQPad) to test some queries, and when trying to initialize the library, I get the following error:
Key…
I just started using Solrnet in my application only to discover that using the default settings it decides all by itself to replace my IoC container with its own (common service locator), which seems to me to be quite unexpected and "arrogant" of…
I was wondering if it is possible to sort by the order that you request documents from SOLR. I am running a In based query and would just like SOLR to return them based on the order that I ask.
In (4,2,3,1) should return me documents ordered…
I have a production webserver hosting a search, and another machine which hosts the Solr search server (on a subnet which is in the same room, so no network problems). All is fine >90% of the time, but I consistently get a small number of The…