C# Class Lucene.Net.QueryParsers.Surround.Query.SrndTruncQuery

Query that matches wildcards
Inheritance: SimpleTerm
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
SrndTruncQuery ( string truncated, char unlimited, char mask ) : Lucene.Net.Index
ToStringUnquoted ( ) : string
VisitMatchingTerms ( IndexReader reader, string fieldName, SimpleTerm mtv ) : void

Protected Methods

Method Description
AppendRegExpForChar ( char c, StringBuilder re ) : void
MatchingChar ( char c ) : bool
TruncatedToPrefixAndPattern ( ) : void

Method Details

AppendRegExpForChar() protected method

protected AppendRegExpForChar ( char c, StringBuilder re ) : void
c char
re StringBuilder
return void

MatchingChar() protected method

protected MatchingChar ( char c ) : bool
c char
return bool

SrndTruncQuery() public method

public SrndTruncQuery ( string truncated, char unlimited, char mask ) : Lucene.Net.Index
truncated string
unlimited char
mask char
return Lucene.Net.Index

ToStringUnquoted() public method

public ToStringUnquoted ( ) : string
return string

TruncatedToPrefixAndPattern() protected method

protected TruncatedToPrefixAndPattern ( ) : void
return void

VisitMatchingTerms() public method

public VisitMatchingTerms ( IndexReader reader, string fieldName, SimpleTerm mtv ) : void
reader Lucene.Net.Index.IndexReader
fieldName string
mtv SimpleTerm
return void