including "time" as a factor in relevance?

2006-07-15 Thread WHIRLYCOTT
I need to have my search result relevance influenced by time. Older things in my index are less relevant than newer things. I don't want to do a strict sort by date. Is this supported somehow by using a dismax request handler? Or if you have other hints, I'm eager to know what they are.

Re: including "time" as a factor in relevance?

2006-07-15 Thread Brent Verner
[2006-07-15 14:06] WHIRLYCOTT said: | I need to have my search result relevance influenced by time. Older | things in my index are less relevant than newer things. I don't want | to do a strict sort by date. Is this supported somehow by using a | dismax request handler? Or if you have oth

Re: including "time" as a factor in relevance?

2006-07-15 Thread Yonik Seeley
On 7/15/06, WHIRLYCOTT <[EMAIL PROTECTED]> wrote: I need to have my search result relevance influenced by time. Older things in my index are less relevant than newer things. I don't want to do a strict sort by date. Is this supported somehow by using a dismax request handler? Or if you have o

RE: client code for searching?

2006-07-15 Thread Darren Vengroff
I've been meaning to write some companion code to do searching. I haven't needed to search from Java yet, so I haven't written it. Expect it in a few weeks given my current schedule. -D -Original Message- From: Brian Lucas [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 12:10 PM

Solr has integrated highlighting

2006-07-15 Thread Yonik Seeley
Those who aren't subscribed to solr-dev may be interested to know that the lucene highlighter has been integrated into Solr, for both the standard request handler, and the dismax handler. See the highlight, highlightFields, and maxSnippets params documented here: http://wiki.apache.org/solr/Stand

Re: client code for searching?

2006-07-15 Thread WHIRLYCOTT
I added my code to jira in case anybody's interested. https://issues.apache.org/jira/browse/SOLR-30 phil. On Jul 15, 2006, at 5:11 PM, Darren Vengroff wrote: I've been meaning to write some companion code to do searching. I haven't needed to search from Java yet, so I haven't writte