Re: LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
Hi Wunder, Yes I can reload the documents it takes max 2-3 hours. I have never used the update request proccessor but I will check it on the Solr Wiki. Thanks your help Cheers, Roland 2015. okt. 21. dátummal, 17:25 időpontban Walter Underwood írta: > Can you reload all the content? > > I

Re: LIX readability index calculation by solr

2015-10-21 Thread Walter Underwood
Can you reload all the content? If so, I would calculate this in an update request processor and put the result in its own field. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 21, 2015, at 2:53 AM, Roland Szűcs wrote: > > Thank Toke your qu

Re: LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
Thank Toke your quick response. All your suggestions seem to be very good idea. I found the capital letters also strange because of the names, places so I will skip this part as I do not need an absolute measure just a ranked order among my documents, cheers, Roland 2015. okt. 21. dátummal,

Re: LIX readability index calculation by solr

2015-10-21 Thread Toke Eskildsen
Roland Szűcs wrote: > My use case is that I have to calculate the LIX readability index for my > documents. [...] > *B* = Number of periods (defined by period, colon or capital first letter) [...] > Does anybody have idea how to get the number of "periods"? As the positions does not matter, you c

LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
Hi all, My use case is that I have to calculate the LIX readability index for my documents. *LIX = A/B + (C x 100)/A*, where *A* = Number of words *B* = Number of periods (defined by period, colon or capital first letter) *C* = Number of long words (More than 6 letters) A can easily be done if