More like this inly return is and score issue

2020-04-30 Thread derrick cui
Hi, I want to return more fields in moreLikeThis response, how should I reach it? Currently the main doc returns all fields, but morelikethis result only has I’d and score, please help  Thanks

Re: Need more info on MLT (More Like This) feature

2019-09-26 Thread Alessandro Benedetti
0s <https://www.youtube.com/watch?v=jkaj89XwHHw&t=540s> https://www.slideshare.net/SeaseLtd/how-the-lucene-more-like-this-works <https://www.slideshare.net/SeaseLtd/how-the-lucene-more-like-this-works> https://issues.apache.org/jira/browse/LUCENE-8326 <https://issues.apache.org/jira

Re: Need more info on MLT (More Like This) feature

2019-09-13 Thread Chee Yee Lim
e.org, Rajeev Kasarabada1 < > kasar...@in.ibm.com>, Archana Gavini1 > Date:13/09/2019 04:32 PM > Subject:[EXTERNAL] Re: Need more info on MLT (More Like This) > feature > -- > > > > To use knnSearch, you need to submit a P

Re: Need more info on MLT (More Like This) feature

2019-09-13 Thread Dave
atya Pyla > Cc:solr-user@lucene.apache.org, Rajeev Kasarabada1 > , Archana Gavini1 > Date: 13/09/2019 04:32 PM > Subject:[EXTERNAL] Re: Need more info on MLT (More Like This) feature > > > > To use knnSearch, you need to submit a POST request to the S

RE: Need more info on MLT (More Like This) feature

2019-09-13 Thread Srisatya Pyla
, AP 530045 India From: Chee Yee Lim To: Srisatya Pyla Cc: solr-user@lucene.apache.org, Rajeev Kasarabada1 , Archana Gavini1 Date: 13/09/2019 04:32 PM Subject:[EXTERNAL] Re: Need more info on MLT (More Like This) feature To use knnSearch, you need to submit a POST

Re: Need more info on MLT (More Like This) feature

2019-09-13 Thread Chee Yee Lim
ha Rao Pyla* > > *IBM Talent Management SolutionsMobile :*+91 9849315546 > *E-mail :**srisp...@in.ibm.com* > [image: IBM] > > IBM Visakha Hills > Visakhapatnam, AP 530045 > India > > > > > > > > > - Original message - > From: Chee Yee L

RE: Need more info on MLT (More Like This) feature

2019-09-13 Thread Srisatya Pyla
- From: Chee Yee Lim To: solr-user@lucene.apache.org Cc: Archana Gavini1 , Rajeev Kasarabada1 Subject: [EXTERNAL] Re: Need more info on MLT (More Like This) feature Date: Thu, Sep 12, 2019 6:43 PM I've been working with MLT handler (Solr 8.1.1) by calling it the same way you did, http://[SOL

Re: Need more info on MLT (More Like This) feature

2019-09-12 Thread Chee Yee Lim
I've been working with MLT handler (Solr 8.1.1) by calling it the same way you did, http://[SOLR URL]/mlt. But the response is very unreliable with 90% of the same queries resulting in Java null pointer exception, and only 10% returning expected response. I do not know what is the cause of this. I

Need more info on MLT (More Like This) feature

2019-09-12 Thread Srisatya Pyla
Hi Solr Seatch Team, I am a developer from IBM Kenexa Brassring. We are using Solr Search engine for searching jobs in our applications. We are planning to use MLT feature to get the similar matching documents (jobs) based on one document (job). When trying to explore this option, we are using

Re: more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
wrote: > > > Hi David, > > Thanks the fast reply. Am I right that I can combine fq with mlt only if > I > > use more like this as a query parser? > > > > Is there a way to achieve the same with mlt as a request handler? > > Roland > > > > David Ha

Re: more like this query parser with faceting

