You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by Lazar Kovacevic <la...@gmail.com> on 2021/03/10 03:23:18 UTC

Unable to see features and models uploaded to SOLR LTR

Issue is exactly the same as this one reported on docker-solr project:



https://github.com/docker-solr/docker-solr/issues/335



I uploaded the feature store and model, following the official
documentation, with no errors reported, nor are there errors in log files,
and yet features are not visible through solr web interface, nor LTR query
commands return any features.


Environment:

Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-48-generic x86_64)

openjdk 11.0.9.1 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed
mode, sharing)

solr-8.7.0


Lazar

Re: Unable to see features and models uploaded to SOLR LTR

Posted by Lazar Kovacevic <la...@gmail.com>.
Yes, i enable LTR and reload the core..

On Wed, Mar 10, 2021, 02:33 Diego Ceccarelli <di...@gmail.com>
wrote:

> also you might need to reload the core to see the features / models loaded:
>
> https://solr.apache.org/guide/8_5/coreadmin-api.html see RELOAD
>
> On Wed, Mar 10, 2021, 06:33 Jörn Franke <jo...@gmail.com> wrote:
>
> > Do you you enable ltr at Solr startup ?
> >
> >  -Dsolr.ltr.enabled=true
> >
> > > Am 10.03.2021 um 04:23 schrieb Lazar Kovacevic <la...@gmail.com>:
> > >
> > > Issue is exactly the same as this one reported on docker-solr project:
> > >
> > >
> > >
> > > https://github.com/docker-solr/docker-solr/issues/335
> > >
> > >
> > >
> > > I uploaded the feature store and model, following the official
> > > documentation, with no errors reported, nor are there errors in log
> > files,
> > > and yet features are not visible through solr web interface, nor LTR
> > query
> > > commands return any features.
> > >
> > >
> > > Environment:
> > >
> > > Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-48-generic x86_64)
> > >
> > > openjdk 11.0.9.1 2020-11-04
> > > OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
> > > OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed
> > > mode, sharing)
> > >
> > > solr-8.7.0
> > >
> > >
> > > Lazar
> >
>

Re: Unable to see features and models uploaded to SOLR LTR

Posted by Diego Ceccarelli <di...@gmail.com>.
also you might need to reload the core to see the features / models loaded:

https://solr.apache.org/guide/8_5/coreadmin-api.html see RELOAD

On Wed, Mar 10, 2021, 06:33 Jörn Franke <jo...@gmail.com> wrote:

> Do you you enable ltr at Solr startup ?
>
>  -Dsolr.ltr.enabled=true
>
> > Am 10.03.2021 um 04:23 schrieb Lazar Kovacevic <la...@gmail.com>:
> >
> > Issue is exactly the same as this one reported on docker-solr project:
> >
> >
> >
> > https://github.com/docker-solr/docker-solr/issues/335
> >
> >
> >
> > I uploaded the feature store and model, following the official
> > documentation, with no errors reported, nor are there errors in log
> files,
> > and yet features are not visible through solr web interface, nor LTR
> query
> > commands return any features.
> >
> >
> > Environment:
> >
> > Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-48-generic x86_64)
> >
> > openjdk 11.0.9.1 2020-11-04
> > OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
> > OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed
> > mode, sharing)
> >
> > solr-8.7.0
> >
> >
> > Lazar
>

Re: Unable to see features and models uploaded to SOLR LTR

Posted by Jörn Franke <jo...@gmail.com>.
Do you you enable ltr at Solr startup ?

 -Dsolr.ltr.enabled=true

> Am 10.03.2021 um 04:23 schrieb Lazar Kovacevic <la...@gmail.com>:
> 
> Issue is exactly the same as this one reported on docker-solr project:
> 
> 
> 
> https://github.com/docker-solr/docker-solr/issues/335
> 
> 
> 
> I uploaded the feature store and model, following the official
> documentation, with no errors reported, nor are there errors in log files,
> and yet features are not visible through solr web interface, nor LTR query
> commands return any features.
> 
> 
> Environment:
> 
> Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-48-generic x86_64)
> 
> openjdk 11.0.9.1 2020-11-04
> OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
> OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed
> mode, sharing)
> 
> solr-8.7.0
> 
> 
> Lazar