Re: Model type does not exist MultipleAdditiveTreesModel

2019-04-07 Thread Kamuela Lau
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

Re: Need help on LTR

2019-03-22 Thread Kamuela Lau
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

Nested geofilt query for LTR feature

2019-03-14 Thread Kamuela Lau
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

Re: Indexing PDF file in Apache SOLR via Apache TIKA

2018-10-30 Thread Kamuela Lau
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

Re: LTR features on solr

2018-10-26 Thread Kamuela Lau
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

Re: LTR features on solr

2018-10-26 Thread Kamuela Lau
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?

Re: DIH for TikaEntityProcessor

2018-10-12 Thread Kamuela Lau
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@

Re: DIH for TikaEntityProcessor

2018-10-12 Thread Kamuela Lau
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

Re: DIH for TikaEntityProcessor

2018-10-12 Thread Kamuela Lau
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

Re: Is it possible to use limit and sort with BlockJoin Facet?

2017-12-31 Thread Kamuela Lau
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

Re: Is it possible to use limit and sort with BlockJoin Facet?

2017-12-28 Thread Kamuela Lau
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 >

Re: Is it possible to use limit and sort with BlockJoin Facet?

2017-12-28 Thread Kamuela Lau
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

Is it possible to use limit and sort with BlockJoin Facet?

2017-12-25 Thread Kamuela Lau
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