2019-08-12 Thread David Hastings
should be fine, https://cwiki.apache.org/confluence/display/solr/MoreLikeThisHandler for more info On Mon, Aug 12, 2019 at 2:49 PM Szűcs Roland wrote: > Hi David, > Thanks the fast reply. Am I right that I can combine fq with mlt only if I > use more like this as a query parser? >

Re: more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
Hi David, Thanks the fast reply. Am I right that I can combine fq with mlt only if I use more like this as a query parser? Is there a way to achieve the same with mlt as a request handler? Roland David Hastings ezt írta (időpont: 2019. aug. 12., H, 20:44): > The easiest way will be to pass

Re: more like this query parser with faceting

2019-08-12 Thread David Hastings
The easiest way will be to pass in a filter query (fq) On Mon, Aug 12, 2019 at 2:40 PM Szűcs Roland wrote: > Hi All, > > Is there any tutorial or example how to use more like this functionality > when we have some other constraints set by the user through faceting > parameters l

more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
Hi All, Is there any tutorial or example how to use more like this functionality when we have some other constraints set by the user through faceting parameters like price range, or product category for example? Cheers, Roland

Re: More Like This Query problems

2018-10-18 Thread John Bickerstaff
> submitted in the query. > > > http://XX.XXX.XX.XXX:10001/solr/BPS/select?indent=on&q=Field1:%22foo%22&wt=json > (Returns several million as "numFound) > > > http://XX.XXX.XX.XXX:10001/solr/BPS/select?indent=on&mlt.fl=Field1&mlt=true&q=id:%2227000:9009:66%

Re: More Like This Query problems

2018-10-18 Thread John Bickerstaff
me Doc ID as submitted in the query. http://XX.XXX.XX.XXX:10001/solr/BPS/select?indent=on&q=Field1:%22foo%22&wt=json (Returns several million as "numFound) http://XX.XXX.XX.XXX:10001/solr/BPS/select?indent=on&mlt.fl=Field1&mlt=true&q=id:%2227000:9009:66%22&wt=json (

Re: More Like This Query problems

