A B C D E F G H I K L M N O Q R S T U V W

A

AbstractIndexSearcherRequest - org.mtzky.lucene の クラス
 
AbstractIndexSearcherRequest() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のコンストラクタ
 
AbstractLuceneDocumentDesc<E> - org.mtzky.lucene.descriptor の クラス
Descriptor for LuceneIndex.
AbstractLuceneDocumentDesc(LucenePropertyDesc<E>[]) - クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc のコンストラクタ
 
AbstractPropertyDesc<E> - org.mtzky.lucene.descriptor の クラス
 
AbstractPropertyDesc(LucenePropertyConfig) - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のコンストラクタ
 
add(E) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
add(int, E) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
addAll(Collection<? extends E>) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
addAll(int, Collection<? extends E>) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
addDocument(E) - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
 
addPackageName(String) - クラス org.mtzky.lucene.type.LuceneFieldStrategyFactory のメソッド
 
addQuery(Query) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Adds Query as the AND condition.
addQuery(Query, BooleanClause.Occur) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Adds Query.
addSort(String...) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Adds sort fields as natural order.
addSort(String, boolean) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Adds sort fields.
analyzer(Class<? extends Analyzer>) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
AnalyzerWrapper - org.mtzky.lucene.analyzer の クラス
 
AnalyzerWrapper(LucenePropertyDesc<?>) - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のコンストラクタ
 

B

BeanDocumentDesc<E> - org.mtzky.lucene.descriptor の クラス
Bean class descriptor for LuceneIndex.
BeanDocumentDesc(Class<E>) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のコンストラクタ
 
BeanDocumentDesc(Class<E>, LuceneFieldStrategyFactory) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のコンストラクタ
 
BeanDocumentDesc(Class<E>, BeanPropertyConfig...) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のコンストラクタ
 
BeanDocumentDesc(Class<E>, LuceneFieldStrategyFactory, BeanPropertyConfig...) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のコンストラクタ
 
BeanLuceneField - org.mtzky.lucene.descriptor の 注釈型
Defines a field of Lucene Document.
BeanPropertyConfig - org.mtzky.lucene.descriptor の クラス
 
BeanPropertyConfig(String, PropDesc) - クラス org.mtzky.lucene.descriptor.BeanPropertyConfig のコンストラクタ
 
BeanPropertyDesc<E> - org.mtzky.lucene.descriptor の クラス
 
BeanPropertyDesc(BeanPropertyConfig) - クラス org.mtzky.lucene.descriptor.BeanPropertyDesc のコンストラクタ
 

C

call(LuceneIndexWriter<E>) - インタフェース org.mtzky.lucene.LuceneIndex.WriterCallback のメソッド
 
CharToCharMappingTokenFilter - org.mtzky.lucene.filter の クラス
Normalizes a character in the token text to another character.
CharToCharMappingTokenFilter(TokenStream) - クラス org.mtzky.lucene.filter.CharToCharMappingTokenFilter のコンストラクタ
 
CharToStringMappingNormalizer - org.mtzky.lucene.normalizer の クラス
 
CharToStringMappingNormalizer(Reader) - クラス org.mtzky.lucene.normalizer.CharToStringMappingNormalizer のコンストラクタ
 
clear() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
close() - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
close() - クラス org.mtzky.lucene.LuceneIndex のメソッド
 
close() - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
 
close() - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
 
close() - クラス org.mtzky.lucene.normalizer.CharToStringMappingNormalizer のメソッド
 
close() - クラス org.mtzky.lucene.normalizer.VLFKanaNormalizer のメソッド
 
close() - クラス org.mtzky.lucene.normalizer.VoicedSoundKanaNormalizer のメソッド
 
