Re: configuring suggester with api

2020-03-12 Thread Manoj Sonawane
according to docs at lucene.apache.org/solr/guide/8_4/suggester.html# that parameter is optional ( i am supplying it as url param). I guess i have a problem with JSON payload to create suggester, but in that case api should error out. O

Re: How to query with FL field lower than some value?

2020-03-12 Thread GTHell
Many thank your solution! When I read the doc I didn't notice that the frange accept function. Now I'm able to calculate the distance and get the result that's only below 0.5 Again thank :) -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Secure communication between Solr and Zookeeper

2020-03-12 Thread Kirk Fitzsimons
Is it possible to secure communication between Solr(8.3.1) and Zookeeper (3.5.5)? We have followed the guide https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User +Guide When we try the below command it hangs and fails to connect to zookeeper. solr/server/scripts/cloud-scrip

Secure communication between Solr and Zookeeper

2020-03-12 Thread Kirk Fitzsimons
Is it possible to secure communication between Solr(8.3.1) and Zookeeper (3.5.5)? We have followed the guide https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User +Guide When we try the below command it hangs and fails to connect to zookeeper. solr/server/scripts/cloud-scrip

How to use InetAccessHandler?

2020-03-12 Thread Ryan W
Does anyone have an example of how InetAccessHandler is implemented? My jetty version is 9.4.14. Will I be able to whitelist IP addresses just by dropping a jetty-inetaccess.xml file in my server/etc directory? Are there other steps required? If this is the right way to do it, what is the prope

Re: Restrict access to admin interface by IP address in Solr 7.7.2

2020-03-12 Thread Ryan W
It looks like IPAccessHandler is deprecated in my version of jetty (9.4.14) in favor of InetAccessHandler. However, I can find no information or examples of how to implement InetAccessHandler. I see some disembodied code examples here and there, but no indication of where and how to implement. O

Re: configuring suggester with api

2020-03-12 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Hi Manoj, In the handler, I think you are missing the suggest.dictionary parameter, which should be set to the name of your suggestion component. In this case, I believe it would should be set to "titleSuggester." In this sample URL from the documentation, they have a suggest.dictionary field,

configuring suggester with api

2020-03-12 Thread Manoj Sonawane
Hello, I am trying to learn solr config api and having problem creating suggester. Any pointers will be appriciated suggester has been setup with curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-searchcomponent": { "class": "solr.SuggestComponent", "name": "titleSuggeste

configuring suggester with api

2020-03-12 Thread Manoj Sonawane
Hello, I am trying to learn solr config api and having problem creating suggester. Any pointers will be appriciated suggester has been setup with curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-searchcomponent": { "class": "solr.SuggestComponent", "name": "titleSuggeste