I get my item with the quer "select * from mynamespace:item where mynamespace:title = 'nould' " the title is unique.
ok, I get my item, I update for example the title for this item and I save the session, the new value of title is 'nould1'. I do the same query, with new tilte, the new query is : "select * from mynamespace:item where mynamespace:title = 'nould1' " the query for that item does not return anymore? If I check with XPath qury, I got the item. I think the problem is the re-index of this item. can anyone tell me why? --- En date de : Lun 2.3.09, Marcel Reutegger <[email protected]> a écrit : De: Marcel Reutegger <[email protected]> Objet: Re: custom indexing for jackrabbit À: [email protected], [email protected] Date: Lundi 2 Mars 2009, 13h43 Hi, On Mon, Mar 2, 2009 at 12:52, neman ould sidahmed <[email protected]> wrote: > The problem is if I update my item, I lose the item, why? what exactly does that mean? do you mean a query for that item does not return it anymore? are there any exceptions that are thrown? If you do a query, how does the query look like? regards marcel
