[ANN] leila index reader 0.5.0 released

2018-03-14 Thread Riccardo Tasso
Hi, in the past year I worked on a side project which helped me both for learning lucene and for making my life easier exploring remote indexes. It is called leila, since it's inspired by luke, and it's available under Apache Licence on github: https://github.com/raymanrt/leila Leila is designed

Re: Lucene, Spark, HDFS question

2018-03-14 Thread Debasish Das
I have written spark lucene integration as part of Verizon trapezium/dal project...you can extract the data stored in hdfs indices and feed it to spark... https://github.com/Verizon/trapezium/tree/master/dal/src/test/scala/com/verizon/bda/trapezium/dal I intend to publish it as spark package as s

Re: Payload TFIDF Similarity in Lucene 7.1.0

2018-03-14 Thread Michael Sokolov
Yes that (LUCENE-7854) was what I was referring to, and you are right that it stores values as integers. This doesn't necessarily have to be a blocker; you could scale your values by some factor, I guess. On Mar 13, 2018 9:36 AM, "Erdan Genc" wrote: > @Erik: I didn't know that, how can I figure