-
Feature Request
-
Resolution: Done
-
Blocker
-
3.0.0.Alpha2
-
None
Full-text search queries current return no rows because indexing the full-text-searchable content takes a significant amount of extra time. In fact, it is the analyzing of the content by Lucene that takes so much time. And so this extra expense has a big impact on performance of all save operations, since nearly all content is full-text searchable by default (the 'nofulltext' attribute on property definitions defaults to enabling full-text search for properties).
The indexing of full-text search content should be re-enabled, but full-text searching in a ModeShape repository should be configurable and disabled by default. Most of the tests can continue to run with the default mode, but the TCK tests should run against repositories configured with full-text search enabled.