Hi List

I have a pretty big app in the works, and in short it will need to index a lot of items, with with some core attributes, and hundreds of optional attributes for each item.

The app then needs to be able to make queries like
'find all items with attributes attribute_1=yes, attribute_5=10, attribute_8 > 50, attribute_12 != green'
etc.

I need exact counts, no approximations.

I could do this using a regular database like mysql, but I know it will become rather slow at about 4-500k items with a 100 or so attributes each.

My question is, would Solr be able to handle this better? I was thinking perhaps I could use the facetted searches for this?

Thanks
Alec

Reply via email to