Class SrndPrefixQuery
Query that matches string prefixes
Inheritance
System.Object
SrndPrefixQuery
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class SrndPrefixQuery : SimpleTerm, IDistanceSubQuery, IComparable<SimpleTerm>
Constructors
|
Improve this Doc
View Source
SrndPrefixQuery(String, Boolean, Char)
Declaration
public SrndPrefixQuery(string prefix, bool quoted, char truncator)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.Boolean |
quoted |
|
System.Char |
truncator |
|
Properties
|
Improve this Doc
View Source
Prefix
Declaration
public virtual string Prefix { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SuffixOperator
Declaration
public virtual char SuffixOperator { get; }
Property Value
Type |
Description |
System.Char |
|
Methods
|
Improve this Doc
View Source
GetLucenePrefixTerm(String)
Declaration
public virtual Term GetLucenePrefixTerm(string fieldName)
Parameters
Type |
Name |
Description |
System.String |
fieldName |
|
Returns
Type |
Description |
Lucene.Net.Index.Term |
|
|
Improve this Doc
View Source
SuffixToString(StringBuilder)
Declaration
protected override void SuffixToString(StringBuilder r)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
r |
|
Overrides
|
Improve this Doc
View Source
ToStringUnquoted()
Declaration
public override string ToStringUnquoted()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
VisitMatchingTerms(IndexReader, String, SimpleTerm.IMatchingTermVisitor)
Declaration
public override void VisitMatchingTerms(IndexReader reader, string fieldName, SimpleTerm.IMatchingTermVisitor mtv)
Parameters
Overrides
Implements
System.IComparable<T>