[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-289?pag...
]
Sanne Grinovero commented on HSEARCH-289:
-----------------------------------------
the Lucene DocIdSetIterator looks like perfect to build a highly efficient version of
ChainedFilter:
it's possible to not iterate on the whole BitSet for all filters but only on the
needed parts, meaning the filters are not going to
be asked for all values but only about those not already discarded by other filters.
This means that having the most expensive (performance wise) Filters last will be better
than having them applied first (or the most restrictive first too), we should consider a
way to track the order of declared filters.
Check new Lucene Filter DocIdSet
--------------------------------
Key: HSEARCH-289
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-289
Project: Hibernate Search
Issue Type: Task
Reporter: Emmanuel Bernard
Assignee: Sanne Grinovero
Fix For: 3.1.0.CR1
This might affect the internal code, the documentation and the book.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira