Hi Petr,
can you please provide the source code to your test case that allows us to
reproduce the behaviour? Thanks
regards
marcel
Petr Pytelka wrote:
Hi all,
I'm testing performance of Jackrabbit and found one issue.
Test case:
1. Insert N items
2. Search each of inserted items (using Query)
3. Drop inserted item
When N is lower then aprox.1000 items every thinks works fine. But when
N is higher then aprox. 1000 items Jackrabbit (Lucene) some how "lost"
indexes and I'm not able to find required item (usualy I'm able to find
first 300 items).
If I delete index directory and re-run search, Jackrabbit build new
indexes during startup and I'm able to find all items.
Lucene: version 1.4.3
DB-backend: Derby
Any idea where can be problem ?
Thanks a lot, Petr Pytelka