RE: Solr more like this

2016-07-06 Thread Jamal, Sarfaraz
solr-user@lucene.apache.org Subject: Re: Solr more like this On 05/07/2016 19:42, sara hajili wrote: > Hi > I indexed pdf files yo solr.and now I wanna to know is there any way > to uplaod a pdf file and solr return related pdf in result? > I mean I don't want to index pdf file (the file

Re: Solr more like this

2016-07-06 Thread Alessandro Benedetti
So, if you already indexed N pdfs you can use the MLT request handler to look for similar documents to a specific text. This means you need to manually extract the content from the pdf ( like using Tika for example) and then passing that to the specific request handler. http://wiki.apache.org/solr

Re: Solr more like this

2016-07-06 Thread Charlie Hull
On 05/07/2016 19:42, sara hajili wrote: Hi I indexed pdf files yo solr.and now I wanna to know is there any way to uplaod a pdf file and solr return related pdf in result? I mean I don't want to index pdf file (the file that I wanna to get pdf more like this for this pdf).and just upload pdf fil