Re: MoreLikeThis does not work

2019-12-22 Thread Jörn Franke
It looks like you are trying to do a more like this of all documents in the collection. I am not sure if this makes sense. Maybe you should put a query that results in less results, eg one that returns a specific document. > Am 22.12.2019 um 13:40 schrieb Nehemia Litterat : > > Hi, > Any help

Re: MoreLikeThis & Synonyms

2018-12-27 Thread Nicolas Paris
On Wed, Dec 26, 2018 at 09:09:02PM -0800, Erick Erickson wrote: > bq. However multiword synonyms are only compatible with queryTime synonyms > expansion. > > Why do you say this? What version of Solr? Query-time mult-word > synonyms were _added_, but AFAIK the capability of multi-word synonyms > w

Re: MoreLikeThis & Synonyms

2018-12-26 Thread Erick Erickson
bq. However multiword synonyms are only compatible with queryTime synonyms expansion. Why do you say this? What version of Solr? Query-time mult-word synonyms were _added_, but AFAIK the capability of multi-word synonyms was not taken away. Or are you saying that MLT doesn't play nice at all with

Re: MoreLikeThis in Solr 7.3.1

2018-06-20 Thread Monique Monteiro
Hi Anshum, Thanks! By using Zookeeper CLI I managed to update the configs. On Tue, Jun 19, 2018 at 6:29 PM Anshum Gupta wrote: > That explains it :) > > I assume you did make those changes on disk and did not upload the updated > configset to zookeeper. > > SolrCloud instances use the configset

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Anshum Gupta
That explains it :) I assume you did make those changes on disk and did not upload the updated configset to zookeeper. SolrCloud instances use the configset from zk, so all changed files would have to be uploaded to zk. You can re-uplaod the configset using the zkcli.sh script that comes with

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
I reloaded the collection with the command: http://localhost:8983/solr/admin/collections?action=RELOAD&name=documentos_ce But stil the same problem... On Tue, Jun 19, 2018 at 4:48 PM Monique Monteiro wrote: > Hi Anshum, > > I'm using SolrCloud, but both instances are on the same Solr installat

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
Hi Anshum, I'm using SolrCloud, but both instances are on the same Solr installation (it's just for test purposes), so I suppose they share configuration in solr-7.3.1/server/solr/configsets/_default/conf/solrconfig.xml. So should I recreate the collection ? Thanks, Monique On Tue, Jun 19, 2018

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Anshum Gupta
Hi Monique, Is this standalone Solr or SolrCloud ? If it is cloud, then you’d have to make sure that you uploaded the right config and collection should also be reloaded if you enabled it after creating the collection. Also, did you check the MLT Query parser that does the same thing but doesn’

Re: Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Dr. Jan Frederik Maas
Hey Alessandro, it seems that the edismax MLThandler is not able to work correctly with a solr cloud/sharding: https://issues.apache.org/jira/browse/SOLR-4414 Using the MLThandler we got randomly a response for only very few requests, while the MLTcomponent works fine (except for the problem

Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Alessandro Benedetti
Hey Jan, any reason you are using the MLTComponent, instead of a specific Request Handler with the MLT query parser ? Entities Similarity edismax 5 *,score explicit json {!mlt qf=field1,field2,field3,field4 mintf=1 mindf=5 maxq

Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Dr. Jan Frederik Maas
Hi Edwin, thanks for your reply - we currently use 5.0.0 Best wishes, Jan Am 05.05.2016 um 05:26 schrieb Zheng Lin Edwin Yeo: Hi Jan, Which version of Solr are you using? Regards, Edwin On 26 April 2016 at 23:46, Dr. Jan Frederik Maas < jan.m...@sub.uni-hamburg.de> wrote: Hello, I want

Re: MoreLikeThis Component - how to get fields of documents

2016-05-04 Thread Zheng Lin Edwin Yeo
Hi Jan, Which version of Solr are you using? Regards, Edwin On 26 April 2016 at 23:46, Dr. Jan Frederik Maas < jan.m...@sub.uni-hamburg.de> wrote: > Hello, > > I want to use the moreLikeThis Component to get similar documents from a > sharded SOLR. This works quite well except for the fact tha

Re: MoreLikeThis (mlt) in sharded SolrCloud

2015-04-19 Thread Ere Maijala
Thanks, Anshum. Looks like there's no way for this to work in 5.1 for us so I'll just have to wait to for the fixes. Relieving to know it wasn't just me, though. --Ere 18.4.2015, 2.45, Anshum Gupta kirjoitti: The other issue that would fix half of your problems is: https://issues.apache.org/j

Re: MoreLikeThis (mlt) in sharded SolrCloud

2015-04-17 Thread Anshum Gupta
The other issue that would fix half of your problems is: https://issues.apache.org/jira/browse/SOLR-7143 On Fri, Apr 17, 2015 at 4:35 PM, Anshum Gupta wrote: > Ah, I meant SOLR-7418 . > > On Fri, Apr 17, 2015 at 4:30 PM, Anshum Gupta > wrote: > >

Re: MoreLikeThis (mlt) in sharded SolrCloud

2015-04-17 Thread Anshum Gupta
Ah, I meant SOLR-7418 . On Fri, Apr 17, 2015 at 4:30 PM, Anshum Gupta wrote: > Hi Ere, > > Those seem like valid issues. I've created an issue : SOLR-7275 > and will create more as > I find more of

Re: MoreLikeThis (mlt) in sharded SolrCloud

2015-04-17 Thread Anshum Gupta
Hi Ere, Those seem like valid issues. I've created an issue : SOLR-7275 and will create more as I find more of those. I plan to get to them and fix over the weekend. On Wed, Apr 15, 2015 at 5:13 AM, Ere Maijala wrote: > Hi, > > I'm trying to gat

Re: MoreLikeThis filter by score threshold

2015-02-04 Thread Ali Nazemian
ept ... insert-counter-arguments. > It doesn't work after all :) > Markus > > -Original message- > > From:Upayavira > > Sent: Tuesday 3rd February 2015 21:38 > > To: solr-user@lucene.apache.org > > Subject: Re: MoreLikeThis filter by score thres

RE: MoreLikeThis filter by score threshold

2015-02-04 Thread Markus Jelsma
Hello Upayavira - Indeed, it works, except ... insert-counter-arguments. It doesn't work after all :) Markus -Original message- > From:Upayavira > Sent: Tuesday 3rd February 2015 21:38 > To: solr-user@lucene.apache.org > Subject: Re: MoreLikeThis filter by score th

RE: MoreLikeThis filter by score threshold

2015-02-04 Thread Markus Jelsma
y 2015 21:02 > To: solr-user@lucene.apache.org > Subject: RE: MoreLikeThis filter by score threshold > > Dear Markus, > Hi, > Thank you very much for your response. I did check the reason why it is not > recommended to filter by score in search query. But I think it is > re

Re: MoreLikeThis filter by score threshold

2015-02-04 Thread Ali Nazemian
Dear Upayvira, Thank you very much. I think probably in long-term the fluctuation of changing score becomes really small. Probably I can reduce that with considering percentage instead of filtering by raw score. (however it is still possible that percentage changes during a period of time) Anyway,

Re: MoreLikeThis filter by score threshold

2015-02-03 Thread Upayavira
I've seen this done (encouraged against it, but didn't win). It works. Except, sometimes things change in the index, and the scores change subtly. We get complaints that documents that previously were above the threshold now aren't, and visa-versa. I try to explain that the score has no meaning bet

RE: MoreLikeThis filter by score threshold

2015-02-03 Thread Ali Nazemian
Dear Markus, Hi, Thank you very much for your response. I did check the reason why it is not recommended to filter by score in search query. But I think it is reasonable to filter by score in case of finding similar documents. I know in both of them (simple search query and mlt query) vsm of tf-idf

RE: MoreLikeThis filter by score threshold

2015-02-03 Thread Markus Jelsma
Hi - sure you can, using the frange parser as a filter: https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-FunctionRangeQueryParser http://lucene.apache.org/solr/4_10_3/solr-core/org/apache/solr/search/FunctionRangeQParserPlugin.html But this is very much not recommended,

Re: MoreLikeThis

2014-02-07 Thread rubenboada
Hi iorixxx, Sorry for the delay in replying. The code is the below: /public void performSearch(DSpaceObject dso) throws SearchServiceException { if(queryResults != null) { return; } this.queryArgs = prepareDefaultFilters(getView()); this.quer

Re: MoreLikeThis

2014-02-02 Thread Ahmet Arslan
Hi, What are your mlt.qf and mlt.fl parameters? And their types?  Try creating an author field using lowercase type and use this field in mlt.qf and mlt.fl parameters.                                               On Friday, January 31, 2014 1:08 PM, rubenboada wrote: Hi everybody,

Re: MoreLikeThis - No Results

2013-05-22 Thread Andy Pickler
Answered my own question... mlt.mintf: Minimum Term Frequency - the frequency below which terms will be ignored in the source doc Our "source doc" is a set of limited terms...not a large content field. So in our case I need to set that value to 1 (rather than the default of 2). Now I'm getting

RE: MoreLikeThis - Odd results - what am I doing wrong?

2013-04-03 Thread DC tech
ith a password >(note that the basic password authentication sends passwords in clear text if >you're not using HTTPS, best lock the thing down behind a firewall). > >Dave > > >-Original Message- >From: DC tech [mailto:dctech1...@gmail.com] >Sent: Tuesday, April 02,

RE: MoreLikeThis - Odd results - what am I doing wrong?

2013-04-02 Thread David Parks
if you're not using HTTPS, best lock the thing down behind a firewall). Dave -Original Message- From: DC tech [mailto:dctech1...@gmail.com] Sent: Tuesday, April 02, 2013 1:02 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis - Odd results - what am I doing wrong? OK

Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-04-01 Thread DC tech
OK - so I have my SOLR instance running on AWS. Any suggestions on how to safely share the link? Right now, the whole SOLR instance is totally open. Gagandeep singh wrote: >say &debugQuery=true&mlt=true and see the scores for the MLT query, not a >sample query. You can use Amazon ec2 to br

Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-03-31 Thread Gagandeep singh
say &debugQuery=true&mlt=true and see the scores for the MLT query, not a sample query. You can use Amazon ec2 to bring up your solr, you should be able to get a micro instance for free trial. On Mon, Apr 1, 2013 at 5:10 AM, dc tech wrote: > I did try the raw query against the *simi* field and

Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-03-31 Thread dc tech
I did try the raw query against the *simi* field and those seem to return results in the order expected. For instance, Acura MDX has ( large, SUV, 4WD Luxury) in the simi field. Running a query with those words against the simi field returns the expected models (X5, Audi Q5, etc) and then the su

Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-03-31 Thread Gagandeep singh
If you can bring up your solr setup on a public machine then im sure a lot of debugging can be done. Without that, i think what you should look at is the tf-idf scores of the terms like "camry" etc. Usually idf is the deciding factor into which results show at the top (tf should be 1 for your data)

RE: MoreLikeThis supporting multiple document IDs as input?

2013-01-04 Thread David Parks
ack Krupansky [mailto:j...@basetechnology.com] Sent: Thursday, January 03, 2013 8:46 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? The MLT search component is enabled using &mlt=true and works on any normal Solr query. It gives a batch of

Re: MoreLikeThis supporting multiple document IDs as input?

2013-01-03 Thread Jack Krupansky
ary 03, 2013 4:11 AM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis supporting multiple document IDs as input? I'm not seeing the results I would expect. In the previous email below it's stated that the "MLT search component" returns N results and K similar documents per EACH of

RE: MoreLikeThis supporting multiple document IDs as input?

2013-01-03 Thread David Parks
- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Friday, December 28, 2012 8:13 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? Try a query that returns multiple results and you will see the difference. MLT search component: n r

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-28 Thread Jack Krupansky
s Sent: Friday, December 28, 2012 2:48 AM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis supporting multiple document IDs as input? So the Search Components are executed in series an _every_ request. I presume then that they look at the request parameters and decide what and whether to take act

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread David Parks
sage- From: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com] Sent: Friday, December 28, 2012 1:26 PM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis supporting multiple document IDs as input? Hi Dave, Think of search components as a chain of Java classes that get executed during

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread Otis Gospodnetic
about multiple documents above is correct, what's the > syntax to try that out? > > Thanks very much for the great help! > Dave > > > -Original Message- > From: Jack Krupansky [mailto:j...@basetechnology.com] > Sent: Wednesday, December 26, 2012 12:07 PM >

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread David Parks
very much for the great help! Dave -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Wednesday, December 26, 2012 12:07 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? MLT has both a request handler and

RE: MoreLikeThis only returns 1 result

2012-12-27 Thread David Parks
Ok, that worked, I had the /mlt request handler misconfigured (forgot a '/'). It's working now. Thanks! -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Friday, December 28, 2012 11:38 AM To: solr-user@lucene.apache.org Subject: Re: MoreLikeTh

Re: MoreLikeThis only returns 1 result

2012-12-27 Thread Jack Krupansky
Sounds like it is simply dispatching to the normal search request handler. Although you specified qt=mlt, make sure you enable the legacy select handler dispatching in solrconfig.xml. Change: to Or, simply address the MLT handler directly: http://107.23.102.164:8080/solr/mlt?q=.

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-26 Thread David Parks
f the development builds, or is it just and addon I need to install? I haven't done much customization of Solr yet. Thanks! Dave -Original Message- From: Roman Chyla [mailto:roman.ch...@gmail.com] Sent: Wednesday, December 26, 2012 3:57 PM To: solr-user@lucene.apache.org S

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-26 Thread Roman Chyla
Jay Luker has written MoreLikeThese which is probably what you want. You may give it a try, though I am not sure if it works with Solr4.0 at this point (we didn't port it yet) https://github.com/romanchyla/montysolr/blob/MLT/contrib/adsabs/src/java/org/apache/solr/handler/MoreLikeTheseHandler.java

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-25 Thread Jack Krupansky
MLT has both a request handler and a search component. The MLT handler returns similar documents only for the first document that the query matches. The MLT search component returns similar documents for each of the documents in the search results, but processes each search result base docume

Re: MoreLikeThis and mlt.count

2012-07-08 Thread Bruno Mannina
Hi, My docs are patents. Patents have family members and I would like to get docs by PN (field Patent Number (uniquekey)). My request will be ?q=pn:EP100A1&mlt=true. with this method I will get all equivalents (family members of EP100A1) If set automaticaly mlt.count to MAX is no

Re: MoreLikeThis and mlt.count

2012-07-08 Thread Lee Carroll
Hi Bruno I'm not sure if that makes sense for a query which does not have a boolean element to it. What is your use-case On 7 July 2012 18:36, Bruno Mannina wrote: > Dear Solr users, > > I have a field name "fid" defined as: > required="true" termVectors="true"/> > > This "fid" can have a va

Re: MoreLikeThis Question

2012-02-15 Thread Jamie Johnson
Yes, agree that ID would be one that would need to be ignored. I don't think specifying them is too difficult I was just curious if it was possible to do this or not. On Wed, Feb 15, 2012 at 8:41 AM, Chantal Ackermann wrote: > Hi, > > you would not want to include the unique ID and similar stuff

Re: MoreLikeThis Question

2012-02-15 Thread Chantal Ackermann
Hi, you would not want to include the unique ID and similar stuff, though? No idea whether it would impact the number of hits but it would most probably influence the scoring if nothing else. E.g. if you compare by certain fields, I would expect that a score of 1.0 indicates a match on all of tho

Re: MoreLikeThis Question

2012-02-15 Thread Michael Jakl
Hi! On Wed, Feb 15, 2012 at 07:27, Jamie Johnson wrote: > Is there anyway with MLT to say get similar based on all fields or is > it always a requirement to specify the fields? It seems to be not the case. But you could append the fields Parameter in the solrconfig.xml: ... Cheers, Micha

RE: MoreLikeThis questions

2011-12-13 Thread Chris Hostetter
: I'm implementing a MoreLikeThis search. I have a couple of questions. : I'm implementing this with solrj so I would appreciate it if any code : snippets reflect that. : : First, I want to provide the text that Solr should check for : "interesting words" and do the search on. This means I

RE: MoreLikeThis questions

2011-12-09 Thread Scott Smith
ts? Scott -Original Message- From: Scott Smith [mailto:ssm...@mainstreamdata.com] Sent: Friday, December 09, 2011 3:14 PM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis questions I realized I probably should have said Solr 3.5 in case that makes a difference. -Origin

RE: MoreLikeThis questions

2011-12-09 Thread Scott Smith
I realized I probably should have said Solr 3.5 in case that makes a difference. -Original Message- From: Scott Smith [mailto:ssm...@mainstreamdata.com] Sent: Friday, December 09, 2011 2:29 PM To: solr-user@lucene.apache.org Subject: MoreLikeThis questions I'm implementing a MoreLikeThis

Re: MoreLikeThis - To many hits

2011-10-27 Thread Erick Erickson
Have you tried varying mintf and mindf? Setting them higher than 1 seems like it would reduce the number of docs returned.. Best Erick On Tue, Oct 25, 2011 at 2:57 AM, vraa wrote: > Hi > > I'm using the MoreLikeThis functionallity > http://wiki.apache.org/solr/MoreLikeThis > http://wiki.apa

Re: MoreLikeThis for finding PDF/Word/etc documents with similar or copied sections.

2011-09-06 Thread Gora Mohanty
2011/9/6 Domènec Sos i Vallès : > Hello, our current goal is finding a solution for a translations company. > Their issue is that very often they have to translate documents which have > parts that have been copy & pasted from another document that was translated > before, so they do the same wo

RE: MoreLikeThis assumptions

2011-09-02 Thread Herman Kiefus
It generally helps if your solrconfig is correct. Thank you for your tolerance. -Original Message- From: Herman Kiefus [mailto:herm...@angieslist.com] Sent: Thursday, September 01, 2011 10:15 AM To: solr-user@lucene.apache.org Subject: MoreLikeThis assumptions Given a document id:n sh

Re: moreLikeThis with filter?

2011-07-12 Thread Elaine Li
Thanks for the link. Using the fq with MLT request handler works. Elaine On Tue, Jul 12, 2011 at 12:55 PM, Koji Sekiguchi wrote: > (11/07/13 1:40), Elaine Li wrote: >> >> Hi Folks, >> >> I need to filter out the returns if the document's field activated = >> false. >> >> I tried the following in

Re: moreLikeThis with filter?

2011-07-12 Thread Koji Sekiguchi
(11/07/13 1:40), Elaine Li wrote: Hi Folks, I need to filter out the returns if the document's field activated = false. I tried the following in order to retrieve similar products which are all activated products. But this does not work. http://localhost:8983/solr/mlt?q=(id:2043144 AND activate

Re: MoreLikeThis PDF search

2011-05-17 Thread Brian Lamb
Would I be better off trying to use something like PHP to read the PDF file and extrapolate the information and then pass it on to the MoreLikeThis handler or is there a way it can be done by giving it the PDF directly? On Fri, May 13, 2011 at 4:54 PM, Brian Lamb wrote: > Any thoughts on this one

Re: MoreLikeThis PDF search

2011-05-13 Thread Brian Lamb
Any thoughts on this one? On Thu, May 12, 2011 at 10:46 AM, Brian Lamb wrote: > Hi all, > > I've become more and more familiar with the MoreLikeThis handler over the > last several months. I'm curious whether it is possible to do a MoreLikeThis > search by uploading a PDF? I looked at the Extract

Re: MoreLikeThis

2011-04-25 Thread Brian Lamb
It finds something under "match" but just nothing under "response". I tried turning on debugQuery=on but I did not see anything that jumped out at me as a bug or anything. Is there some kind of threshold setting that I can tinker with to see if that is the problem? On Sun, Apr 24, 2011 at 2:37 AM,

Re: MoreLikeThis

2011-04-23 Thread Grant Ingersoll
On Apr 21, 2011, at 8:46 PM, Brian Lamb wrote: > Hi all, > > I have an mlt search set up on my site with over 2 million records in the > index. Normally, my results look like: > > > >0 >204 > > > > Some result. > > > > > A similar result > >... >

Re: MoreLikeThis match

2011-04-11 Thread Mike Mattozzi
Match is the document that's the top result of the query (q param) that you specify. Response is the list of documents that are similar to the 'match' document. -Mike On Mon, Apr 11, 2011 at 4:55 PM, Brian Lamb wrote: > Does anyone have any thoughts on this one? > > On Fri, Apr 8, 2011 at 9:26

Re: MoreLikeThis match

2011-04-11 Thread Brian Lamb
Does anyone have any thoughts on this one? On Fri, Apr 8, 2011 at 9:26 AM, Brian Lamb wrote: > I've looked at both wiki pages and none really clarify the difference > between these two. If I copy and paste an existing index value for field and > do an mlt search, it shows up under match but not r

Re: MoreLikeThis match

2011-04-08 Thread Brian Lamb
I've looked at both wiki pages and none really clarify the difference between these two. If I copy and paste an existing index value for field and do an mlt search, it shows up under match but not results. What is the difference between these two? On Thu, Apr 7, 2011 at 2:24 PM, Brian Lamb wrote:

Re: MoreLikeThis match

2011-04-07 Thread Brian Lamb
Actually, what is the difference between "match" and "response"? It seems that match always returns one result but I've thrown a few cases at it where the score of the highest response is higher than the score of match. And then there are cases where the match score dwarfs the highest response scor

Re: MoreLikeThis with document that has not been indexed

2011-03-30 Thread David Smiley (@MITRE.org)
Ben, It's absolutely possible for MLT to find documents similar to another indexed document. That's its primary use case. For externally supplied data, you will need to supply one blob of text. You could derive this by concatenating applicable parts of your structured data before handing to Solr.

Re: MoreLikeThis search component

2011-01-05 Thread Anurag
You can go through page 182 of this book . On Thu, Jan 6, 2011 at 12:53 PM, Isha Garg [via Lucene] < ml-node+2204185-

Re: MoreLikeThis and two field in mlt.fl

2010-11-25 Thread Jens Grivolla
On 11/25/2010 10:06 AM, Damien Fontaine wrote: I have a problem with MoreLikeThis on Solr 1.4.1. I can't put two field on mlt.fl. Example : text and title, only text is in interestingTerms It should work. My guess is that the terms from the title simply don't make the cut due to mlt.mintf, whi

Re: MoreLikeThis explanation?

2010-10-23 Thread Koji Sekiguchi
Hi Darren, Usually patches are written for the latest trunk branch at the time. I've just updated the patch. Try it for the current trunk if you prefer. Koji -- http://www.rondhuit.com/en/ (10/10/22 19:10), Darren Govoni wrote: Hi Koji, I tried to apply your patch to the 1.4.0 tagged bran

Re: MoreLikeThis explanation?

2010-10-22 Thread Darren Govoni
Hi Koji, I tried to apply your patch to the 1.4.0 tagged branch, but it didn't take completely. What branch does it work for? Darren On Thu, 2010-10-21 at 23:03 +0900, Koji Sekiguchi wrote: > (10/10/21 20:33), dar...@ontrenet.com wrote: > > Hi, > >Does the latest Solr provide an explanat

Re: MoreLikeThis explanation?

2010-10-21 Thread Darren Govoni
Thank you! On Thu, 2010-10-21 at 23:03 +0900, Koji Sekiguchi wrote: > (10/10/21 20:33), dar...@ontrenet.com wrote: > > Hi, > >Does the latest Solr provide an explanation for results returned by MLT? > > No, but there is an open issue: > > https://issues.apache.org/jira/browse/SOLR-860 > >

Re: MoreLikeThis explanation?

2010-10-21 Thread Koji Sekiguchi
(10/10/21 20:33), dar...@ontrenet.com wrote: Hi, Does the latest Solr provide an explanation for results returned by MLT? No, but there is an open issue: https://issues.apache.org/jira/browse/SOLR-860 Koji -- http://www.rondhuit.com/en/

RE: Re: MoreLikethis and fq not giving exact results ?

2010-09-07 Thread Markus Jelsma
I know =)   I was just polling votes for a feature request - there is no such issue filed for this component. Perhaps there should be?   -Original message- From: Chris Hostetter Sent: Wed 08-09-2010 00:13 To: solr-user@lucene.apache.org; Subject: RE: Re: MoreLikethis and fq not giving

RE: Re: MoreLikethis and fq not giving exact results ?

2010-09-07 Thread Chris Hostetter
: I can think of two useful cases for a feature that limits MLT results : depending with an optional mlt.fq parameter that limits the MLT results : for each document, based on that fq: i don't disagree with you -- i was just commenting that it doesn't work that way at the moment, because it wa

RE: Re: MoreLikethis and fq not giving exact results ?

2010-09-07 Thread Markus Jelsma
to distinguish between collections when there are many different collections sharing the same index     -Original message- From: Chris Hostetter Sent: Tue 07-09-2010 23:32 To: solr-user@lucene.apache.org; Subject: Re: MoreLikethis and fq not giving exact results ? I don't believ

Re: MoreLikethis and fq not giving exact results ?

2010-09-07 Thread Chris Hostetter
: But when I enable mlt inside the query it returns the results for jp_ as : well, because job_title also exist in job posting ( though jp_ or cp_ : already differentiating to both of this ?) I don't believe the MLT Component has anyway of filtering like this. In your case you want the "fq" pa

Re: morelikethis - "stored=true" is necessary?

2010-09-02 Thread Markus Jelsma
The following table [1] will be most helpful! Keep it referenced! [1]: http://wiki.apache.org/solr/FieldOptionsByUseCase On Thursday 02 September 2010 13:20:33 zqzuk wrote: > Hi all > I am learning to use morelikethis handler, which seems very straightforward > but I got some problems when testin

Re: MoreLikeThis (mlt) : use the match's maxScore for result score normalization

2010-06-25 Thread MitchK
Hi Chantal, Munich? Germany seems to be soo small :-). Chantal Ackermann wrote: > > I only want a way to show to the > user a kind of relevancy or similarity indicator (for example using a > range of 10 stars) that would give a hint on how similar the mlt hit is > to the input (match) item.

