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.
[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
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
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
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
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