C# 클래스 OurUmbraco.Our.Examine.RangeSearchFilter

상속: OurUmbraco.Our.Examine.SearchFilter
파일 보기 프로젝트 열기: umbraco/OurUmbraco

공개 메소드들

메소드 설명
GetLuceneQuery ( ) : Query

Can be used to return a true LUcene query object if the string format is not good enough

RangeSearchFilter ( string fieldName, long from, long to ) : Lucene.Net.Search

Initializes a new instance of the T:System.Object class.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

GetLuceneQuery() 공개 메소드

Can be used to return a true LUcene query object if the string format is not good enough
public GetLuceneQuery ( ) : Query
리턴 Lucene.Net.Search.Query

RangeSearchFilter() 공개 메소드

Initializes a new instance of the T:System.Object class.
public RangeSearchFilter ( string fieldName, long from, long to ) : Lucene.Net.Search
fieldName string
from long
to long
리턴 Lucene.Net.Search

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string