2018-10-18 Thread David Hastings
I am having trouble with a “more like this” query in Solr. Here’s what I think should be happening: 1. Query contains Document ID (q=id:"942316176:9009:66 <http://10.157.117.55:10001/solr/BPS/select?=&debug=true&indent=on&mlt.fl=surnames,genders,givennames,birthlocations,de

More Like This Query problems

2018-10-18 Thread John Bickerstaff
All, I am having trouble with a “more like this” query in Solr. Here’s what I think should be happening: 1. Query contains Document ID (q=id:"942316176:9009:66 <http://10.157.117.55:10001/solr/BPS/select?=&debug=true&indent=on&mlt.fl=surnames,genders,givennames,birthloca

highlighting more-like-this

2018-10-12 Thread Matt Work Coarr
I want to get highlighted results for more like this queries. More like this doesn't support highlighting. So what I did was ran a more like this query (I have the source document A and say I get three similar documents back A1, A2, and A3). I then create a second query where I use the con

highlighting in more like this?

2018-09-18 Thread Matt Work Coarr
Is it possible to get highlighting in more like this queries? My initial attempts seem to indicate that it isn't possible (I've only attempted this via modifying MLT query urls) (I'm looking for something similar to hl=true&hl.fl=field1,field5,field6 in a normal search) Thanks, Matt

Solr 6 more like this

2016-08-03 Thread sara hajili
hi i switch from solr 5 to solr 6 . i create my more like this handler that use solr more like this handler and expand query by adding some word to query. and now my question is about mlt parameter . i wanna to know about mlt.mindf and mlt.mintf.what are these doing exactly? when i didn'

More like this in solr5.4.1

2016-07-19 Thread kostali hassan
I want introdius Morelikethis to get simmilaire document for each query. I had index rich data pds and msword I guess The fields to use for similarity is CONTENT used also for highlighting document content. In my case what is the best way to build mlt :MoreLikeThisHandler

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
; 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?? >> >> If Solr hasn't indexed

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 uploa

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??

Re: More Like This on not new documents

2016-05-24 Thread Vincenzo D'Amore
Thanks Nick, I don't plan to index the document, the document is a kind of disposable object. And it is based on the user query. I have seen that page, I didn't get how pass the document (my disposable object) via stream.body parameter. Googling I found this https://issues.apache.org/jira/browse

Re: More Like This on not new documents

2016-05-13 Thread Nick D
https://wiki.apache.org/solr/MoreLikeThisHandler Bottom of the page, using context streams. I believe this still works in newer versions of Solr. Although I have not tested it on a new version of Solr. But if you plan on indexing the document anyways then just indexing and then passing the ID to

More Like This on not new documents

2016-05-13 Thread Vincenzo D'Amore
Hi all, anybody know if is there a chance to use the mlt component with a new document not existing in the collection? In other words, if I have a new document, should I always first add it to my collection and only then, using the mlt component, have the list of similar documents? Best regards

Re: [More Like This] Query building

2016-04-12 Thread Scott Stults
eed tomorrow with the Jira and the simple patch + > >>>> tests. > >>>> > >>>> In the meantime let's try to collect some additional feedback. > >>>> > >>>> Cheers > >>>> > >>>> On

Re: [More Like This] Query building

2016-03-11 Thread Alessandro Benedetti
gt;> On 29 December 2015 at 12:43, Anshum Gupta >>>> wrote: >>>> >>>>> Feel free to create a JIRA and put up a patch if you can. >>>>> >>>>> On Tue, Dec 29, 2015 at 4:26 PM, Alessandro Benedetti < >>>>> abenede..

Re: [More Like This] Query building

2016-02-11 Thread Alessandro Benedetti
>>>> Feel free to create a JIRA and put up a patch if you can. >>>> >>>> On Tue, Dec 29, 2015 at 4:26 PM, Alessandro Benedetti < >>>> abenede...@apache.org >>>> > wrote: >>>> >>>> > Hi guys, >>>

Re: [More Like This] Query building

2016-01-11 Thread Alessandro Benedetti
ome additional feedback. >> >> Cheers >> >> On 29 December 2015 at 12:43, Anshum Gupta >> wrote: >> >>> Feel free to create a JIRA and put up a patch if you can. >>> >>> On Tue, Dec 29, 2015 at 4:26 PM, Alessandro Benedetti < >&g

Re: [More Like This] Query building

2015-12-31 Thread Alessandro Benedetti
>> > wrote: >> >> > Hi guys, >> > While I was exploring the way we build the More Like This query, I >> > discovered a part I am not convinced of : >> > >> > >> > >> > Let's see how we build the query : >> >

Re: [More Like This] Query building

2015-12-29 Thread Alessandro Benedetti
015 at 4:26 PM, Alessandro Benedetti < > abenede...@apache.org > > wrote: > > > Hi guys, > > While I was exploring the way we build the More Like This query, I > > discovered a part I am not convinced of : > > > > > > > > Let's see how we bu

Re: [More Like This] Query building

2015-12-29 Thread Anshum Gupta
Feel free to create a JIRA and put up a patch if you can. On Tue, Dec 29, 2015 at 4:26 PM, Alessandro Benedetti wrote: > Hi guys, > While I was exploring the way we build the More Like This query, I > discovered a part I am not convinced of : > > > > Let's

[More Like This] Query building

2015-12-29 Thread Alessandro Benedetti
Hi guys, While I was exploring the way we build the More Like This query, I discovered a part I am not convinced of : Let's see how we build the query : org.apache.lucene.queries.mlt.MoreLikeThis#retrieveTerms(int) 1) we extract the terms from the interesting fields, adding them to

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

Re: More Like This on numeric fields - BF accepted by MLT handler

2015-09-28 Thread Upayavira
You could use the MLT query parser, and combine that with other queries, whether as filters or boosts. You can't yet use stream.body yet, so would need to use the handler if you need that. Upayavira On Mon, Sep 28, 2015, at 09:53 AM, Alessandro Benedetti wrote: > Hi Upaya, > thanks for the expla

Re: More Like This on numeric fields - BF accepted by MLT handler

2015-09-28 Thread Alessandro Benedetti
Hi Upaya, thanks for the explanation, I actually already did some investigations about it ( my first foundation was : http://cephas.net/blog/2008/03/30/how-morelikethis-works-in-lucene/ ) and then I took a look to the code. Was just wondering what the community was thinking about including/providi

Re: More Like This on numeric fields - BF accepted by MLT handler

2015-09-25 Thread Upayavira
Alessandro, I'd suggest you review the code of the MoreLikeThisHandler. It is a little knotty, but it would be worth your while understanding what is going on there. Basically, there are three phases: phase #1: parse the source document into a list of terms (avoided if term vectors enabled and s

More Like This on numeric fields - BF accepted by MLT handler

2015-09-25 Thread Alessandro Benedetti
Hi guys, was just investigating a little bit in how to include numeric fields in the MLT calculations. As we know, we are currently building a smart lucene query based on the document in input ( the one to search for similar ones) and run this query to obtain the similar docs. Because the MLT is c

Re: solr get score of each doc in edis max search and more like this search result

2015-09-23 Thread Walter Underwood
re in search and get doc based on upper than that score) > i need this in normal search with edismax and more like this in pysolr > i undrestand that i can set debug = true > and from search resulrt i get > > print(search_result.debug['explain']) > > but this exp

solr get score of each doc in edis max search and more like this search result

2015-09-23 Thread sara hajili
hi all i wanna to get each doc score in search result + restrict search result to some doc that their score are above than score that i need (i mean i set minimum score in search and get doc based on upper than that score) i need this in normal search with edismax and more like this in pysolr i

more like this generated query

2015-04-27 Thread alxsss
Hello, I am using solr-4.10.4 with mlt. I noticed that mlt constructs query which is missing some words. For example, for doc with title: Jennnifer Lopez keywords: Jennifer, concert, Hollywood the parsedquery generated by mlt for this doc is title:lopez keywords:jennifer keywords:concert

Re: more like this and term vectors

2015-02-23 Thread Jack Krupansky
ky On Mon, Feb 23, 2015 at 2:48 PM, Scott C. Cote wrote: > Is there a way to configure the more like this query handler and also > receive the corresponding term vectors? (tf-idf) ? > > I tried by creating a “search component” for the term vectors and adding > it to the mlt

more like this and term vectors

2015-02-23 Thread Scott C. Cote
Is there a way to configure the more like this query handler and also receive the corresponding term vectors? (tf-idf) ? I tried by creating a “search component” for the term vectors and adding it to the mlt handler, but that did not work. Here is what I tried: filteredText

Re: More Like This similarity tuning

2015-02-04 Thread Ali Nazemian
o a setting higher than the most frequent misspellings but low > enough to find rare terms. > > It depends on your index. > > -Original message- > > From:Ali Nazemian > > Sent: Wednesday 4th February 2015 11:15 > > To: solr-user@lucene.apache.org > > Su

RE: More Like This similarity tuning

2015-02-04 Thread Markus Jelsma
solr-user@lucene.apache.org > Subject: More Like This similarity tuning > > Hi, > I am looking for a best practice on More Like This parameters. I really > appreciate if somebody can tell me what is the best value for these > parameters in MLT query? Or at lease the proper methodology f

More Like This similarity tuning

2015-02-04 Thread Ali Nazemian
Hi, I am looking for a best practice on More Like This parameters. I really appreciate if somebody can tell me what is the best value for these parameters in MLT query? Or at lease the proper methodology for finding the best value for each of these parameters: mlt.mintf mlt.mindf mlt.maxqt Thank

Re: Lucene cosine similarity score for more like this query

2015-02-03 Thread Ali Nazemian
is computed, use Solr’s debug=true mode to see the explain details in the >>> response. >>> >>> Erik >>> >>> On Feb 2, 2015, at 10:49 AM, Ali Nazemian >>>> wrote: >>>> >>>> Hi, >>>> I was wonderi

Re: Lucene cosine similarity score for more like this query

2015-02-03 Thread Koji Sekiguchi
15, at 10:49 AM, Ali Nazemian wrote: Hi, I was wondering what is the range of score is brought by more like this query in Solr? I know that the Lucene uses cosine similarity in vector space model for calculating similarity between two documents. I also know that cosine similarity is between -1 and 1

Re: Lucene cosine similarity score for more like this query

2015-02-02 Thread Dikshant Shahi
39 > > To: solr-user@lucene.apache.org > > Subject: Re: Lucene cosine similarity score for more like this query > > > > Dear Erik, > > Thank you for your response. Would younplease tell me why this score > could > > be higher than 1? While cosine similarity ca

RE: Lucene cosine similarity score for more like this query

2015-02-02 Thread Markus Jelsma
ucene cosine similarity score for more like this query > > Dear Erik, > Thank you for your response. Would younplease tell me why this score could > be higher than 1? While cosine similarity can not be higher than 1. > On Feb 2, 2015 7:32 PM, "Erik Hatcher" wrote: > &g

Re: Lucene cosine similarity score for more like this query

2015-02-02 Thread Ali Nazemian
is computed, use Solr’s debug=true mode to see the explain details in the > response. > > Erik > > > On Feb 2, 2015, at 10:49 AM, Ali Nazemian wrote: > > > > Hi, > > I was wondering what is the range of score is brought by more like this > > query

Re: Lucene cosine similarity score for more like this query

2015-02-02 Thread Erik Hatcher
s brought by more like this > query in Solr? I know that the Lucene uses cosine similarity in vector > space model for calculating similarity between two documents. I also know > that cosine similarity is between -1 and 1 but the fact that I dont > understand is why the score which is b

Lucene cosine similarity score for more like this query

2015-02-02 Thread Ali Nazemian
Hi, I was wondering what is the range of score is brought by more like this query in Solr? I know that the Lucene uses cosine similarity in vector space model for calculating similarity between two documents. I also know that cosine similarity is between -1 and 1 but the fact that I dont

RE: Hit Highlighting and More Like This

2015-02-02 Thread Markus Jelsma
Hi - you can use the MLT query parser in Solr 5.0 or patch 4.10.x https://issues.apache.org/jira/browse/SOLR-6248 -Original message- > From:Tim Hearn > Sent: Saturday 31st January 2015 0:31 > To: solr-user@lucene.apache.org > Subject: Hit Highlighting and More Like This

Hit Highlighting and More Like This

2015-01-30 Thread Tim Hearn
Hi all, I'm fairly new to Solr. It seems like it should be possible to enable the hit highlighting feature and more like this feature at the same time, with the key words from the MLT query being the terms highlighted. Is this possible? I am trying right now to do this, but I am not havin

Re: Minimum Term Matching in More Like This Queries

2014-11-08 Thread Anurag Sharma
There is no direct way of retrieving doc based on minimum term match in Solr. mlm params 'mlt.mintf' and 'mlt.match.offset' can be explored if they meets the criteria. Refer below links for more details: http://wiki.apache.org/solr/MoreLikeThisHandler https://wiki.apache.org/solr/MoreLikeThis In c

Minimum Term Matching in More Like This Queries

2014-11-07 Thread Tim Hearn
Hi! I'm fairly new to Solr. Is there a feature which enforces minimum term matching for MLT Queries? More precisely, that is, a document will match the MLT query if and only if at least x terms in the query are found in the document, with x defined by the user. I could not find such a feature i

Group and Field Collapsing in SOLR "More like this"

2013-11-14 Thread balaji
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 this

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

Constant score for more like this reference document

2013-06-03 Thread Achim Domma
I call the mlt handler using a query which searches for a certain document (?q=id:some_document_id). The reference document is included in the result and the score is also returned. I found out, that the score if fixed, independent of the document. So for each document id I get the same score. T

Re: Getting "explain" information of more like this search in a more usable format

2013-05-14 Thread Andre Bois-Crettez
On 05/14/2013 03:44 PM, Andre Bois-Crettez wrote: On 05/13/2013 03:12 PM, Achim Domma wrote: I'm mainly interested in showing the terms which each result document has in common with the reference document. regards, Achim It seems a good job for highlighting ? http://docs.lucidworks.com/displa

Re: Getting "explain" information of more like this search in a more usable format

2013-05-14 Thread Andre Bois-Crettez
On 05/13/2013 03:12 PM, Achim Domma wrote: I'm mainly interested in showing the terms which each result document has in common with the reference document. regards, Achim It seems a good job for highlighting ? http://docs.lucidworks.com/display/solr/Highlighting http://wiki.apache.org/solr/Sol

Re: Getting "explain" information of more like this search in a more usable format

2013-05-13 Thread Jack Krupansky
t: Monday, May 13, 2013 9:12 AM To: solr-user@lucene.apache.org Subject: Getting "explain" information of more like this search in a more usable format Hi, I'm executing a more like this search using the MoreLikeThisHandler. I can add "score" to the fields to be returned, but that

Getting "explain" information of more like this search in a more usable format

2013-05-13 Thread Achim Domma
Hi, I'm executing a more like this search using the MoreLikeThisHandler. I can add "score" to the fields to be returned, but that's all I could find about getting information about how/why documents match. I would like to give my users more hints why documents are similar

Re: More Like This and Caching

2013-05-10 Thread Giammarco Schisani
ndex blocks were read out of memory. > > > > > > There was a very extensive discussion on this list not long back > titled: > > > "Re: SolrCloud loadbalancing, replication, and failover" look that > > thread up > > > and you'll

Re: More Like This and Caching

2013-05-09 Thread Otis Gospodnetic
gt; "Re: SolrCloud loadbalancing, replication, and failover" look that > thread up > > and you'll get a lot of in-depth on the topic. > > > > David > > > > > > -Original Message- > > From: Giammarco Schisani [mailto:giamma...@schisani.com] > > Sent

Re: More Like This and Caching

2013-05-09 Thread Jason Hellman
ll get a lot of in-depth on the topic. > > David > > > -Original Message- > From: Giammarco Schisani [mailto:giamma...@schisani.com] > Sent: Thursday, May 09, 2013 2:59 PM > To: solr-user@lucene.apache.org > Subject: More Like This and Caching > > Hi al

RE: More Like This and Caching

2013-05-09 Thread David Parks
@schisani.com] Sent: Thursday, May 09, 2013 2:59 PM To: solr-user@lucene.apache.org Subject: More Like This and Caching Hi all, Could anybody explain which Solr cache (e.g. queryResultCache, documentCache, fieldCache, etc.) can be used by the More Like This handler? One of my colleagues had prev

More Like This and Caching

2013-05-09 Thread Giammarco Schisani
Hi all, Could anybody explain which Solr cache (e.g. queryResultCache, documentCache, fieldCache, etc.) can be used by the More Like This handler? One of my colleagues had previously suggested that the More Like This handler does not take advantage of any of the Solr caches. However, if I issue

Re: Returning similarity values for more like this search

2013-04-19 Thread Koji Sekiguchi
(13/04/19 23:24), Achim Domma wrote: Hi, I'm executing a search including a search for similar documents (mlt=true&mlt.fl=) which works fine so far. I would like to get the similarity value for each document. I expected this to be quite common and simple, but I could not find a hint how t

Returning similarity values for more like this search

2013-04-19 Thread Achim Domma
Hi, I'm executing a search including a search for similar documents (mlt=true&mlt.fl=) which works fine so far. I would like to get the similarity value for each document. I expected this to be quite common and simple, but I could not find a hint how to do it. Any hint how to do it would b

Re: More Like This, finding original record

2013-02-12 Thread Otis Gospodnetic
te: > I guess it's not possible, but perhaps someone knows how to do this: > > Do a more like this query (through the mlt handler), > And find the match record within the response records (top match, should be > first in list). > > This would then make it possible for me

Re: More Like This, finding original record

2013-02-12 Thread Daniel Rijkhof
aniel On Tue, Feb 12, 2013 at 3:25 PM, Daniel Rijkhof wrote: > I guess it's not possible, but perhaps someone knows how to do this: > > Do a more like this query (through the mlt handler), > And find the match record within the response records (top match, should > be first

Re: Problems using distributed More Like This

2013-02-11 Thread Mark Miller
Eventually, I'll get around to trying some more real world testing. Up till now, no dev seems to have a real interest in this. I have 0 need for it currently, so it's fairly low on my itch scale, but it's on my list anyhow. - Mark On Feb 11, 2013, at 12:26 PM, Shawn Heisey wrote: > SOLR-788 a

Problems using distributed More Like This

2013-02-11 Thread Shawn Heisey
SOLR-788 added Distributed MLT to Solr 4.1, but I have not been able to get it to work. I don't know if it's user error, which of course is very possible. If it is user error, I'd like to know what I'm doing wrong so I can fix it. I am actually using a recent checkout of Solr 4.2, not the re

Re: More Like this without a document?

2012-11-19 Thread Chris Hostetter
upload, or "stream.body" request param) of text instead of sending it a query and it will use that raw text to find "more like this" http://wiki.apache.org/solr/MoreLikeThisHandler -Hoss

