Hi, The possibility is that all items in this field could be unique. Let me clarify. The main Solr index is a for a list of products. Some products belong to catalogues. So, the consideration is to add a multi-valued field to put the id of the catalogue in each product as a multi-valued field to be used as a filter.
-- Aravind Jason Rutherglen-2 wrote: > > Your term dictionary will grow somewhat, which means the term > index could consume more memory. Because the term dictionary has > grown there could be less performance in looking up terms but > that is unlikely to affect your application. How many unique > terms will there be? > > On Mon, Aug 17, 2009 at 3:50 PM, Arv<aravind.na...@vsc.ph> wrote: >> >> All, >> We are considering some new changes to our Solr schema to better support >> some new functionality for our application. To that extent, we want to >> add >> an additional field that is multi-valued, but will contain a large number >> of >> values per document. Potentially up to 2000 values on this field per >> document. >> >> Questions: >> - Is this wise? >> - Though we will not be faceting on this field, are there any >> implications >> for performance? >> - I understand that the XML in/out will be large, and we may need to stop >> this field being sent back on every query, as this field is essentially >> used >> as a filter only. >> >> The reason I am asking is that our instance of Solr currently works >> wonderfully and is very fast, and I am wary of doing anything that will >> affect this. So, any pointer on design here will help. >> >> -- Aravind >> >> -- >> View this message in context: >> http://www.nabble.com/Maximum-number-of-values-in-a-multi-valued-field.-tp25015685p25015685.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Maximum-number-of-values-in-a-multi-valued-field.-tp25015685p25015945.html Sent from the Solr - User mailing list archive at Nabble.com.