Class InvertedIndexImpl

java.lang.Object
org.rcsb.strucmotif.io.InvertedIndexImpl
All Implemented Interfaces:
InvertedIndex

@Service public class InvertedIndexImpl extends Object implements InvertedIndex
The implementation of the inverted index.
  • Constructor Details

    • InvertedIndexImpl

      public InvertedIndexImpl(MotifSearchConfig motifSearchConfig)
      Construct a inverted index instance.
      Parameters:
      motifSearchConfig - the config
  • Method Details