Re: Simulate doc linking via post filter cache check

2016-06-10 Thread tedsolr
The terms component will not work for me because it holds on to terms from deleted documents. My indexes are too volatile. I could perform a search for every match - but that would not perform. Maybe I need something that can compare two searches. Anyone know of an existing filter component does s

Re: Simulate doc linking via post filter cache check

2016-05-10 Thread tedsolr
Mikhail, that's an interesting idea. If a terms list could stand in for a cache that may be helpful. What I don't fully see is how the search would work. Building an explicit negative terms query with returned IDs doesn't seem possible as that list would be in the millions. To drastically speed my

Re: Simulate doc linking via post filter cache check

2016-05-10 Thread Mikhail Khludnev
The problem description is really long, you know. I'd attack the statement: > Since it's not possible to do a RDBMS like search joining the 2 > doc types, I need to run the saved search: find docs where name=Johnson, > then drop the docs that are not in a doclist. > And also, if you remove all ma