Re: Storing fields without term positions

2006-09-18 Thread mark harwood
g the position info. - Original Message From: "Nentwig, Timo" <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, 18 September, 2006 8:44:49 AM Subject: RE: Storing fields without term positions > Hi everybody, > > is it possible to store fields with

RE: Storing fields without term positions

2006-09-18 Thread Nentwig, Timo
> Hi everybody, > > is it possible to store fields without term position (the > .prx file) data? We store sort of custom data in the field > and use it as some sort of a filter for queries, so we just > don't need any term position data and it bloats the index' > size nearly by factor 3. Does