Re: [Solr Suggester Component] Unique suggestions

2016-03-12 Thread Roland Szűcs
Hi all, I think nobody can question that this configuration parameter is neccessary. Most of the use cases need distinct values. I use solr 5.2.1 for an ebook store. I use the suggester component for autocomplete titles, authors, publishers. Some of our publishers have thousand of ebooks.

very slow frequent updates

2016-02-22 Thread Roland Szűcs
? Thank in advance -- <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> Roland Szűcs <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> Connect with me on Linkedin <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> <https://bookandwalk.hu/&

Re: LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
ou 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

Re: LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
, 11:25 időpontban Toke Eskildsen <t...@statsbiblioteket.dk> írta: > Roland Szűcs <roland.sz...@booknwalk.com> wrote: >> My use case is that I have to calculate the LIX readability index for my >> documents. > [...] >> *B* = Number of periods (defined by p

LIX readability index calculation by solr

2015-10-21 Thread Roland Szűcs
the number of "periods"? Cheers -- <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Roland Szűcs <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Connect with me on Linkedin <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> <https://

real tf-idf numbers for all the terms

2015-09-30 Thread Roland Szűcs
document frequency. Can function queries help somehow. My goal is to use document id as an input and the result set is the terms with the real tf-idf calculation. Regards, -- <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Roland Szűcs <https://www.linkedin.com/pub/roland-s

MoreLikeThisHandler with mltipli input documents

2015-09-29 Thread Roland Szűcs
more like this handler . I need the intresting terms as well and as far as I know if i use more like this as a search component it does not return with it so it is not an alternative. Thanks in advance, -- <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Roland Szűcs <https

Re: start solr 5.3.1 under windows and admmin GUI show 5.2.1 is running

2015-09-27 Thread Roland Szűcs
Thanks Shawn. I accidentally copied some files from my previous version other than my javasctipt files. You were right. Thanks , Roland Az iPhone-omról küldve 2015. szept. 26. dátummal, 19:00 időpontban Shawn Heisey írta: >> On 9/26/2015 8:31 AM, Szűcs Roland wrote: >>

autosuggest with solr.EdgeNGramFilterFactory no result found

2015-07-03 Thread Roland Szűcs
I tried to setup an autosuggest feature with multiple dictionaries for title , author and publisher fields. I used the solr.EdgeNGramFilterFactory to optimize the performance of the auto suggest. I have a document in the index with title: Romana. When I test the text analysis for auto suggest

Jquery ajax equivalent of t curl based document update

2015-06-09 Thread Roland Szűcs
Hello, I have spent more than 3 days to find out the answer but I could not. I did not find a list of parameters in the documentation that can be used in jquery AJAX to update a raw xml document. I would like to use this code template: $.ajax({ type: POST, url: url, data: data, success: