Re: Search MoreLikeThis ID into another collations

2013-05-15 Thread SweetEmerald
Thank you very much for your answers!! As I said earlier, I am new in Solr and I would like to know if there is any way to get the list of terms in the document with that ID. I found that I can add the parameters facet = true and facet.field = TITLE to return all terms ordered by frequency rather.

Re: Search MoreLikeThis ID into another collations

2013-05-14 Thread Jack Krupansky
ry for the other collection. -- Jack Krupansky -Original Message- From: Walter Underwood Sent: Tuesday, May 14, 2013 8:44 PM To: solr-user@lucene.apache.org Subject: Re: Search MoreLikeThis ID into another collations I know this can be done, because I did it in Ultraseek. It was the firs

Re: Search MoreLikeThis ID into another collations

2013-05-14 Thread Walter Underwood
I know this can be done, because I did it in Ultraseek. It was the first feature I wrote, probably around 1997. Take the most significant terms from the document and turn them into a query. You can use the tf-idf scores of the terms as weights. I tested my queries (without weights) from Ultrase

Re: Search MoreLikeThis ID into another collations

2013-05-14 Thread Jack Krupansky
Do you mean pointing to a document in one collection and retrieving documents from another collection that are similar to the first document? Not that I know of. Sounds like a reasonable Jira request. But... the too collections would need to be fairly similar overall themselves, because the c