pombreda / djapian

Automatically exported from code.google.com/p/djapian
Other
0 stars 0 forks source link

CompositeIndexer does not support collapsing by a [common] tag. #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The initial commit of collapsing feature was not aware of composite indexers. 
This should be fixed.

There is a requirement for collapsing by a tag in a composite indexer: all 
indexer should have the collapsing tag (existance), and tag's number must be 
the same for all indexers.

Initially I'm going to implement a conformance check only. Then we will have to 
decide how to do that more user-friendly.

Original issue reported on code.google.com by esizi...@gmail.com on 23 Feb 2011 at 12:32

GoogleCodeExporter commented 9 years ago
In r378 the `tag_index' method has been added to the `CompositeIndexer' class, 
which makes it compatible with collapsing functionality.

Original comment by esizi...@gmail.com on 2 Mar 2011 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by esizi...@gmail.com on 21 Oct 2011 at 6:18