Re: Get the new terms of fields since last update

2014-12-05 Thread lboutros
ext: http://lucene.472066.n3.nabble.com/Get-the-new-terms-of-fields-since-last-update-tp4172755p4172832.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Get the new terms of fields since last update

2014-12-05 Thread Alexandre Rafalovitch
On 5 December 2014 at 10:21, lboutros wrote: > Alex, I will check, this seems to be a good idea. > Is it possible to filter terms with payloads in index readers ? I did not > see anything like that in my first investigation. > I suppose it would take some additional disk space. Payloads are kind

Re: Get the new terms of fields since last update

2014-12-05 Thread Sujit Pal
s the easiest way to do it. You are right. But I'm not sure that > indexing twice and update the dictionaries would be faster than the current > process. But it worth it to do some math ;) > > Ludovic. > > > > > > - > Jouve > France. > -- > View th

Re: Get the new terms of fields since last update

2014-12-05 Thread lboutros
te the dictionaries would be faster than the current process. But it worth it to do some math ;) Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-new-terms-of-fields-since-last-update-tp4172755p4172785.html Sent from the Solr - Use

Re: Get the new terms of fields since last update

2014-12-05 Thread Michael Sokolov
How about creating a new core that only holds a single week's documents, and retrieving all of its terms? Then each week, flush it and start over. -Mike On 12/05/2014 07:54 AM, lboutros wrote: Dear all, I would like to get the new terms of fields since last update (once a week).

Re: Get the new terms of fields since last update

2014-12-05 Thread Alexandre Rafalovitch
https://www.linkedin.com/groups?gid=6713853 On 5 December 2014 at 07:54, lboutros wrote: > Dear all, > > I would like to get the new terms of fields since last update (once a week). > If I retrieve some terms which were already present, it's not a problem (but > terms which did

Re: Get the new terms of fields since last update

2014-12-05 Thread Erik Hatcher
level stuff you mentioned sounds kinda scary, and maybe a simpler facility might suffice. Erik > On Dec 5, 2014, at 7:54 AM, lboutros wrote: > > Dear all, > > I would like to get the new terms of fields since last update (once a week). > If I retrieve some terms

Get the new terms of fields since last update

2014-12-05 Thread lboutros
Dear all, I would like to get the new terms of fields since last update (once a week). If I retrieve some terms which were already present, it's not a problem (but terms which did not exist before must be retrieved). Is there an easy way to do that ? I'm currently investi