Re: MoreLikeThis (mlt) : use the match's maxScore for result score normalization

2010-06-25 Thread Chantal Ackermann
Hi Mitch, thanks for the answer and the link. The use case is to provide content based recommendations for a single item no matter where that came from. So, this input (match) item is "the best match", all "more like this" items compare to it, and the ones that are the most alike would have the h

Re: MoreLikeThis (mlt) : use the match's maxScore for result score normalization

2010-06-24 Thread MitchK
Chantal, have a look at http://lucene.apache.org/java/3_0_1/api/all/org/apache/lucene/search/similar/MoreLikeThis.html More like this to have a guess what the MLT's score concerns. The problem is that you can't compare scores. The query for the "normal" result-response was maybe something like

Re: MoreLikeThis (mlt) : use the match's maxScore for result score normalization

2010-06-24 Thread Chantal Ackermann
Hi Otis, thank you for this super quick answer. I understand that normalizing and comparing scores is fishy, and I wouldn't want to do it for regular search results. I just thought that in this special case, the maxScore which is returned for the input document to the MoreLikeThis handler -- and

Re: MoreLikeThis (mlt) : use the match's maxScore for result score normalization

2010-06-24 Thread Otis Gospodnetic
Chantal, The short answer is that you can't compare relevancy scores across requests. I think this may be in a FAQ. Check this: http://search-lucene.com/?q=score+compare+absolute+relative&fc_project=Lucene&fc_project=Solr Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucen

Re: MoreLikeThis and dynamicField

2010-06-12 Thread Lance Norskog
MLT needs term vectors. You may either store the term vectors while indexing, or store the text so that the MLT handler can pull it and analyze it. (Highlighting has the same problem.) I don't know if you still need the stored text with term vectors in the index, but storing neither will definitel

Re: MoreLikeThis and dynamicField

2010-06-12 Thread Peter Karich
Hi Lance, > You cannot give it a wildcard to go find dynamic fields; ah, ok. But it would be nice to use wildcards. You correctly guessed that I meant the wildcard querying. The dynamicField definition is not the problem ... So one can define and then the query via myfield_t would work. The term

Re: MoreLikeThis and dynamicField

2010-06-11 Thread Lance Norskog
MoreLikeThis works on any field you can name. You cannot give it a wildcard to go find dynamic fields; no query feature can do this (would be handy!). The field must have term vectors configured. In the solr/example/solr/conf schema, the 'includes' field has this set and you can do MLT on that. Tr

Re: MoreLikeThis: /solr/mlt NOT_FOUND

2010-06-01 Thread jlist9
That's it. Thank you! I thought mlt was available by default. I was wrong. On Tue, Jun 1, 2010 at 8:22 AM, Ahmet Arslan wrote: >> I have some experience using MLT with >> the StandardRequestHandler with Python >> but I can't figure out how to do it with solrj. It seems >> that to do >> MLT with s

