SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-702
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Jaroslaw Lewandowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Non unique results when passing duplicates in CompassQuery.setSubIndexes(...)

Created: 03/Sep/08 06:09 AM   Updated: 06/Sep/08 04:57 PM
Component/s: Compass::Core
Affects Version/s: 2.0.2
Fix Version/s: 2.1.0 M3


 Description  « Hide
Java Doc of CompassQuery.setSubIndexes(String ...) says that the query will be executed only against given subindexed, but if you pass dublicates in this method the documents in the CompassHits will be duplicated as well.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 06/Sep/08 04:57 PM
Fixed, the array is now filtered for duplicates.