Re: IndexReader doc method performance troubles

2013-05-15 Thread Ian Lea
Are the indexes on local disks? Is the same index present on all 6 servers or split or different or what? Do you see the slowdown on all servers/indexes or what? Any IO/memory/CPU problems being reported anywhere? Are you always loading the same fields with approx the same volume of data or do y

IndexReader doc method performance troubles

2013-05-14 Thread G B
Hi there, We've been having troubles with performance regarding IndexReader's * document *(int docID) method. In summary: Why would the *document