|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.abbreviation.Abbreviation
public final class Abbreviation
Finds possible abbreviations when given a long form search term, and returns a result ranked by relevance.
| Constructor Summary | |
|---|---|
Abbreviation(DocumentIndexManager newDocManager)
Constructor for Abbreviation searcher. |
|
Abbreviation(DocumentIndexManager newDocManager,
DocumentStoreReader docStoreReader)
Constructore for Abbreviation searcher. |
|
| Method Summary | |
|---|---|
List<ScoredResult> |
findAbbreviationsForLongForm(String longForm)
Searches for abbreviations of the form: long form (abbreviation) in the index provided by the docmanager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Abbreviation(DocumentIndexManager newDocManager)
throws IOException
newDocManager -
IOException
public Abbreviation(DocumentIndexManager newDocManager,
DocumentStoreReader docStoreReader)
throws IOException
newDocManager - docStoreReader -
IOException| Method Detail |
|---|
public List<ScoredResult> findAbbreviationsForLongForm(String longForm)
throws IOException
longForm - is the String to search for
IOException
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||