Re: MoreLikeThis: /solr/mlt NOT_FOUND

2010-06-01 Thread Ahmet Arslan
> I have some experience using MLT with > the StandardRequestHandler with Python > but I can't figure out how to do it with solrj. It seems > that to do > MLT with solrj I have > to use MoreLikeThisRequestHandler and there seems no way to > use > StandardRequestHandler for MLT with solrj (please co

Re: MoreLikeThis function queries

2010-04-08 Thread Blargy
Not yet I've been stuck trying to figure out what the hell is happening with my delta-imports: http://n3.nabble.com/Need-help-with-StackOverflowError-td704451.html#a704451 -- View this message in context: http://n3.nabble.com/MoreLikeThis-function-queries-tp692377p707308.html Sent from the Solr

Re: MoreLikeThis function queries

2010-04-08 Thread Chris Hostetter
: Are function queries possible using the MLT request handler? How about using : the _val_ hack? Thanks for your help Did you try it? The MoreLikeThisHandler uses the same parsing logic to build it's initial query as the SearchHandler, so you can use whatever parsers you want (including the "{

Re: MoreLikeThis function queries

2010-04-05 Thread Blargy
Ok its now monday and everyone should have had their nice morning cup of coffee :) -- View this message in context: http://n3.nabble.com/MoreLikeThis-function-queries-tp692377p698304.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MoreLikeThis function queries

