Assuming you mean significant in the traditional IR sense, I would
start with the MoreLikeThis. See http://wiki.apache.org/solr/MoreLikeThisHandler
In particular the mlt.interestingTerms option.
As for phrases, that is a bit harder. You could try playing around
with token-based n-grams (
Humm, I am new to the world of search
I am looking for something that will give me a list of significant words or
phrases extracted from a document stored in solr.
Jack
On Fri, Aug 8, 2008 at 9:33 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> See https://issues.apache.org/jira/browse/SOLR-65
See https://issues.apache.org/jira/browse/SOLR-651. I've got some of
this coded up and hope to have a patch soon.
Or, do you mean, is there a way to get the terms the MLT uses to
generate the new query?
On Aug 5, 2008, at 8:41 PM, Jack Tuhman wrote:
Hi all,
is there a way to get key ter
: is there a way to get key terms from an item? If each item has an id, can I
: pass that ID to a search and get back the key terms like you can with the
: mlt filter.
as long as your id field is searchable, and if you are talking about your
uniqueKey field then it has to be, absolutely.
-Ho
Hi all,
is there a way to get key terms from an item? If each item has an id, can I
pass that ID to a search and get back the key terms like you can with the
mlt filter.
Does this make sense?
Jack
quot;Yonik Seeley" <[EMAIL PROTECTED]>
Objet: Re: Index term list - using facets ?
Date: ven 15 sep 2006 16:29
Taille: 932 octets
A:solr-user@lucene.apache.org
On 9/15/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On 9/15/06, Paul Terray <[EMAIL PROTECTED]> wrote:
> >
On 9/15/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 9/15/06, Paul Terray <[EMAIL PROTECTED]> wrote:
> I think I am close to have a list of index terms, using facet searching.
> However, I still have a question: I would like to limit the terms to a
> query. My goal is to do a simple google sugg
On 9/15/06, Paul Terray <[EMAIL PROTECTED]> wrote:
I think I am close to have a list of index terms, using facet searching.
However, I still have a question: I would like to limit the terms to a
query. My goal is to do a simple google suggest type of search (with just
one term), so I have to limi
Hi,
I think I am close to have a list of index terms, using facet searching.
However, I still have a question: I would like to limit the terms to a
query. My goal is to do a simple google suggest type of search (with just
one term), so I have to limit the terms to the first letters typed. Of
co