Class BlendedInfixLookupFactory

    • Constructor Detail

      • BlendedInfixLookupFactory

        public BlendedInfixLookupFactory()
    • Method Detail

      • create

        public org.apache.lucene.search.suggest.Lookup create​(org.apache.solr.common.util.NamedList<?> params,
                                                              SolrCore core)
        Description copied from class: LookupFactory
        Create a Lookup using config options in params and current core
        Overrides:
        create in class AnalyzingInfixLookupFactory
      • 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
        Overrides:
        storeFileName in class AnalyzingInfixLookupFactory