Re: More Like this without a document?

2012-11-05 Thread Walter Underwood
I wrote something like this for Ultraseek. After the document was parsed and analyzed, I took the top terms (by tf.idf) and did a search, then added fields with the categories. You might be able to use the document analysis request handler for this. Analyze it, then choose terms, do the search,

More Like this without a document?

2012-11-05 Thread Raimon Bosch
Hi, I'm designing a K-nearest neighbors classifier for Solr. So I am taking information IMDB and creating a set of documents with the description of each movie and the categories selected for each document. To validate if the classification is correct I'm using cross-validation. So I do not inclu

same results for select and More Like This(MLT) search

2012-10-03 Thread aniljayanti
Hi, My application is working fine with normal search (*/select?q=*) using SOLR. Normal Query URL: solr/select?q=title:lovely Now want to implement More Like This (MLT) in my application. Configured MLT in SOLr below like this. solrconfig.xml -- title

Re: SOLR 4 BEAT - More Like This

2012-08-28 Thread Shawn Heisey
On 8/28/2012 5:47 AM, Nick Koton wrote: I am having difficulty getting MLT to work with a cloud configuration in SOLR 4 beta. I have reproduced it with the "example" schema and data from the distribution: http://hostname:8983/solr/example/select? q=id:VDBDB1A16&mlt=true&mlt.fl=text,features,name