2010-04-02 Thread Blargy
Fair enough :) -- View this message in context: http://n3.nabble.com/MoreLikeThis-function-queries-tp692377p693872.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MoreLikeThis function queries

2010-04-02 Thread Darren Govoni
Its Friday dude. Give it a couple days. ;) On Fri, 2010-04-02 at 11:50 -0800, Blargy wrote: > Bueller? Anyone? :)

Re: MoreLikeThis function queries

2010-04-02 Thread Blargy
Bueller? Anyone? :) -- View this message in context: http://n3.nabble.com/MoreLikeThis-function-queries-tp692377p693648.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MoreLikeThis - How to pass in external text?

2010-01-22 Thread ldung
-- >> Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch >> >> >> >> - Original Message >>> From: ldung >>> To: solr-user@lucene.apache.org >>> Sent: Fri, January 22, 2010 12:08:26 AM >>> Subject: Re: MoreLikeThis

Re: MoreLikeThis - How to pass in external text?

2010-01-22 Thread David Stuart
what hit #1 was? The > page I copied the text from! Very much "more like this"-like. > > Otis > -- > Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > > > > - Original Message >> From: ldung >> To: solr-user@lucene.apache.org &

Re: MoreLikeThis - How to pass in external text?

2010-01-21 Thread Otis Gospodnetic
! Very much "more like this"-like. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: ldung > To: solr-user@lucene.apache.org > Sent: Fri, January 22, 2010 12:08:26 AM > Subject: Re: MoreLikeThis - How to pass in external t

