private class W2TTopicMap.W2TScopedIndex
extends java.lang.Object
implements org.tmapi.index.ScopedIndex
Modifier | Constructor and Description |
---|---|
private |
W2TScopedIndex() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Collection<org.tmapi.core.Association> |
getAssociations(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Association> |
getAssociations(org.tmapi.core.Topic[] topics,
boolean matchAll) |
java.util.Collection<org.tmapi.core.Topic> |
getAssociationThemes() |
java.util.Collection<org.tmapi.core.Name> |
getNames(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Name> |
getNames(org.tmapi.core.Topic[] topics,
boolean matchAll) |
java.util.Collection<org.tmapi.core.Topic> |
getNameThemes() |
java.util.Collection<org.tmapi.core.Occurrence> |
getOccurrences(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Occurrence> |
getOccurrences(org.tmapi.core.Topic[] topics,
boolean matchAll) |
java.util.Collection<org.tmapi.core.Topic> |
getOccurrenceThemes() |
java.util.Collection<org.tmapi.core.Variant> |
getVariants(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Variant> |
getVariants(org.tmapi.core.Topic[] topics,
boolean matchAll) |
java.util.Collection<org.tmapi.core.Topic> |
getVariantThemes() |
boolean |
isAutoUpdated() |
boolean |
isOpen() |
void |
open() |
void |
reindex() |
public java.util.Collection<org.tmapi.core.Association> getAssociations(org.tmapi.core.Topic topic)
getAssociations
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Association> getAssociations(org.tmapi.core.Topic[] topics, boolean matchAll)
getAssociations
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Topic> getAssociationThemes()
getAssociationThemes
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Occurrence> getOccurrences(org.tmapi.core.Topic topic)
getOccurrences
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Occurrence> getOccurrences(org.tmapi.core.Topic[] topics, boolean matchAll)
getOccurrences
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Topic> getOccurrenceThemes()
getOccurrenceThemes
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Name> getNames(org.tmapi.core.Topic topic)
getNames
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Name> getNames(org.tmapi.core.Topic[] topics, boolean matchAll)
getNames
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Topic> getNameThemes()
getNameThemes
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Variant> getVariants(org.tmapi.core.Topic topic)
getVariants
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Variant> getVariants(org.tmapi.core.Topic[] topics, boolean matchAll)
getVariants
in interface org.tmapi.index.ScopedIndex
public java.util.Collection<org.tmapi.core.Topic> getVariantThemes()
getVariantThemes
in interface org.tmapi.index.ScopedIndex
public void open()
open
in interface org.tmapi.index.Index
public void close()
close
in interface org.tmapi.index.Index
public boolean isOpen()
isOpen
in interface org.tmapi.index.Index
public boolean isAutoUpdated()
isAutoUpdated
in interface org.tmapi.index.Index
public void reindex()
reindex
in interface org.tmapi.index.Index
Copyright 2004-2015 Wandora Team