Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/Lucene.Net.Sandbox/Queries/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ summary: *content
-->

Additional queries (some may have caveats or limitations)

## Query types not included from Lucene 4.8.1

The Java Sandbox `RegexQuery` family is not included in this package because it
was superseded by `RegexpQuery` in the main Lucene search package. Use
`Lucene.Net.Search.RegexpQuery` for regular-expression queries instead.

The deprecated `SlowCollated` query types are also not included. For indexed
collation keys, use `CollationKeyAnalyzer` or `ICUCollationKeyAnalyzer` from
the analysis packages. These replacements are supported alternatives to the
old Sandbox types and avoid carrying forward APIs that were removed upstream.