Re: grouped clause search in dismax

2007-10-20 Thread Chris Hostetter
: Say I have a product called "SUPERBOT" and I want the text "I love SUPERBOT" : to match the product SUPERBOT pretty high. The issue you're having is that by default, a document won't match a dismax query unless all of the words in the query string match on at least one of the "qf" fields ...

grouped clause search in dismax

2007-10-20 Thread Brian Whitman
I have a dismax handler to match product names found in free text that looks like: explicit 0.01 name^5 nec_name^3 ne_name * 100 *:* name is type string, nec_name and ne_name are special types that do domain-specif

Re: [jira] Commented: (SOLR-380) There's no way to convert search results into page-level hits of a "structured document".

2007-10-20 Thread Erick Erickson
As it happens, I put together an app that indexes books and wrestled with this issue. NOTE: this was NOT solr, just straight Lucene but I think my experience may apply. Also, I haven't followed this entire thread, so I may be irrelevant... First, the question of spanning across pages certainly was

Re: GET_SCORES flag in SolrIndexSearcher

2007-10-20 Thread Yonik Seeley
On 10/19/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > (it doesn't matter that parseSort > returns null when the sort string is just "score" ... SolrIndexSearcher > recognizes a null Sort as being the default sort by score) Yep... FYI, I did this early on specifically because "no sort" and "sco

type ahead - suggest words with facet.prefix, but with original case (or another solution?)

2007-10-20 Thread Martin Grotzke
Hello, I'm just thinking about a solution for a type ahead functionality that shall suggest terms that the user can search for, and that displays how many docs are "behind" that search (like google suggest). When I use facet.prefix and facet.field=text, where text is my catchall field (and defaul