Section navigation

Added

  • stored parameter on TextFieldStringField, and NumericField constructors (defaults to true, preserving existing behaviour).
  • StoredField class for stored-only values without indexing.

Fixed

  • PrefixQuery and WildcardQuery used as sub-clauses inside a BooleanQuery now return results correctly. The ExecuteSubQuery dispatch switch was missing cases for both query types, causing all intersections to silently return empty results.
  • SearcherManager background-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.