=== 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
e that this was possible.
On Wed, Jul 9, 2014 at 12:07 PM, Erik Hatcher
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
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
includ