Re: saving user actions on item in solr for later retrieval

2014-04-30 Thread Mikhail Khludnev
is there somebody from LucidWorks who can refer to Click Score Relevance Framework in LucidWorks Search? On Mon, Apr 28, 2014 at 10:48 PM, nolim wrote: > Hi, > We are using solr in production system for around ~500 users and we have > around ~1 queries per day. > Our user's search topics mo

Re: saving user actions on item in solr for later retrieval

2014-04-30 Thread nolim
Thank you, we will check it out. On Apr 29, 2014 9:28 PM, "iorixxx [via Lucene]" < ml-node+s472066n4133796...@n3.nabble.com> wrote: > Hi Nolim, > > Actually EFF is searchable. See my comments at the end of the page > > > https://cwiki.apache.org/confluence/display/solr/Working+with+External+Files

Re: saving user actions on item in solr for later retrieval

2014-04-29 Thread Ahmet Arslan
Hi Nolim, Actually EFF is searchable. See my comments at the end of the pageĀ  https://cwiki.apache.org/confluence/display/solr/Working+with+External+Files+and+Processes Ahmet On Tuesday, April 29, 2014 9:07 PM, nolim wrote: Thank you, it was interesting and I have learned some new things in

Re: saving user actions on item in solr for later retrieval

2014-04-29 Thread nolim
Thank you, it was interesting and I have learned some new things in solr :) But the "External File Field" isn't a good option because the field is unsearchable which it very important to us. We think about the first option (updating document in solr) but preforming commit only each 10 minutes - If

Re: saving user actions on item in solr for later retrieval

2014-04-28 Thread Alexandre Rafalovitch
1. might be too expensive in terms of commits and performance of refreshing the index every time. 3. Have you looked at external fields, custom components, etc. For example: http://www.slideshare.net/lucenerevolution/potter-timothy-boosting-documents-in-solr http://lucene.472066.n3.nabble.com/Comb