-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
First, i want congratulate with you for your work.
I'm new to Lucene but for some requirements I must use it.
Trying your GaeDirectory, I noticed there are much calls to the datastore, as I see too in the tool Trace .
But I state that I do not use it to index directly Documents (as i seen in the web, unless the big frameworks like Hibernate Search). When there is the need i use a mapper that converts the entity in an opportune Document.
There is a way to "buffering" the calls to the datastore to speed up the operations with Lucene? Or are there technological limitations that can not be exceeded?
Would you have advice for me?