* Can we define a field in our schema as multiValued (with stored=false,
indexed=true) that will hold upto 42K zipcode values associated to each
document?
* Is there any query time performance impact with this.
* Is there any impact on index time.

The number of documents we are talking here is not more than 100 right now.
There is no requirement to facet or highlight or even show this field in the
search results. We only want to enable zipcode searches that would return
matching docs.

Thanks,

Reply via email to