Overwrite this method, if you like to receive the already prefix encoded range bounds.
You can directly build classical (inclusive) range queries from them.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual void AddRange( string minPrefixCoded, string maxPrefixCoded ) |
Visual Basic |
---|
Public Overridable Sub AddRange ( _ minPrefixCoded As String, _ maxPrefixCoded As String _ ) |
Visual C++ |
---|
public: virtual void AddRange( String^ minPrefixCoded, String^ maxPrefixCoded ) |
Parameters
- minPrefixCoded
- Type: System..::..String
[Missing <param name="minPrefixCoded"/> documentation for "M:Lucene.Net.Util.NumericUtils.LongRangeBuilder.AddRange(System.String,System.String)"]
- maxPrefixCoded
- Type: System..::..String
[Missing <param name="maxPrefixCoded"/> documentation for "M:Lucene.Net.Util.NumericUtils.LongRangeBuilder.AddRange(System.String,System.String)"]