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

Array as Lucene Field

2016-10-10 Thread Alexander Kozitsin
Hi everyone! I've faced a problem and had no idea how to resolve it. So, I've got a directory with documents. Each document might contain array of doubles. However, Lucene does not support arrays. What I need is to have an ability to sort documents by this field, search values (with support of ba

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
...@thetaphi.de > -Original Message- > From: Alexander Kozitsin [mailto:askozit...@gmail.com] > Sent: Monday, October 10, 2016 12:43 PM > To: java-user@lucene.apache.org > Subject: Array as Lucene Field > > Hi everyone! > > I've faced a problem and had no idea how to

Array as Lucene Field

2016-10-10 Thread Alexander Kozitsin
Hi everyone! I've faced a problem and had no idea how to resolve it. So, I've got a directory with documents. Each document might contain array of doubles. However, Lucene does not support arrays. What I need is to have an ability to sort documents by this field, search values (with support of ba