Hi,
Sorry for the delay but here is the answer.
The index created is this one following (code from the ravendb tool to
explore the database) :
docs.TagDocuments
.Select(tag => new {Id = ((long)tag.__document_id)})
On the bottom of the screen is written :
4 errors with an hyperlink and when i follow the link :
Cannot convert from string to long
4/20/2012 5:5734 AM
tagdocuments/2
(this is repeated again 3 times for the 3 others documents)
If I remove the cast to long is the index, it works fine but the index
is recreated with the cast as i start my application with the
AbstractIndexCreationTask.
Best regards,
Julien
On Apr 17, 10:14 am, "Oren Eini (Ayende Rahien)" <
aye...@ayende.com>
wrote: