X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=Rakka%2FStorage%2FImpl.hs;h=3b48f0c10150c50c5550664cd5d9c47df81669ed;hp=1908b48165f380c1fd29b56e8772e9945ad2c7d7;hb=23977989ef4be7316b1c2c3f709ca1e8e6bb7f84;hpb=b444493e17ad49d60464bb5cf02898bd9198af3c diff --git a/Rakka/Storage/Impl.hs b/Rakka/Storage/Impl.hs index 1908b48..3b48f0c 100644 --- a/Rakka/Storage/Impl.hs +++ b/Rakka/Storage/Impl.hs @@ -131,6 +131,7 @@ openIndex indexDir revFile $ removeFile revFile Right index <- openDatabase indexDir (Writer [Create []]) + addAttrIndex index "@type" StrIndex addAttrIndex index "@uri" SeqIndex addAttrIndex index "rakka:revision" SeqIndex noticeM logger ("Created an H.E. index on " ++ indexDir)