Sam,

Ok, sounds like if arXiv needs something that we'll need to propose a hack 
first and wait for fixing it the right way at another time.  Is that what I'm 
hearing?


------------------------------------------
Peter Halliday
Cornell University Library IT
Repositories Group
[email protected]<mailto:[email protected]>
(Phone:) 607-255-1790
(Cell:) 607-329-6905






On Mar 26, 2012, at 2:24 PM, Samuele Kaplun wrote:

Hi!

In data lunedì, 26 marzo 2012 13.22:24, Roman Chyla ha scritto:
+1 for decoupling the indexes

this was also proposed since long time in the derived logical fields idea:

(it's still on Savannah!)

<https://savannah.cern.ch/task/?7572>

The HoldingPen branch has done something along these lines, the
PinkTable adds the ability to process records one by one (the indexes
must be created before, but that could be API'ed as well) - the
interface is exposed via PinkElephant

pe = PinkElephant()
while x in range(100):
  pe.index(pe.get_record(x))
pe.commit()

https://github.com/romanchyla/invenio/blob/pink-elephant/modules/pinkelephan
t/lib/pink_elephant.py

What is PinkElephant? Were can we find more info about it?

Cheers!
Sam
--
Samuele Kaplun
Invenio Developer ** <http://invenio-software.org/>


Reply via email to