Scores dilemma after providing boosting with bq as same weigtage for 2 condition

2013-05-06 Thread nishi
While giving bq with same weightage as ^1.2 below on two values of articleTopic, the result always coming all of the "Office" on the top somehow. What other factors would influence at this scenario when there is no keyword search also? http://localhost:8080/solr?rows=900&fq=(articleTopic:"Food" OR

Re: Scores dilemma after providing boosting with bq as same weigtage for 2 condition

2013-05-07 Thread nishi
"ab_1eb83ef9bc0896":" 0.17063755 = (MATCH) sum of: 3.085E-4 = (MATCH) MatchAllDocsQuery, product of: 3.085E-4 = queryNorm 0.009742409 = (MATCH) product of: 0.019484818 = (MATCH) sum of: 0.016588148 = (MATCH) sum of: 0.0034696688 = (MATCH) weight(articleTopic:Food^1

curl with dynamic url not working

2013-01-21 Thread nishi
While running the following curl command, the url never went with params while invoking: curl http://127.0.0.1:8080/solr/newsRSS_DIH?command=full-import&clean=false&url=http://www.example.com/news LOG details: INFO: [collection1] webapp=/solr path=/newsRSS_DIH params={command=full-import} status=

Re: curl with dynamic url not working

2013-01-21 Thread nishi
Thanks for the advice, I followed all the pointers mentioned: curl 'http://127.0.0.1:8080/solr/newsRSS_DIH?command=full-import&clean=false&commit=true&url=http://www.example.com/news' Now, I got the following error: Jan 21, 2013 10:53:02 AM org.apache.solr.core.SolrDeletionPolicy updateCommits

Re: curl with dynamic url not working

2013-01-21 Thread nishi
Thanks. The above issue is resolved by setting the following parameters at solrConfig.xml - simple true 1 6 6 - Regarding any pointer on - cron and the script for making exception handling/robust scheduler would be helpful. Thanks. -- View this message in contex

Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-13 Thread nishi
I am little new solr - I am running out of solution to index combination of rss articles and database table contents with the same schema.xml and data-config with multiple datasources (rss,db tables) etc. The functionality requirement is to able to search the keyword throughout indexed data (can

Re: Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-13 Thread nishi
Can we have multi requestHandlers (for DIH) like one for db-source, another for rss article? And then can we have different field set in schema.xml to segregate the fields for rss and db seperately? So that when I run the dataimporthandler for db-source, it should index db records in the existing

Re: Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-13 Thread nishi
Thanks Thomas. Appreciate your comments. These are my configurations : 1) solrconfig.xml innovation-data-config.xml db-data-config.xml 2) db-data-config.xml 3) innovation-data-config.xml http:

Re: Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-14 Thread nishi
Is it I am going which solr doesn't support for handling this? Or is it no one has done in this manner?. Please suggest if its do-able with the solr...my requirement and my approach. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-structured-data

Re: Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-15 Thread nishi
I have updated the db-data-config.xml to introduce the templateTransformer and generate a common field (docId) with other data-config files. db-data-config.xml : schema.xml: