Re: Solr 7. Why UpdateRequestProcessorChain does not take any effect?

2018-02-26 Thread FiMko
Hi Shawn, Adding the default="true" helped! Why I keep this in the update chain because I'm doing some more transformations later on: Thanks a lot! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 7. Why UpdateRequestProcessorChain does not take any effect?

2018-02-26 Thread FiMko
Hi Shawn, Appreciate your help! Can you say how to download schema in Solr 7 world? Because the schema.xml approach has been obsoleted. BTW I have just commented out another chain "add-unknown-fields-to-the-schema", then restarted Solr. If I create a document updateRequestProcessorChain "mychain

Re: Solr 7. Why UpdateRequestProcessorChain does not take any effect?

2018-02-25 Thread FiMko
Also in the logs I can see that my custom "mychain" processor is registered on both nodes: -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr 7. Why UpdateRequestProcessorChain does not take any effect?

2018-02-25 Thread FiMko
Hello, Could you please help, for some reason my custom updateRequestProcessorChain does not take any effect. I am using Solr v.7.2.1 with two nodes. I have the following schema: In my solrconfig.xml I added: I enabled TRACE logging for UpdateRequestProcessorChain, CloneFieldUpdateProcessorF

Re: Why suggestions can be that slow?

2015-01-12 Thread FiMko
Erick, thanks for the answer. You're absolutely right! -- View this message in context: http://lucene.472066.n3.nabble.com/Why-suggestions-can-be-that-slow-tp4178944p4179007.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Why suggestions can be that slow?

2015-01-12 Thread FiMko
Seems I know the answer. The example query from mentioned above page: http://localhost:8983/solr/techproducts/suggest?suggest=true&suggest.build=true&suggest.dictionary=mySuggester&wt=json&suggest.q=elec

Why suggestions can be that slow?

2015-01-12 Thread FiMko
Hi all, I'm experimenting with Solr Suggester . I have configured the functionality as per the mentioned page. In my Solr collection I have 32607 documents. The SuggestComponent is configured to search suggestions through field of type