Hi Roee,
I think that in addition to the fact that the feature param is blank in the
model JSON, you should also make sure that the features you put in the JSON
have been added to the feature-store.
This generic error also occurs when the features haven't been added to the
feature store.
In addit
I think the issue is that you store the feature as originalScore but in
your model you refer to it as original_score
On Wed, Mar 20, 2019 at 1:58 PM Mohomed Rimash wrote:
> one more thing i noticed is your feature params values doesn't wrap in q or
> qf field. check that as well
>
> On Wed, 20
Hello,
I'm currently using Solr 7.2.2 and trying to use the LTR contrib module to
rerank queries.
For my LTR model, I would like to use a feature that is essentially a
"normalized distance," a value between 0 and 1 which is based on distance.
When using geodist() to define a feature in the featur
Hi there,
Here are a couple of ways I'm aware of:
1. Extract-handler / post tool
You can use the curl command with the extract handler or bin/post to upload
a single document.
Reference:
https://lucene.apache.org/solr/guide/7_5/uploading-data-with-solr-cell-using-apache-tika.html
2. DataImportHa
s.com/2017/09/14/solr-payloads/
Hope that answers your question.
2018年10月26日(金) 18:28 Midas A :
> *Thanks for relpy . Please find my answers below inline.*
>
>
> On Fri, Oct 26, 2018 at 2:41 PM Kamuela Lau wrote:
>
> > Hi,
> >
> > Just to confirm, are you ask
Hi,
Just to confirm, are you asking about the following?
For a particular query, you have a list of documents, and for each
document, you have data
on the number of times the document was clicked on, added to a cart, and
ordered, and you
would like to use this data for features. Is this correct?
Glad to help :)
2018年10月12日(金) 21:10 Martin Frank Hansen (MHQ) :
> You sir just made my day!!!
>
> It worked!!! Thanks a million!
>
>
> Martin Frank Hansen,
>
> -Oprindelig meddelelse-
> Fra: Kamuela Lau
> Sendt: 12. oktober 2018 11:41
> Til: solr-user@
Also, just wondering, have you have tried to specify dataSource="bin" for
read_file?
On Fri, Oct 12, 2018 at 6:38 PM Kamuela Lau wrote:
> Hi,
>
> I was unable to reproduce the error that you got with the information
> provided.
> Below are the data-config.xml and man
Hi,
I was unable to reproduce the error that you got with the information
provided.
Below are the data-config.xml and managed-schema fields I used; the
data-config is mostly the same
(I think that BinFileDataSource doesn't actually require a dataSource, so I
think it's safe to put dataSource="null
Thank you very much for your help.
2017/12/29 15:46 "Mikhail Khludnev" :
> On Fri, Dec 29, 2017 at 4:37 AM, Kamuela Lau
> wrote:
>
> > Hello,
> >
> > Thank you very much for the confirmation.
> >
> > As BJQFacet doesn't support limit, I hav
Dec 28, 2017 at 12:39 PM, Kamuela Lau
> wrote:
>
> > Hi All,
> >
> > I am currently trying to figure out a way to apply a parent/child
> > relationship between two cores to searches.
> > I thought that BlockJoin Facet could be a good way to do this, but I
>
26, 2017 at 2:31 PM, Kamuela Lau wrote:
> Hi,
>
> I am working on applying parent/child types to search using Solr, and
> wanted to inquire about two things.
>
> 1) BlockJoin Facet
>
> Currently, there are two cores. The first core (the item core) has 16
> million doc
Hi,
I am working on applying parent/child types to search using Solr, and
wanted to inquire about two things.
1) BlockJoin Facet
Currently, there are two cores. The first core (the item core) has 16
million documents, and the second core (the product core) has 3 million
documents.
The product co
13 matches
Mail list logo