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
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
= 6
socketTimeOut = 18
Wondering what other tuning we can do to make this perform the same
irrespective of the number of requests.
Thanks!
Vidhya
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
5->USER_ID",
gather="ITEM_ID")'
http://localhost:8983/solr/rec_coll/graph
Can someone help?
thanks
Vidhya
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
quot;, qt="/export"),
walk="ITEM_ID->ITEM_ID",
gather="USER_ID", fl="USER_ID",
maxDocFreq="1",
count(*)))'
htt
Hi
I am wondering if anyone has attempted Matrix Factorization possible with
Streams in Solr? If so, any pointers would be appreciated.
thanks
Vidhya