SOLR 4 BEAT - More Like This

2012-08-28 Thread Nick Koton
I am having difficulty getting MLT to work with a cloud configuration in SOLR 4 beta. I have reproduced it with the "example" schema and data from the distribution: http://hostname:8983/solr/example/select? q=id:VDBDB1A16&mlt=true&mlt.fl=text,features,name,sku,id,manu,cat,title,desc ription,keywor

RE: Exception in Solr server on "more like this"

2011-12-22 Thread Scott Smith
This turned out to be SOLR-2986. -Original Message- From: Scott Smith [mailto:ssm...@mainstreamdata.com] Sent: Thursday, December 22, 2011 1:24 PM To: solr-user@lucene.apache.org Subject: Exception in Solr server on "more like this" I've been trying to get "More like

Exception in Solr server on "more like this"

2011-12-22 Thread Scott Smith
I've been trying to get "More like this" running under solr 3.5. I get the Exception below. The http request is also highlighted below. I've looked at the FieldType code and I don't understand what's going on there. So, while I know what a null pointer except

"more like this"

2011-10-05 Thread Fred Zimmerman
Hi, for my application, I would like to be able to create web queries (wget/curl) that get "more like this" for either a single arbitrarily specified URL or for the first x terms in a search query. I want to return the results to myself as a csv file using wt=csv. How can I accompli

