Questions tagged [solrnet]

SolrNet is an Apache Solr client for .NET

SolrNet is an Apache Solr client for .NET

602 questions
3
votes
2 answers

solr commit returns 400 bad request , In Log :- Unknown commit parameter 'waitFlush'

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…
Vinit Patel
  • 2,408
  • 5
  • 28
  • 53
3
votes
1 answer

SolrNet: SolrConnectionException (400) bad request when attempting to Add and Commit

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…
Channafow
  • 707
  • 3
  • 8
  • 17
3
votes
1 answer

Solr - Error when posting an "Add" to the server

I'm Posting the following to the Solr Server: 5453543 2008-12-03T15:49:00Z My Record
CraftyFella
  • 7,520
  • 7
  • 47
  • 61
3
votes
1 answer

lucidworks enterprise crawling does not index my data

I configured lucidworks enterprise to use data in my sql server database . when i start lucid to crawl my data, unfortunately no index create! thanks
Mojtaba Mahamed
  • 495
  • 2
  • 4
  • 18
3
votes
1 answer

Solr.Net Query: ArgumentException in Windows Forms

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…
3
votes
1 answer

Is there any class or method for core's operations in SolrNet?

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…
Dharmik Bhandari
  • 1,702
  • 5
  • 29
  • 60
3
votes
1 answer

Difference between Solr Add and Solr Commit

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,…
Dharmik Bhandari
  • 1,702
  • 5
  • 29
  • 60
3
votes
2 answers

Implementing Solr with .net web application

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…
Krunal
  • 2,967
  • 8
  • 45
  • 101
3
votes
1 answer

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

In solr schema i have field as below and field type as and
rjdmello
  • 865
  • 2
  • 9
  • 14
2
votes
1 answer

How to integrate solr full text search engine in asp.net

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.
Anu
  • 753
  • 2
  • 13
  • 22
2
votes
2 answers

How to get all SolrNet query result info in JSON format?

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…
Mason G. Zhwiti
  • 6,444
  • 11
  • 61
  • 97
2
votes
2 answers

Using SolrNet to query Solr from a console application?

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…
Mun
  • 14,098
  • 11
  • 59
  • 83
2
votes
1 answer

Unity IoC and Solrnet

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…
Eva Lacy
  • 1,257
  • 10
  • 24
2
votes
2 answers

SOLR sort by IN Query

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…
Khalid Abuhakmeh
  • 10,709
  • 10
  • 52
  • 75
2
votes
2 answers

Intermittent connection timeouts to Solr server using SolrNet

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…
Ian Grainger
  • 5,148
  • 3
  • 46
  • 72