org.mtzky.lucene
インタフェース LuceneIndexSearcherRequest

既知の実装クラスの一覧:
AbstractIndexSearcherRequest, FluentIndexSearcherRequest

public interface LuceneIndexSearcherRequest

作成者:
mtzky
関連項目:
LuceneIndexSearcher.find(LuceneIndexSearcherRequest)

フィールドの概要
static int DEFAULT_LIMIT
           Default limit: 10 hits
static Query DEFAULT_QUERY
           Default Query: MatchAllDocsQuery
 
メソッドの概要
 Filter getFilter()
           
 int getLimit()
           
 int getOffset()
           
 Query getQuery()
           
 Sort getSort()
           
 

フィールドの詳細

DEFAULT_QUERY

static final Query DEFAULT_QUERY

Default Query: MatchAllDocsQuery


DEFAULT_LIMIT

static final int DEFAULT_LIMIT

Default limit: 10 hits

関連項目:
定数フィールド値
メソッドの詳細

getQuery

Query getQuery()
戻り値:
Query, or MatchAllDocsQuery if undefined.
関連項目:
DEFAULT_QUERY

getFilter

Filter getFilter()
戻り値:
Filter

getLimit

int getLimit()
戻り値:
limit, or 10 if undefined.
関連項目:
DEFAULT_LIMIT

getOffset

int getOffset()
戻り値:
offset, or 0 if undefined.

getSort

Sort getSort()
戻り値:
Sort, or null if empty.


Copyright (C) 2010-2011 Mtzky. AllRights Reserved.