Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.44 KB

File metadata and controls

34 lines (27 loc) · 1.44 KB
Error in user YAML: Alias parsing is not enabled.
---
uid: Lucene.Net.Sandbox.Queries
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.