closeWhenDone() - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Signals that this instance may really close when all LuceneIndexSearcher.open() calls have been balanced with a call to LuceneIndexSearcher.close().
contains(char[], int) - クラス org.mtzky.lucene.filter.StopTermFilter のメソッド
Returns StopTermFilter.TokenProcess.IGNORE and StopTermFilter.TokenProcess.IGNORE_KEEP_POSITION if skips a term, or StopTermFilter.TokenProcess.KEEP.
contains(Object) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
containsAll(Collection<?>) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
convert(char) - クラス org.mtzky.lucene.filter.CharToCharMappingTokenFilter のメソッド
 
convert(char) - クラス org.mtzky.lucene.filter.HalfFullwidthFormsFilter のメソッド
 
convert(char) - クラス org.mtzky.lucene.filter.HiraganaToKatakanaFilter のメソッド
 
convert(char) - クラス org.mtzky.lucene.filter.KanaUpperCaseFilter のメソッド
 
convert(char) - クラス org.mtzky.lucene.filter.KanjiVariantsFilter のメソッド
推奨されていません。  
convert(int) - クラス org.mtzky.lucene.normalizer.CharToStringMappingNormalizer のメソッド
 
convert(int) - クラス org.mtzky.lucene.normalizer.RomanNumberNormalizer のメソッド
 
createDocument(E) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のメソッド
 
createDocument(E) - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
Creates Document from entity.
createDocument(Map<String, T>) - クラス org.mtzky.lucene.descriptor.MapDocumentDesc のメソッド
 
createEntity(Document) - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc のメソッド
 
createEntity(Document) - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
Creates entity from Document.
createEntity(Document) - クラス org.mtzky.lucene.descriptor.MapDocumentDesc のメソッド
 
createSearcher() - クラス org.mtzky.lucene.LuceneIndex のメソッド
 
createWeight(Searcher) - クラス org.mtzky.lucene.query.MatchNoDocsQuery のメソッド
 

D

DEFAULT_LIMIT - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest の static 変数
Default limit: 10 hits
DEFAULT_LUCENE_FIELD_STRATEGY_PACKAGE_NAME - クラス org.mtzky.lucene.type.LuceneFieldStrategyFactory の static 変数
Default package of LuceneFieldStrategys
DEFAULT_QUERY - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest の static 変数
Default Query: MatchAllDocsQuery
DEFAULT_STRATEGY_FACTORY - クラス org.mtzky.lucene.descriptor.BeanDocumentDesc の static 変数
 
deleteDocument(E) - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
Deletes Document by ID.
deleteDocumentById(Object) - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
Deletes Document by ID value.

E

end() - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
 
equals(Object) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
execute() - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
 
execute() - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherSearchRequest のメソッド
 

F

filter(Filter) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Sets Filter.
filter(Filter) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherFilterRequest のメソッド
 
filters(Class<? extends TokenFilter>...) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
find(String) - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Finds the top LuceneIndexSearcherRequest.DEFAULT_LIMIT hits for query.
find(Query) - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Finds the top LuceneIndexSearcherRequest.DEFAULT_LIMIT hits for query.
find(LuceneIndexSearcherRequest) - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Finds by LuceneIndexSearcherRequest.
findBy() - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Returns FluentIndexSearcherRequest as the fluent interface.
findById(Object) - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
Finds the specified (top one) hit by ID field with value.
FluentIndexSearcherRequest<E> - org.mtzky.lucene の クラス
Fluent interface request for LuceneIndexSearcher.
FluentIndexSearcherRequest(LuceneIndexSearcher<E>) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のコンストラクタ
 
FluentIndexSearcherRequest.FluentIndexSearcherFilterRequest<E> - org.mtzky.lucene の クラス
 
FluentIndexSearcherRequest.FluentIndexSearcherLimitRequest<E> - org.mtzky.lucene の クラス
 
FluentIndexSearcherRequest.FluentIndexSearcherOffsetRequest<E> - org.mtzky.lucene の クラス
 
FluentIndexSearcherRequest.FluentIndexSearcherSearchRequest<E> - org.mtzky.lucene の クラス
 
FluentIndexSearcherRequest.FluentIndexSearcherSearchRequest(FluentIndexSearcherRequest<E>) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherSearchRequest のコンストラクタ
 
FluentIndexSearcherRequest.FluentIndexSearcherSortRequest<E> - org.mtzky.lucene の クラス
 
format(String) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 

G

get(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
getAnalyzer() - クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc のメソッド
 
getAnalyzer() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getAnalyzer() - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
 
getAnalyzer() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
Analyzer to use for the specified field.
getAnalyzer() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getCurrentPageIndex() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Returns a current page index (zero-origin).
getCurrentPageNumber() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Returns a current page number (one-origin).
getDirectory() - クラス org.mtzky.lucene.LuceneIndex のメソッド
 
getField(E) - クラス org.mtzky.lucene.descriptor.BeanPropertyDesc のメソッド
 
getField(E) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
getField(Map<String, T>) - クラス org.mtzky.lucene.descriptor.MapPropertyDesc のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneBooleanStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneCharacterStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneDateStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneDoubleStrategy のメソッド
 
getField(Object) - インタフェース org.mtzky.lucene.type.LuceneFieldStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneFloatStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneIntegerStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneLongStrategy のメソッド
 
getField(Object) - クラス org.mtzky.lucene.type.LuceneStringStrategy のメソッド
 
getFieldByValue(Object) - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getFieldByValue(Object) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
getFieldQuery(String, String, boolean) - クラス org.mtzky.lucene.query.LuceneQueryParser のメソッド
 
getFilter() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
getFilter() - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest のメソッド
 
getFilters() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getFilters() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
TokenFilters to use for the specified field.
getFilters() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getFormat() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getFormat() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
The specified field is treated as String forcibly if NOT empty.
getFormat() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getHasNextPage() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Accessor to LuceneIndexSearcherResponse.hasNextPage() for the EL Expression.
getHasPrevPage() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Accessor to LuceneIndexSearcherResponse.hasPrevPage() for the EL Expression.
getIdName() - クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc のメソッド
 
getIdName() - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
 
getIdTermByEntity(E) - クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc のメソッド
 
getIdTermByEntity(E) - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
 
getIdTermByValue(Object) - クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc のメソッド
 
getIdTermByValue(Object) - インタフェース org.mtzky.lucene.descriptor.LuceneDocumentDesc のメソッド
 
getIndex() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getIndex() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
getIndex() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getLimit() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
getLimit() - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest のメソッド
 
getLimit() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
getLuceneFieldStrategy() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getLuceneFieldStrategy() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
LuceneFieldStrategy to use for the specified field.
getLuceneFieldStrategy() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getLuceneFieldStrategy(Class<?>) - クラス org.mtzky.lucene.type.LuceneFieldStrategyFactory のメソッド
 
getMaxTokenCount() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getMaxTokenCount() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
getMaxTokenCount() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getName() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getName() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
getName() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getNormalizers() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getNormalizers() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
Readers to use for the specified field.
getNormalizers() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getOffset() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
getOffset() - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest のメソッド
 
getOffset() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
getOffsetGap(Fieldable) - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
getPositionIncrementGap(String) - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
getPrefixQuery(String, String) - クラス org.mtzky.lucene.query.LuceneQueryParser のメソッド
 
getPropDesc() - クラス org.mtzky.lucene.descriptor.BeanPropertyConfig のメソッド
 
getQuery() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
getQuery() - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest のメソッド
 
getSearcher() - クラス org.mtzky.lucene.LuceneIndex のメソッド
Requires IndexSearcher.close().
getSort() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
getSort() - インタフェース org.mtzky.lucene.LuceneIndexSearcherRequest のメソッド
 
getStore() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getStore() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
getStore() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getTerm(E) - クラス org.mtzky.lucene.descriptor.BeanPropertyDesc のメソッド
 
getTerm(E) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
getTerm(Map<String, T>) - クラス org.mtzky.lucene.descriptor.MapPropertyDesc のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneDateStrategy のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneDoubleStrategy のメソッド
 
getTerm(Object) - インタフェース org.mtzky.lucene.type.LuceneFieldStrategy のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneFloatStrategy のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneIntegerStrategy のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneLongStrategy のメソッド
 
getTerm(Object) - クラス org.mtzky.lucene.type.LuceneStringStrategy のメソッド
 
getTermByValue(Object) - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getTermByValue(Object) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
getTermVector() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getTermVector() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
getTermVector() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
getTotalHits() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
getValue(Fieldable) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneBigDecimalStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneBigIntegerStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneBooleanStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneByteStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneCalendarStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneCharacterStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneDateStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneDoubleStrategy のメソッド
 
getValue(Fieldable) - インタフェース org.mtzky.lucene.type.LuceneFieldStrategy のメソッド
Gets a value to set to the entity.
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneFloatStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneIntegerStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneLongStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneShortStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneSqlDateStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneSqlTimestampStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneSqlTimeStrategy のメソッド
 
getValue(Fieldable) - クラス org.mtzky.lucene.type.LuceneStringStrategy のメソッド
 
getWriter() - クラス org.mtzky.lucene.LuceneIndex のメソッド
Requires IndexWriter.close().

H

HalfFullwidthFormsFilter - org.mtzky.lucene.filter の クラス
Normalizes Halfwidth and Fullwidth Forms.
HalfFullwidthFormsFilter(TokenStream) - クラス org.mtzky.lucene.filter.HalfFullwidthFormsFilter のコンストラクタ
 
hashCode() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
hasLuceneFieldStrategy() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
hasNextPage() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Returns true if has next page.
hasPrevPage() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
Returns true if has previous page.
HiraganaToKatakanaFilter - org.mtzky.lucene.filter の クラス
Normalizes Hiragana to Katakana.
HiraganaToKatakanaFilter(TokenStream) - クラス org.mtzky.lucene.filter.HiraganaToKatakanaFilter のコンストラクタ
 

I

id() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
id(boolean) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
incrementToken() - クラス org.mtzky.lucene.filter.CharToCharMappingTokenFilter のメソッド
 
incrementToken() - クラス org.mtzky.lucene.filter.StopTermFilter のメソッド
 
incrementToken() - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
 
index(Field.Index) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
indexOf(Object) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
isClosed() - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
isClosed() - クラス org.mtzky.lucene.LuceneIndex のメソッド
 
isClosed() - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
 
isClosed() - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
 
isClosed() - クラス org.mtzky.lucene.normalizer.CharToStringMappingNormalizer のメソッド
 
isClosed() - クラス org.mtzky.lucene.normalizer.VLFKanaNormalizer のメソッド
 
isClosed() - クラス org.mtzky.lucene.normalizer.VoicedSoundKanaNormalizer のメソッド
 
isEmpty() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
isId() - クラス org.mtzky.lucene.descriptor.AbstractPropertyDesc のメソッド
 
isId() - インタフェース org.mtzky.lucene.descriptor.LucenePropertyConfig のメソッド
 
isId() - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
iterator() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 

K

KanaUpperCaseFilter - org.mtzky.lucene.filter の クラス
Normalizes lower case Kana to upper case.
KanaUpperCaseFilter(TokenStream) - クラス org.mtzky.lucene.filter.KanaUpperCaseFilter のコンストラクタ
 
KanjiVariantsFilter - org.mtzky.lucene.filter の クラス
推奨されていません。 under implementation
KanjiVariantsFilter(TokenStream) - クラス org.mtzky.lucene.filter.KanjiVariantsFilter のコンストラクタ
推奨されていません。  

L

lastIndexOf(Object) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
limit(int) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherLimitRequest のメソッド
 
limit(int) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Sets limit.
listIterator() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
listIterator(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
LuceneBigDecimalStrategy - org.mtzky.lucene.type の クラス
 
LuceneBigDecimalStrategy(LucenePropertyDesc<?>) - クラス org.mtzky.lucene.type.LuceneBigDecimalStrategy のコンストラクタ
 
LuceneBigDecimalStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneBigDecimalStrategy のコンストラクタ
 
LuceneBigIntegerStrategy - org.mtzky.lucene.type の クラス
 
LuceneBigIntegerStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneBigIntegerStrategy のコンストラクタ
 
LuceneBooleanStrategy - org.mtzky.lucene.type の クラス
 
LuceneBooleanStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneBooleanStrategy のコンストラクタ
 
LuceneByteStrategy - org.mtzky.lucene.type の クラス
 
LuceneByteStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneByteStrategy のコンストラクタ
 
LuceneCalendarStrategy - org.mtzky.lucene.type の クラス
 
LuceneCalendarStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneCalendarStrategy のコンストラクタ
 
LuceneCharacterStrategy - org.mtzky.lucene.type の クラス
 
LuceneCharacterStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneCharacterStrategy のコンストラクタ
 
LuceneDateStrategy - org.mtzky.lucene.type の クラス
 
LuceneDateStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneDateStrategy のコンストラクタ
 
LuceneDocumentDesc<E> - org.mtzky.lucene.descriptor の インタフェース
Document entity descriptor.
LuceneDoubleStrategy - org.mtzky.lucene.type の クラス
 
LuceneDoubleStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneDoubleStrategy のコンストラクタ
 
luceneFieldStrategy(Class<? extends LuceneFieldStrategy>) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
LuceneFieldStrategy - org.mtzky.lucene.type の インタフェース
 
LuceneFieldStrategyFactory - org.mtzky.lucene.type の クラス
 
LuceneFieldStrategyFactory() - クラス org.mtzky.lucene.type.LuceneFieldStrategyFactory のコンストラクタ
Constructs LuceneFieldStrategyFactory with LuceneFieldStrategyFactory.DEFAULT_LUCENE_FIELD_STRATEGY_PACKAGE_NAME
LuceneFieldStrategyType - org.mtzky.lucene.type の 注釈型
 
LuceneFloatStrategy - org.mtzky.lucene.type の クラス
 
LuceneFloatStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneFloatStrategy のコンストラクタ
 
LuceneIndex<E> - org.mtzky.lucene の クラス
 
LuceneIndex(LuceneDocumentDesc<E>) - クラス org.mtzky.lucene.LuceneIndex のコンストラクタ
Creates instance with RAMDirectory.
LuceneIndex(LuceneDocumentDesc<E>, Directory) - クラス org.mtzky.lucene.LuceneIndex のコンストラクタ
Creates instance with the specified directory.
LuceneIndex.WriterCallback<E> - org.mtzky.lucene の インタフェース
 
LuceneIndexSearcher<E> - org.mtzky.lucene の クラス
 
LuceneIndexSearcher(Directory, LuceneDocumentDesc<E>) - クラス org.mtzky.lucene.LuceneIndexSearcher のコンストラクタ
 
LuceneIndexSearcherRequest - org.mtzky.lucene の インタフェース
 
LuceneIndexSearcherResponse<E> - org.mtzky.lucene の クラス
The response for LuceneIndexSearcher.find(LuceneIndexSearcherRequest) .
LuceneIndexSearcherResponse() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のコンストラクタ
Constructs an empty list with an initial capacity of LuceneIndexSearcherRequest.DEFAULT_LIMIT.
LuceneIndexSearcherResponse(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のコンストラクタ
Constructs an empty list with the specified initial capacity.
LuceneIndexWriter<E> - org.mtzky.lucene の クラス
 
LuceneIndexWriter(Directory, LuceneDocumentDesc<E>) - クラス org.mtzky.lucene.LuceneIndexWriter のコンストラクタ
 
LuceneIntegerStrategy - org.mtzky.lucene.type の クラス
 
LuceneIntegerStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneIntegerStrategy のコンストラクタ
 
LuceneLongStrategy - org.mtzky.lucene.type の クラス
 
LuceneLongStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneLongStrategy のコンストラクタ
 
LucenePropertyConfig - org.mtzky.lucene.descriptor の インタフェース
Holds all the configuration of LucenePropertyDesc.
LucenePropertyDesc<E> - org.mtzky.lucene.descriptor の インタフェース
 
LuceneQueryParser - org.mtzky.lucene.query の クラス
 
LuceneQueryParser(String, Analyzer) - クラス org.mtzky.lucene.query.LuceneQueryParser のコンストラクタ
 
LuceneShortStrategy - org.mtzky.lucene.type の クラス
 
LuceneShortStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneShortStrategy のコンストラクタ
 
LuceneSqlDateStrategy - org.mtzky.lucene.type の クラス
 
LuceneSqlDateStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneSqlDateStrategy のコンストラクタ
 
LuceneSqlTimestampStrategy - org.mtzky.lucene.type の クラス
 
LuceneSqlTimestampStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneSqlTimestampStrategy のコンストラクタ
 
LuceneSqlTimeStrategy - org.mtzky.lucene.type の クラス
 
LuceneSqlTimeStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneSqlTimeStrategy のコンストラクタ
 
LuceneStringStrategy - org.mtzky.lucene.type の クラス
 
LuceneStringStrategy(LucenePropertyConfig) - クラス org.mtzky.lucene.type.LuceneStringStrategy のコンストラクタ
 

M

MapDocumentDesc<T> - org.mtzky.lucene.descriptor の クラス
Map class descriptor for LuceneIndex.
MapDocumentDesc(LucenePropertyConfig...) - クラス org.mtzky.lucene.descriptor.MapDocumentDesc のコンストラクタ
 
MapPropertyDesc<T> - org.mtzky.lucene.descriptor の クラス
 
MapPropertyDesc(LucenePropertyConfig) - クラス org.mtzky.lucene.descriptor.MapPropertyDesc のコンストラクタ
 
MatchNoDocsQuery - org.mtzky.lucene.query の クラス
A query that not matches any documents.
MatchNoDocsQuery() - クラス org.mtzky.lucene.query.MatchNoDocsQuery のコンストラクタ
 
maxTokenCount(int) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 

N

normalizers(Class<? extends Reader>...) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 

O

offset(int) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherOffsetRequest のメソッド
 
offset(int) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Sets offset.
open() - クラス org.mtzky.lucene.LuceneIndexSearcher のメソッド
This should be called whenever this instances is passed as a new IndexSearcher.
org.mtzky.lucene - パッケージ org.mtzky.lucene
mtzky-lucene root package.
org.mtzky.lucene.analyzer - パッケージ org.mtzky.lucene.analyzer
This package defines Analyzers.
org.mtzky.lucene.descriptor - パッケージ org.mtzky.lucene.descriptor
This package defines descriptions for LuceneIndex.
org.mtzky.lucene.filter - パッケージ org.mtzky.lucene.filter
This package defines TokenFilters.
org.mtzky.lucene.normalizer - パッケージ org.mtzky.lucene.normalizer
This package defines normalizing Readers.
org.mtzky.lucene.query - パッケージ org.mtzky.lucene.query
This package defines Querys.
org.mtzky.lucene.tokenizer - パッケージ org.mtzky.lucene.tokenizer
This package defines Tokenizers.
org.mtzky.lucene.type - パッケージ org.mtzky.lucene.type
This package defines LuceneFieldStrategys.

Q

query(String) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds Query as the AND condition.
query(Query) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds Query as the AND condition.
query(String, BooleanClause.Occur) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds Query.
query(Query, BooleanClause.Occur) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds Query.

R

read(char[], int, int) - クラス org.mtzky.lucene.normalizer.CharToStringMappingNormalizer のメソッド
 
read(char[], int, int) - クラス org.mtzky.lucene.normalizer.VLFKanaNormalizer のメソッド
 
read(char[], int, int) - クラス org.mtzky.lucene.normalizer.VoicedSoundKanaNormalizer のメソッド
 
read() - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
Reads a single Unicode code point.
readToken() - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
Returns a character array of the token, or null if the end of the stream has been reached Override to change the behavior.
remove(Object) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
remove(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
removeAll(Collection<?>) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
reset(Reader) - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
 
reset() - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
 
retainAll(Collection<?>) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
reusableTokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
reusableTokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.UnicodeBlockAnalyzer のメソッド
 
reusableTokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.UniGramAnalyzer のメソッド
 
RomanNumberNormalizer - org.mtzky.lucene.normalizer の クラス
Normalizes Roman numbers.
RomanNumberNormalizer(Reader) - クラス org.mtzky.lucene.normalizer.RomanNumberNormalizer のコンストラクタ
 

S

set(int, E) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
setDirectory(Directory) - クラス org.mtzky.lucene.LuceneIndex のメソッド
Switches new Directory from current Directory.
setField(E, Fieldable) - クラス org.mtzky.lucene.descriptor.BeanPropertyDesc のメソッド
 
setField(E, Fieldable) - インタフェース org.mtzky.lucene.descriptor.LucenePropertyDesc のメソッド
 
setField(Map<String, T>, Fieldable) - クラス org.mtzky.lucene.descriptor.MapPropertyDesc のメソッド
 
setFilter(Filter) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Sets Filter.
setLimit(int) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Sets limit.
setLimit(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
setOffset(int) - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
Sets offset.
setOffset(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
setTotalHits(int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
SimplePropertyConfig - org.mtzky.lucene.descriptor の クラス
All setter methods return SimplePropertyConfig to allow chaining settings conveniently, for example: final SimplePropertyConfig conf = new SimplePropertyConfig("id"); conf.id(true).store(Field.Store.NO)...;
SimplePropertyConfig(String) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のコンストラクタ
 
size() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
sort(String...) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherOffsetRequest のメソッド
 
sort(String, boolean) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherOffsetRequest のメソッド
 
sort(String...) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherSortRequest のメソッド
 
sort(String, boolean) - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherSortRequest のメソッド
 
sort(String...) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds sort fields as natural order.
sort(String, boolean) - クラス org.mtzky.lucene.FluentIndexSearcherRequest のメソッド
Adds sort fields.
StopTermFilter - org.mtzky.lucene.filter の クラス
Removes stop term from a token stream.
StopTermFilter(TokenStream) - クラス org.mtzky.lucene.filter.StopTermFilter のコンストラクタ
 
StopTermFilter.TokenProcess - org.mtzky.lucene.filter の 列挙型
Means how to process the token.
store(Field.Store) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
subList(int, int) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 

T

termVector(Field.TermVector) - クラス org.mtzky.lucene.descriptor.SimplePropertyConfig のメソッド
 
toArray() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
toArray(T[]) - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
toDouble(Object) - クラス org.mtzky.lucene.type.LuceneDoubleStrategy のメソッド
 
toFloat(Object) - クラス org.mtzky.lucene.type.LuceneFloatStrategy のメソッド
 
toInt(Object) - クラス org.mtzky.lucene.type.LuceneByteStrategy のメソッド
 
toInt(Object) - クラス org.mtzky.lucene.type.LuceneIntegerStrategy のメソッド
 
toInt(Object) - クラス org.mtzky.lucene.type.LuceneShortStrategy のメソッド
 
tokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.AnalyzerWrapper のメソッド
 
tokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.UnicodeBlockAnalyzer のメソッド
 
tokenStream(String, Reader) - クラス org.mtzky.lucene.analyzer.UniGramAnalyzer のメソッド
 
toLong(Object) - クラス org.mtzky.lucene.type.LuceneCalendarStrategy のメソッド
 
toLong(Object) - クラス org.mtzky.lucene.type.LuceneDateStrategy のメソッド
 
toLong(Object) - クラス org.mtzky.lucene.type.LuceneLongStrategy のメソッド
 
toString() - クラス org.mtzky.lucene.AbstractIndexSearcherRequest のメソッド
 
toString() - クラス org.mtzky.lucene.FluentIndexSearcherRequest.FluentIndexSearcherSearchRequest のメソッド
 
toString() - クラス org.mtzky.lucene.LuceneIndexSearcherResponse のメソッド
 
toString(String) - クラス org.mtzky.lucene.query.MatchNoDocsQuery のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneBigDecimalStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneBigIntegerStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneBooleanStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneCalendarStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneCharacterStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneDateStrategy のメソッド
 
toString(Object) - クラス org.mtzky.lucene.type.LuceneStringStrategy のメソッド
 

U

UnicodeBlockAnalyzer - org.mtzky.lucene.analyzer の クラス
Tokenizes the entire stream as a unigram token of the Unicode code point.
UnicodeBlockAnalyzer() - クラス org.mtzky.lucene.analyzer.UnicodeBlockAnalyzer のコンストラクタ
 
UnicodeBlockAnalyzer(Version) - クラス org.mtzky.lucene.analyzer.UnicodeBlockAnalyzer のコンストラクタ
 
UnicodeBlockTokenizer - org.mtzky.lucene.tokenizer の クラス
Tokenizes the input into unigram of the Unicode code point.
UnicodeBlockTokenizer(Reader) - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のコンストラクタ
 
UnicodeBlockTokenizer(PushbackReader) - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のコンストラクタ
 
UniGramAnalyzer - org.mtzky.lucene.analyzer の クラス
Tokenizes the entire stream as a unigram token.
UniGramAnalyzer() - クラス org.mtzky.lucene.analyzer.UniGramAnalyzer のコンストラクタ
 
UniGramAnalyzer(Version) - クラス org.mtzky.lucene.analyzer.UniGramAnalyzer のコンストラクタ
 
unread(int) - クラス org.mtzky.lucene.tokenizer.UnicodeBlockTokenizer のメソッド
Pushes back a single Unicode code point to the front of the push back buffer.
updateDocument(E) - クラス org.mtzky.lucene.LuceneIndexWriter のメソッド
Updates Document by ID.

V

valueOf(String) - 列挙 org.mtzky.lucene.filter.StopTermFilter.TokenProcess の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 org.mtzky.lucene.filter.StopTermFilter.TokenProcess の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
VLFKanaNormalizer - org.mtzky.lucene.normalizer の クラス
Normalizes the voiced labiodental fricative in Hiragana and Katakana.
VLFKanaNormalizer(Reader) - クラス org.mtzky.lucene.normalizer.VLFKanaNormalizer のコンストラクタ
 
VLFKanaNormalizer(PushbackReader) - クラス org.mtzky.lucene.normalizer.VLFKanaNormalizer のコンストラクタ
 
VoicedSoundKanaNormalizer - org.mtzky.lucene.normalizer の クラス
Normalizes the voiced and semi-voiced sound in Hiragana and Katakana.
VoicedSoundKanaNormalizer(Reader) - クラス org.mtzky.lucene.normalizer.VoicedSoundKanaNormalizer のコンストラクタ
 
VoicedSoundKanaNormalizer(PushbackReader) - クラス org.mtzky.lucene.normalizer.VoicedSoundKanaNormalizer のコンストラクタ
 

W

withWriter(LuceneIndex.WriterCallback<E>) - クラス org.mtzky.lucene.LuceneIndex のメソッド
Creates a new IndexWriter for this current Directory, passes it to the callback, and ensures the IndexWriter is closed after the callback returns.

A B C D E F G H I K L M N O Q R S T U V W

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