Re: Does Solr support retrieve a string text and get its filename accordingly?

2019-05-23 Thread Mohomed Rimash
yes in that case your file name should be key field of each document you added to the solr On Thu, 23 May 2019 at 12:32, luckydog xf wrote: > Thanks guys. > > *Don't mean to be a bother*, just want to confirm, I know it's doable to > search keywords, but what I want is * FileName(s) * that

Re: Does Solr support retrieve a string text and get its filename accordingly?

2019-05-23 Thread Mohomed Rimash
Hi Definitely you can do, what you have to do is 1.Feed Docs/PDF (solr support rich format file import) to solr 2.index it with corresponding analyzers (if its just string match, default is adequate. if you want phonetic and partial matches you have to add more analyzers) 3.Create a query

Re: Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}}

2019-05-23 Thread Mohomed Rimash
Hi Do you know what are the cores (name of the core used) in the solr instance you trying to use? if create those cores manually and try Regards Rimash On Thu, 23 May 2019 at 11:07, Karthic Viswanathan < karthic.viswan...@gmail.com> wrote: > > Hi, > > I am trying to install Solr for my

Re: Need help on LTR

2019-03-19 Thread Mohomed Rimash
"error":{ > "metadata":[ > "error-class","org.apache.solr.common.SolrException", > "root-error-class","java.lang.NullPointerException"], > "msg":"org.apache.solr.ltr.model.ModelException: Mo

Re: Need help on LTR

2019-03-19 Thread Mohomed Rimash
olr.ltr.feature.FieldValueFeature", > "params" : { "field" : "LATITUDE" } > } > ] > > Model File > == > { > "store": "exampleFeatureStore", > "class": "org.apache.solr.ltr.model.LinearModel&qu

Re: Need help on LTR

2019-03-19 Thread Mohomed Rimash
; schema/feature-store/exampleFeatureStore and it return me the features I > > created. But issue is when I try to put store-model. > > > > > On Mar 19, 2019, at 12:18 AM, Mohomed Rimash > > wrote: > > > > > > Hi Amjad, After adding the libraries into the path

Re: Need help on LTR

2019-03-18 Thread Mohomed Rimash
Hi Amjad, After adding the libraries into the path, Did you restart the SOLR ? On Tue, 19 Mar 2019 at 08:45, Amjad Khan wrote: > I followed the Solr LTR Documentation > > https://lucene.apache.org/solr/guide/7_4/learning-to-rank.html < >