Re: More Like This on number fields

2011-09-01 Thread Chris Hostetter
: For example, a document with the field numberOfParticipant at 10, i would : like to have some similar documents with numberOfParticipant between 5 and : 15. : : Does this option exist ? No ... MLT works purely on the basis of terms, so if you tried have MLT use a numeric field it would just f

Re: Excluding results from more like this

2011-03-09 Thread Jonathan Rochkind
Yeah, that just restricts what items are in your main result set (and adding -4 has no real effect). The more like this set is constructed based on your main result set, for each document in it. As far as I can see from here: http://wiki.apache.org/solr/MoreLikeThis ..there seems to be no

Re: Excluding results from more like this

2011-03-09 Thread Brian Lamb
cosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Brian Lamb > > To: solr-user@lucene.apache.org > > Sent: Wed, March 9, 2011 4:05:10 PM > > Subject: Excluding results from more like this > > > > Hi all,

Re: Excluding results from more like this

2011-03-09 Thread Otis Gospodnetic
t: Excluding results from more like this > > Hi all, > > I'm using MoreLikeThis to find similar results but I'd like to exclude > records by the id number. For example, I use the following URL: > > http://localhost:8983/solr/search/?q=id:(2 3 > 5)&mlt=true

Excluding results from more like this

2011-03-09 Thread Brian Lamb
Hi all, I'm using MoreLikeThis to find similar results but I'd like to exclude records by the id number. For example, I use the following URL: http://localhost:8983/solr/search/?q=id:(2 3 5)&mlt=true&mlt.fl=description,id&fl=*,score How would I exclude record 4 form the MoreLikeThis results? I

