You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create one file for each item in a collection?
I have a large document with alot of items that ends up beeing a realy large collection.
Would be nice with something like
@Document("MyDocument"+id)
The text was updated successfully, but these errors were encountered:
You need some pagination, interesting idea, I am totally out of bandwidth, if you have time to raise a PR I would be happy to review it and incorporate it if its stable.
I tried to extend the code with the feature to create one file for each item in a collection. But it was too extensive, so I ended up making a simpler solution here -> https://github.com/filelize/filelize-java
Is it possible to create one file for each item in a collection?
I have a large document with alot of items that ends up beeing a realy large collection.
Would be nice with something like
@Document("MyDocument"+id)
The text was updated successfully, but these errors were encountered: