Uses of Interface
org.basex.index.query.IndexSearch
Packages that use IndexSearch
Package
Description
Database structures.
Database Index structures.
Full-text specific utility classes.
-
Uses of IndexSearch in org.basex.data
Methods in org.basex.data with parameters of type IndexSearchModifier and TypeMethodDescriptionfinal IndexCostsData.costs(IndexSearch search) Returns a cost estimation for searching the specified token.final IndexIteratorData.iter(IndexSearch search) Returns an index iterator for the specified token. -
Uses of IndexSearch in org.basex.index
Methods in org.basex.index with parameters of type IndexSearchModifier and TypeMethodDescriptionIndex.costs(IndexSearch search) Computes costs for performing the specified search.Index.iter(IndexSearch search) Returns an iterator for the index results. -
Uses of IndexSearch in org.basex.index.ft
Methods in org.basex.index.ft with parameters of type IndexSearchModifier and TypeMethodDescriptionFTIndex.costs(IndexSearch search) FTIndex.iter(IndexSearch search) -
Uses of IndexSearch in org.basex.index.name
Methods in org.basex.index.name with parameters of type IndexSearch -
Uses of IndexSearch in org.basex.index.path
Methods in org.basex.index.path with parameters of type IndexSearchModifier and TypeMethodDescriptionPathIndex.costs(IndexSearch search) PathIndex.iter(IndexSearch search) -
Uses of IndexSearch in org.basex.index.query
Classes in org.basex.index.query that implement IndexSearchModifier and TypeClassDescriptionfinal classThis class contains information for returning index entries.final classThis class stores a numeric range for index access.final classThis class stores a string range for index access.final classThis class defines access to index text tokens. -
Uses of IndexSearch in org.basex.index.resource
Methods in org.basex.index.resource with parameters of type IndexSearchModifier and TypeMethodDescriptionResources.costs(IndexSearch search) Resources.iter(IndexSearch search) -
Uses of IndexSearch in org.basex.index.value
Methods in org.basex.index.value with parameters of type IndexSearchModifier and TypeMethodDescriptionfinal IndexCostsDiskValues.costs(IndexSearch search) MemValues.costs(IndexSearch search) final IndexIteratorDiskValues.iter(IndexSearch search) MemValues.iter(IndexSearch search) -
Uses of IndexSearch in org.basex.query.util.index
Methods in org.basex.query.util.index with parameters of type IndexSearchModifier and TypeMethodDescriptionIndexInfo.costs(Data data, IndexSearch search) Computes costs if the specified data reference exists. -
Uses of IndexSearch in org.basex.util.ft
Classes in org.basex.util.ft that implement IndexSearch