RE: Array as Lucene Field

2016-10-10 Thread ASKozitsin
Oh, my fault! Thanks, Uwe! Alexander -- View this message in context: http://lucene.472066.n3.nabble.com/Array-as-Lucene-Field-tp4300445p4300597.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

RE: Array as Lucene Field

2016-10-10 Thread Uwe Schindler
remen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: ASKozitsin [mailto:askozit...@gmail.com] > Sent: Monday, October 10, 2016 1:48 PM > To: java-user@lucene.apache.org > Subject: RE: Array as Lucene Field > > Thanks for quick response! >

RE: Array as Lucene Field

2016-10-10 Thread ASKozitsin
Thanks for quick response! Several NumericFields is a bit complicated, because I do not know how many values might be in array. -- View this message in context: http://lucene.472066.n3.nabble.com/Array-as-Lucene-Field-tp4300445p4300451.html Sent from the Lucene - Java Users mailing list archiv

RE: Array as Lucene Field

2016-10-10 Thread Uwe Schindler
ber 10, 2016 1:28 PM > To: java-user@lucene.apache.org > Subject: RE: Array as Lucene Field > > Hi, > > You can add multiple values as NumericFields (Lucene 5.x) or PointValues > (Lucene 6+). Just create a separate field instance and all all of them. The > same applies

RE: Array as Lucene Field

2016-10-10 Thread Uwe Schindler
Hi, You can add multiple values as NumericFields (Lucene 5.x) or PointValues (Lucene 6+). Just create a separate field instance and all all of them. The same applies for all field types. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de