more like this

2011-02-11 Thread lee carroll
Hi a MLT query with a q parameter which returns multiple matches such as q=id:45 id:34 id:54&mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name seems to return the results of three seperate mlt queries ie q=id:45 &mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name + q=id:34 &mlt.fl

Re: More like this and terms positions

2010-10-04 Thread Xavier Schepler
On 04/10/2010 16:40, Robert Muir wrote: On Mon, Oct 4, 2010 at 10:16 AM, Xavier Schepler< xavier.schep...@sciences-po.fr> wrote: Hi, does the more like this search uses terms positions information in the score formula ? no, it would be nice if it did use them though (base

Re: More like this and terms positions

2010-10-04 Thread Robert Muir
On Mon, Oct 4, 2010 at 10:16 AM, Xavier Schepler < xavier.schep...@sciences-po.fr> wrote: > Hi, > > does the more like this search uses terms positions information in the > score formula ? > no, it would be nice if it did use them though (based upon query terms), seem

More like this and terms positions

2010-10-04 Thread Xavier Schepler
Hi, does the more like this search uses terms positions information in the score formula ?

SOLR-788 - disributed More Like This

2010-08-12 Thread Shawn Heisey
I tried some time ago to use SOLR-788. Ultimately I was able to get both patch versions to apply (separately), but neither worked. The suggestion I received when I commented on the issue was to download the specific release mentioned in the patch and then update, but the patch was created be

  1   2   >