Uses of Class
org.basex.index.IndexBuilder

Packages that use IndexBuilder
org.basex.index.ft   
org.basex.index.value   
 

Uses of IndexBuilder in org.basex.index.ft
 

Subclasses of IndexBuilder in org.basex.index.ft
 class FTBuilder
          This class contains common methods for full-text index builders.
 

Uses of IndexBuilder in org.basex.index.value
 

Subclasses of IndexBuilder in org.basex.index.value
 class ValueIndexBuilder
          This class builds an index for attribute values and text contents in a tree structure and stores the result to disk.