Re: DocValues without re-index?

2014-07-22 Thread Mikhail Khludnev
Michael, What's first re-indexing? I'm sure you are aware about binary/number DocValues updates, but it works for existing column strides. I can guess you are talking about something like sidecar index http://www.youtube.com/watch?v=9h3ax5Wmxpk On Tue, Jul 22, 2014 at 6:50 AM, Michael Ryan

RE: DocValues without re-index?

2014-07-22 Thread Michael Ryan
To: solr-user Subject: Re: DocValues without re-index? Michael, What's first re-indexing? I'm sure you are aware about binary/number DocValues updates, but it works for existing column strides. I can guess you are talking about something like sidecar index http://www.youtube.com/watch?v=9h3ax5Wmxpk

Re: DocValues without re-index?

2014-07-22 Thread Shawn Heisey
On 7/22/2014 6:14 AM, Michael Ryan wrote: I mean re-adding all of the documents in my index. The DocValues wiki page says that this is necessary, but I wanted to know if there was a way around it. If your index meets the strict criteria for Atomic Updates, you could update all the documents

DocValues without re-index?

2014-07-21 Thread Michael Ryan
Is it possible to use DocValues on an existing index without first re-indexing? -Michael