Class TSTLookupFactory


  • public class TSTLookupFactory
    extends LookupFactory
    Factory for TSTLookup
    • Constructor Detail

      • TSTLookupFactory

        public TSTLookupFactory()
    • Method Detail

      • create

        public org.apache.lucene.search.suggest.Lookup create​(NamedList params,
                                                              SolrCore core)
        Description copied from class: LookupFactory
        Create a Lookup using config options in params and current core
        Specified by:
        create in class LookupFactory
      • storeFileName

        public String storeFileName()
        Description copied from class: LookupFactory

        Returns the filename in which the in-memory data structure is stored

        NOTE: not all Lookup implementations store in-memory data structures
        Specified by:
        storeFileName in class LookupFactory