Re: indexing a xml file

2012-06-19 Thread vidhya
FATAL: Solr returned an error #400 ERROR:unknown field >'name' This issue is due to data type mismatch in both solr(schema.xml) and in coding part(Adding documents). Try to make both the fields should be similar. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-a-xml

Re: delete by query don't work

2012-06-19 Thread vidhya
In order to clear all the indexed data please try to use this code private void Btn_Delete_Click(object sender, EventArgs e) { var solrUrl = this.textBoxSolrUrl.Text; indexer.FixtureSetup(solrUrl); indexer.Delete(); MessageBox.Sho

Solr cluster tuning

2018-10-24 Thread Vidhya Kailash
= 6 socketTimeOut = 18 Wondering what other tuning we can do to make this perform the same irrespective of the number of requests. Thanks! Vidhya

Re: Solr cluster tuning

2018-11-01 Thread Vidhya Kailash
slow and a fast test) and we still see the slow test yielding slower results. Any thoughts anyone? Much appreciate your responses thanks Vidhya On Wed, Oct 24, 2018 at 6:40 PM Erick Erickson wrote: > To add to Daniel's comments: Are you indexing at the same time? Say > your aut

Unable to get Solr Graph Traversal working

2018-11-07 Thread Vidhya Kailash
5->USER_ID", gather="ITEM_ID")' http://localhost:8983/solr/rec_coll/graph Can someone help? thanks Vidhya

Solr custom UpdateRequestProcessor error

2018-11-08 Thread Vidhya Kailash
Any idea why I am getting this error inspite of the following: I have the customupdateprocessor jar in contrib/customupdate/lib directory I have the solrconfig.xml with the lib directives to this jar as well as solr-core.jar and I see those jars being loaded on startup in the logs: 2018-11-08 01

Re: Unable to get Solr Graph Traversal working

2018-11-08 Thread Vidhya Kailash
quot;, qt="/export"), walk="ITEM_ID->ITEM_ID", gather="USER_ID", fl="USER_ID", maxDocFreq="1", count(*)))' htt

Matrix Factorization possible with Streams?

2019-01-30 Thread Vidhya Kailash
Hi I am wondering if anyone has attempted Matrix Factorization possible with Streams in Solr? If so, any pointers would be appreciated. thanks Vidhya