Re: Learning to rank - Bad Request

2018-07-16 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
: Learning to rank - Bad Request Hi, I am using apache solr 7.4.0. I am trying to use learning to rank using the python script and related data provided by the lucene. which can be found at the Github <https://github.com/apache/lucene-solr/tree/releases/lucene-solr/6.4.0/solr/contrib/ltr/exam

Re: Learning to rank - Bad Request

2018-07-16 Thread akshaypatil
Hi, I am using apache solr 7.4.0. I am trying to use learning to rank using the python script and related data provided by the lucene. which can be found at the Github repository of the lucene

Re: Learning to rank - Bad Request

2018-03-04 Thread kusha.pande
Hi Vincent, Can you please elaborate more when u say u posted 'posted name feature one by one' ? I am getting the same error when i am trying to upload features for any other collection other than techproducts. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Learning to rank - Bad Request

2017-10-09 Thread sophia250
I posted name feature one by one and thus it works. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Learning to rank - Bad Request

2017-10-09 Thread sophia250
What missing steps did you fix to solve the issue? i am facing exactly the same as you had before -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Learning to rank - Bad Request

2017-10-03 Thread woodthom
Hi, please could you post the relevant config steps? I am able to get the techproducts example working from here: https://github.com/apache/lucene-solr/tree/master/solr/contrib/ltr/example but if I change to another index I get the error "No REST managed resource registered for path

Re: Learning to rank - Bad Request

2017-03-07 Thread Vincent
Update: solved, I missed some config steps. Thanks for the help, Vincent On 07-03-17 12:20, Vincent wrote: Hi Christine, Thanks for the reply! I suppose something in our config doens't comply with the LTR plugin. If I browse to http://[HOST]:[PORT]/solr/[COLLECTION]/schema/feature-store,

Re: Learning to rank - Bad Request

2017-03-07 Thread Vincent
Hi Christine, Thanks for the reply! I suppose something in our config doens't comply with the LTR plugin. If I browse to http://[HOST]:[PORT]/solr/[COLLECTION]/schema/feature-store, where I upload the features to, the browser can't find the page: *Not Found* No REST managed resource

Learning to rank - Bad Request

2017-03-06 Thread Vincent
Hi all, I've been trying to get learning to rank working on our own search index. Following the LTR-readme (https://github.com/bloomberg/lucene-solr/blob/master-ltr/solr/contrib/ltr/example/README.md) I ran the example python script to train and upload the model, but I already get an error