Re: Term Vector and Optimization

2015-06-24 Thread Upayavira
On Wed, Jun 24, 2015, at 10:51 PM, sudeepgarg wrote: > I would like to ask that after merging with old segments which was > generated > with term vectors=true this won't cause any trouble i.e. index corruption > or > index mismatch. and new segments will be merge with old segments > irrespectiv

Re: Term Vector and Optimization

2015-06-24 Thread sudeepgarg
I would like to ask that after merging with old segments which was generated with term vectors=true this won't cause any trouble i.e. index corruption or index mismatch. and new segments will be merge with old segments irrespective we have disable the term feature or not. And we are fine with thi

Re: Term Vector and Optimization

2015-06-24 Thread Upayavira
On Wed, Jun 24, 2015, at 08:41 PM, sudeepgarg wrote: > Hi, > > can someone help me in this regard? What additional help do you need? Upayavira

Re: Term Vector and Optimization

2015-06-24 Thread sudeepgarg
Hi, can someone help me in this regard? Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Term-Vector-and-Optimization-tp4213647p4213732.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Term Vector and Optimization

2015-06-24 Thread sudeepgarg
as i understood that after merging with old segments which was generated with term vectors=true this won't cause any trouble i.e. index corruption or index mismatch. and new segments will be merge with old segments irrespective we have disable the term feature or not. And we are fine with this that

Re: Term Vector and Optimization

2015-06-24 Thread Upayavira
On Wed, Jun 24, 2015, at 03:27 PM, Upayavira wrote: > > > On Wed, Jun 24, 2015, at 02:50 PM, sudeep kumar wrote: > > I want to know what is impact to disable term vector to existing > > production environment, I mean how new segments create and how old > > segments will merge with new segments

Re: Term Vector and Optimization

2015-06-24 Thread Upayavira
On Wed, Jun 24, 2015, at 02:50 PM, sudeep kumar wrote: > I want to know what is impact to disable term vector to existing > production environment, I mean how new segments create and how old > segments will merge with new segments because before this term vector was > enable. > > I have one more