Using the solr collection/suggest?suggesttrue&suggest.buildAlltrue URL for 
populating the index.

Regards,
Deepak


-----Original Message-----
From: Deepak Udapudi [mailto:dudap...@delta.org]
Sent: Friday, February 23, 2018 5:42 PM
To: solr-user@lucene.apache.org
Cc: Balakrishna Sudabathula <bsudabath...@delta.org>; Anupama Pullela 
<apull...@delta.org>; Segar Soundiramourthy <ssoundiramour...@delta.org>
Subject: autosuggestion indexing in a solr cluster

Hi all,

We are using a Solr cluster.
We have Solr configuration for auto-suggestions as shown below.

<searchComponent name"suggest" class"solr.SuggestComponent">
        <lst name"suggester">
            <str name"name">Specialty</str>
            <str name"field">specialty</str>
            <str name"weightField">specialty</str>
            <str name"lookupImpl">AnalyzingInfixLookupFactory</str>
            <str name"indexPath">specialty_suggester_infix_dir</str>
            <str name"dictionaryImpl">DocumentDictionaryFactory</str>
            <str name"payloadField">specialty</str>
            <str name"suggestAnalyzerFieldType">text_general</str>
            <str name"buildOnStartup">true</str>
            <str name"exactMatchFirst">true</str>
            <str name"maxGraphExpansions">2</str>
            <str name"storeDir">specialty_provider_suggestor_dictionary</str>
            <str name"fieldType">string</str>
        </lst>
    </searchComponent>

    <requestHandler name"/suggest" class"solr.SearchHandler">
        <lst name"defaults">
            <str name"suggest">true</str>
            <str name"suggest.count">5</str>
            <str name"suggest.dictionary">Specialty</str>
        </lst>
        <arr name"components">
            <str>suggest</str>
        </arr>
    </requestHandler>


We are using the URL 
"http://aw-lx0092:8984/solr/provider_collection_deepak/suggest?suggesttrue&suggest.buildAlltrue";
 to build the index.
We see that the index that is built for auto-suggestions is not propagated to 
other solr instances in the cluster.
Need auto suggestions indices to propagate to all the solr instances 
automatically.
So, request for suggestions/solutions for the same.

Thanks,
Deepak




The information contained in this email message and any attachments is 
confidential and intended only for the addressee(s). If you are not an 
addressee, you may not copy or disclose the information, or act upon it, and 
you should delete it entirely from your email system. Please notify the sender 
that you received this email in error.


The information contained in this email message and any attachments is 
confidential and intended only for the addressee(s). If you are not an 
addressee, you may not copy or disclose the information, or act upon it, and 
you should delete it entirely from your email system. Please notify the sender 
that you received this email in error.

Reply via email to