Hello,
> a user on forums is posting about an HQL like
> "delete from product where id = 4"
> which - in case of Hibernate Search - is not going to remove the
> relevant document from the index.
>
> Another interesting case would be
> "delete from product"
>
> Any thoughts about this? Should we
Hello,
a user on forums is posting about an HQL like
"delete from product where id = 4"
which - in case of Hibernate Search - is not going to remove the
relevant document from the index.
Another interesting case would be
"delete from product"
Any thoughts about this? Should we always use API when
Hello Amin,
Looks good. A few omments
- please don't update the rest of the files. Your patch is gigantic
and it's hard to see what you have really changed vs what has been
beautified by your editor.
- I would not emphasize providedId so much as it's a very obscure
feature at the moment.