Re: Getting the shard a document lives on in resultset

2013-08-20 Thread AdamP
That was shockingly easy. Thanks so much! -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-the-shard-a-document-lives-on-in-resultset-tp4085731p4085747.html Sent from the Solr - User mailing list archive at Nabble.com.

Getting the shard a document lives on in resultset

2013-08-20 Thread AdamP
Hi, We have several shards which we're querying across using distributed search. This initial search only returns basic information to the user. When a user requests more information about a document, we do a separate query using only the uniqueID for that document. The problem is, I don't know

Highlighting using hl.q without a df field

2013-06-19 Thread AdamP
Is it possible to use the hl.q field if you’re using the extended dismax query parser and have defined the “qf” field, but not a “df” field? Here’s a sample query: q=drive&fq=cat:electronics&hl=true&hl.fl=cat,name&hl.q=drive cat:electronics. In this case I want to highlight the facet “elec