org.galagosearch.core.store
Class SnippetGenerator.SnippetRegion
java.lang.Object
org.galagosearch.core.store.SnippetGenerator.SnippetRegion
- Enclosing class:
- SnippetGenerator
public static class SnippetGenerator.SnippetRegion
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnippetGenerator.SnippetRegion
public SnippetGenerator.SnippetRegion(java.lang.String term,
int index,
int width,
int maximum)
SnippetGenerator.SnippetRegion
public SnippetGenerator.SnippetRegion(java.util.ArrayList<SnippetGenerator.Match> m,
int s,
int e)
overlap
public boolean overlap(SnippetGenerator.SnippetRegion o)
within
public boolean within(SnippetGenerator.SnippetRegion o,
int distance)
merge
public SnippetGenerator.SnippetRegion merge(SnippetGenerator.SnippetRegion o)
equals
public boolean equals(SnippetGenerator.SnippetRegion o)
size
public int size()
getMatches
public java.util.ArrayList<SnippetGenerator.Match> getMatches()
Copyright © 2009. All Rights Reserved.