Re: MoreLikeThis - How to pass in external text?

2010-01-21 Thread ldung
I want to use MoreLikeThis since i want to find text in the Solr data that is similar to the input text. I want to see how will this works against just a standard keyword search. I want to do something similar to the article below. http://www.bbc.co.uk/blogs/radiolabs/2008/06/wikipedia_plus_lucen

Re: MoreLikeThis - How to pass in external text?

2010-01-21 Thread Otis Gospodnetic
Hi, if you have text to pass in, why do you need MoreLikeThis? The text you speak of can be used as a normal query, so pass it in as a regular multi-word query. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: ldung > To: solr-user@lucen

Re: MoreLikeThis and filtering/restricting on "target" fields

2009-11-06 Thread Alexey Serba
Hi Cody, > I have tried using MLT as a search component so that it has access to > filter queries (via fq) but I cannot seem to get it to give me any > data other than more of the same, that is, I can get a ton of Articles > back but not other "content types". Filter query ( fq ) should work, for

Re: MoreLikeThis support Dismax parameters

2009-11-03 Thread Nick Spacek
> > As i said: that may be what you're looking for (it's hard to tell based on > your email) but the other possibility is that you want to be able to > specify bq (and maybe bf) type parrams to influence the MLT portion of the > request (ie: apply a bias so docs matching a particular query/func are

  1   2   >