Does soft commit block on autowarming?

2014-09-24 Thread Bruce Johnson
I currently have an algorithm that needs to know whether query results are fresh up to a known point in time, and I'm using an explicit soft commit request to act as a latch point. I record the time T just before I issue a soft commit request, and when it returns, I assume that query results

Complement of {!join}

2014-07-09 Thread Bruce Johnson
=== Short-version === Is there a way to join on the complement of a query? I want the only the Solr documents for which the nested join query does not match. === Longer-version === Query-time joins with {!join} are great at modeling the SQL equivalent of patterns like this: SELECT book_name FROM

Re: Complement of {!join}

2014-07-09 Thread Bruce Johnson
that this was possible. On Wed, Jul 9, 2014 at 12:07 PM, Erik Hatcher erik.hatc...@gmail.com wrote: Maybe something like q=*:* AND NOT {!join … } would do the trick? (it’ll depend on your version of Solr for support of the {!…} more natural nested queries) Erik On Jul 9, 2014, at 11:24 AM, Bruce