LinkedInAttic / indextank-engine

Indexing engine for IndexTank
http://indextank.com/
Apache License 2.0
846 stars 110 forks source link

Support for Multiple-Valued Categories #19

Closed bencrouse closed 2 years ago

bencrouse commented 12 years ago

I'd love to see support for multiple category values for a document. This would be great for use cases like tags, multiple colors/sizes on products, etc. I found it surprising that this isn't supported (everything else is so great). It ends up being a show-stopper for me.

iladriano commented 12 years ago

+1

iperez commented 12 years ago

There was a technical reason for that. Take a look at the DynamicDataManager class and its DynamicData subclass. The categories data's representation was meant to optimize resources (keeping the category value for each category for each document in bitmaps). You could implement a work around that but at the cost of having a much larger memory footprint for the same amount of data.