RE: Solr more like this

2016-07-06 Thread Jamal, Sarfaraz
@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 that I wanna t

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.

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

Solr more like this

2016-07-05 Thread sara hajili
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 file and get mlt result.can I do this??

solr more like this sort / reranking

2015-10-18 Thread sara hajili
hi all. i am new in solr.i use more like this (query handler) for get docs that are similar to specefic doc that i mentioned. and my issue is when i get some docs , i wanna to changed sort of that, for example imagine that docs have one field as like_count, i wanna to get more related docs to doc

solr more like this sort / reranking

2015-10-17 Thread sara hajili
hi all. i am new in solr.i use more like this (query handler) for get docs that are similar to specefic doc that i mentioned. and my issue is when i get some docs , i wanna to changed sort of that, for example imagine that docs have one field as like_count, i wanna to get more related docs to doc

Group and Field Collapsing in SOLR More like this

2013-11-14 Thread balaji
to work. Any other way to achieve it Thanks Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/Group-and-Field-Collapsing-in-SOLR-More-like-this-tp4101032.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help on solr more like this functionality

2013-10-26 Thread Koji Sekiguchi
Hi Suren, (13/10/25 23:36), Suren Raju wrote: Hi, We are trying to solve a business problem by performing solr more like this query. We are able to perform the more like this search. We have a specific use case that requires different boost on different match fields. Say i do more like

Help on solr more like this functionality

2013-10-25 Thread Suren Raju
Hi, We are trying to solve a business problem by performing solr more like this query. We are able to perform the more like this search. We have a specific use case that requires different boost on different match fields. Say i do more like this based on fields title and description of products