On Wed, Oct 21, 2015 at 3:13 AM, Christian GrĂ¼n christian.gruen@gmail.com wrote:
By giving 6G of RAM to the JVM I succeeded in building the full-text index,
Good news!
but it doesn't seem to be making any difference in query time.
Did you check the "query info" (either in the corresponding panel in the GUI, or by using -V)? If it doesn't show the info "applying full-text index", the index isn't utilized [1].
Thanks for the suggestion. The full-text index is apparently not being used. I checked the query info using both the -V flag and in the GUI. Yet the GUI shows the full-text entry stats under Database -> Properties -> Full-Text (tab).
Is there anything else I should try by way of debugging?
Thanks, Chuck
Christian