|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.store.SnippetGenerator.Snippet
public class SnippetGenerator.Snippet
| Constructor Summary | |
|---|---|
SnippetGenerator.Snippet(java.util.ArrayList<SnippetGenerator.SnippetRegion> regions)
|
|
| Method Summary | |
|---|---|
void |
cacheScore()
|
boolean |
equals(java.lang.Object o)
|
java.util.ArrayList<SnippetGenerator.Snippet> |
expand()
This is part of an aborted attempt to score many candidate snippets to produce the best one. |
int |
hashCode()
|
double |
score()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnippetGenerator.Snippet(java.util.ArrayList<SnippetGenerator.SnippetRegion> regions)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic double score()
public void cacheScore()
public java.util.ArrayList<SnippetGenerator.Snippet> expand()
This is part of an aborted attempt to score many candidate snippets to produce the best one. It returns many different candidates which can then be scored using the score method. As coded, this method is too slow to be useful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||