Class SrndTruncQuery
Query that matches wildcards
Inherited Members
Namespace: Lucene.Net.QueryParsers.Surround.Query
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class SrndTruncQuery : SimpleTerm, IDistanceSubQuery, IComparable<SimpleTerm>
Constructors
SrndTruncQuery(string, char, char)
Query that matches wildcards
Declaration
public SrndTruncQuery(string truncated, char unlimited, char mask)
Parameters
Type | Name | Description |
---|---|---|
string | truncated | |
char | unlimited | |
char | mask |
SrndTruncQuery(string, char, char, bool)
Query that matches wildcards
Declaration
protected SrndTruncQuery(string truncated, char unlimited, char mask, bool quoted)
Parameters
Type | Name | Description |
---|---|---|
string | truncated | |
char | unlimited | |
char | mask | |
bool | quoted |
Properties
Truncated
Query that matches wildcards
Declaration
public virtual string Truncated { get; }
Property Value
Type | Description |
---|---|
string |
Methods
AppendRegExpForChar(char, StringBuilder)
Query that matches wildcards
Declaration
protected virtual void AppendRegExpForChar(char c, StringBuilder re)
Parameters
Type | Name | Description |
---|---|---|
char | c | |
StringBuilder | re |
MatchingChar(char)
Query that matches wildcards
Declaration
protected virtual bool MatchingChar(char c)
Parameters
Type | Name | Description |
---|---|---|
char | c |
Returns
Type | Description |
---|---|
bool |
ToStringUnquoted()
Query that matches wildcards
Declaration
public override string ToStringUnquoted()
Returns
Type | Description |
---|---|
string |
Overrides
TruncatedToPrefixAndPattern()
Query that matches wildcards
Declaration
protected virtual void TruncatedToPrefixAndPattern()
VisitMatchingTerms(IndexReader, string, IMatchingTermVisitor)
Query that matches wildcards
Declaration
public override void VisitMatchingTerms(IndexReader reader, string fieldName, SimpleTerm.IMatchingTermVisitor mtv)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader | |
string | fieldName | |
SimpleTerm.IMatchingTermVisitor | mtv |