Oh sorry this could very well be!  I had to add a dep in highlighter's
build.xml on join (and also in benchmark's build.xml), but I don't run
IDEA so I'm not sure how to fix/test this ... I think if that fixes it
for you then commit away :)

Mike McCandless

http://blog.mikemccandless.com


On Sun, Nov 16, 2014 at 5:15 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> At least every time I try to run a unit test, these two imports (and
> of course the references) are undefined:
>
> import org.apache.lucene.search.join.ToChildBlockJoinQuery;
> import org.apache.lucene.search.join.ToParentBlockJoinQuery;
>
>
> If I hack
>     <orderEntry type="module" module-name="join" />
> into highlighter.iml it fixes things up. So my question is, I suppose,
> whether this is the right fix.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to