Re: subindex

2013-09-08 Thread Peyman Faratin
Hi Erick it makes sense. Thank you for this. peyman On Sep 5, 2013, at 4:11 PM, Erick Erickson wrote: > Nope. You can do this if you've stored _all_ the fields (with the exception > of > _version_ and the destinations of copyField directives). But there's no way > I > know of to do what you w

Re: subindex

2013-09-05 Thread Erick Erickson
Nope. You can do this if you've stored _all_ the fields (with the exception of _version_ and the destinations of copyField directives). But there's no way I know of to do what you want if you haven't. If you have, you'd be essentially spinning through all your docs and re-indexing just the fields

subindex

2013-09-04 Thread Peyman Faratin
Hi Is there a way to build a new (smaller) index from an existing (larger) index where the smaller index contains a subset of the fields of the larger index? thank you