LuceneQuery.iterate() should be optimized

Bug #670933 reported by Vesa Marttila
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Medium
Vesa Marttila

Bug Description

LuceneQuery.iterate() currently just returns a new IteratorAdapter<Document> which
wraps LuceneQuery.list().iterator(). This operation is too expensive.

It would also make sense for LuceneQuery.list() to internally use LuceneQuery.iterate().

Changed in querydsl:
assignee: nobody → Vesa Marttila (ponzao)
importance: Undecided → Medium
Changed in querydsl:
status: New → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.0.4

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.