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
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
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
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??
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 i
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 i
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.
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 this
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