|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.engine.search.AbstractQuranSearch
net.sf.zekr.engine.search.TranslationSearch
public class TranslationSearch
This is a sample implementation of the Quran translation search. It only supports non-diacritic match searching.
Field Summary |
---|
Fields inherited from class net.sf.zekr.engine.search.AbstractQuranSearch |
---|
finder, maxAyaMatch, quran, resultCount |
Constructor Summary | |
---|---|
TranslationSearch(AbstractRangedQuranText trans)
|
|
TranslationSearch(AbstractRangedQuranText trans,
boolean matchCase,
java.util.Locale locale)
|
Method Summary | |
---|---|
protected java.util.List |
find(java.lang.String src,
java.lang.String keyword)
|
Methods inherited from class net.sf.zekr.engine.search.AbstractQuranSearch |
---|
findAll, getMaxAyaMatch, getResultCount, setMaxAyaMatch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranslationSearch(AbstractRangedQuranText trans)
public TranslationSearch(AbstractRangedQuranText trans, boolean matchCase, java.util.Locale locale)
Method Detail |
---|
protected final java.util.List find(java.lang.String src, java.lang.String keyword)
find
in class AbstractQuranSearch
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |