Added
storedparameter onTextField,StringField, andNumericFieldconstructors (defaults totrue, preserving existing behaviour).StoredFieldclass for stored-only values without indexing.
Fixed
PrefixQueryandWildcardQueryused as sub-clauses inside aBooleanQuerynow return results correctly. TheExecuteSubQuerydispatch switch was missing cases for both query types, causing all intersections to silently return empty results.SearcherManagerbackground-refresh test was susceptible to a race condition when using the default 1-second refresh interval; test now uses a 5-minute interval to keep the background loop dormant during assertions.