Re: Basic Query Not Working - Please Help

2019-07-22 Thread Furkan KAMACI
Hi Vipul, Which query do you submit? Is that one: q=appname:App1 Kind Regards, Furkan KAMACI On Mon, Jul 22, 2019 at 10:52 AM Vipul Bahuguna < newthings4learn...@gmail.com> wrote: > Hi, > > I have installed SOLR 8.1.1. > I am new and trying the very basics. > > I installed solr8.1.1 on Windows

Re: Collection creation error in Solr 8.1.1 version

2019-07-22 Thread Shawn Heisey
On 7/22/2019 12:55 PM, Siva Tallapaneni wrote: When I try to create a collection I'm running into issues, Following is the exception I'm seeing HTTP/2 + SSL is not support in Java 8. Configure Solr with HTTP/1.1 + SSL Those lines are telling you what's wrong. Java 8 cannot do SSL connect

/get handler on simple collection alias only checking first collection in list

2019-07-22 Thread Richard Jones
On 8.1.1 and 7.7.2 I have a simple collection alias where /select is working as expected, but /get is only checking the first underlying collection for documents. Is this expected behaviour? My routing field is a string so I cannot use complex routing for aliases. I wanted to see if it's a known

Collection creation error in Solr 8.1.1 version

2019-07-22 Thread Siva Tallapaneni
Hi, I have Solr running in cloud mode in 3 VM's and I have three different VM's running zookeeper in quorum. I enabled SSL and able to access Solr UI fine. I was able to upload configs and see all configsets in UI cloud\tree When I try to create a collection I'm running into issues, Following is

Solr join query

2019-07-22 Thread Rajdeep Sahoo
Can we join two solr collection based on multivalued field.

auto complete search - slow response

2019-07-22 Thread Satya Marivada
Hi All, We have solr 6.3.0 solr cloud running stable. We use an auto complete search functionality where the search is being done after 3 key strokes. Recently we ran into an issue (very slow response from solr) when one of the user hit an auto complete search by typing initial letters of week day

Returning multiple fields in /graph streaming expression response

2019-07-22 Thread Ahmed Adel
Hi, Similar to this question ( https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201907.mbox/browser), how can additional fields be returned when using /graph request handler? For example, from the documentation, for the request: nodes(enron_emails, nodes(enron_emails, walk="kayne.coul.

Re: solr.OpenExchangeRatesOrgProvider and way to much requests1, Solr 5.5.5

2019-07-22 Thread Jan Høydahl
Can you please paste some Solr log lines showing the refresh decisions? PS: You may want to increase log level to DEBUG for OpenExchangeRatesOrgProvider class (from logs->level in UI) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 22. jul. 2019 kl. 10:59 skrev Werne

Re: HowtoConfigureIntelliJ link is broken

2019-07-22 Thread Jason Gerlowski
Hi Richard, Thanks for the heads up. I think this was a known issue. We recently moved our wiki from a Moin wiki to a Confluence one, and this changed the urls. There was an issue with the redirects at first, but they appear to be working now. Glad you were able to find what you needed regardl

solr.OpenExchangeRatesOrgProvider and way to much requests1, Solr 5.5.5

2019-07-22 Thread Werner Detter
Hi, I've got a SolrCloud Instance running and implemented currency field via OpenEchangeRatesOrtProvider and wondered why we've reached the limit as refreshInterval has been set to 60. For the sake of testings I've downloaded the currency-file to a local webserver and discovered, updated the

Re: Problems using a suggester component in the /select handler in cloud mode

2019-07-22 Thread Jason Gerlowski
Hi Alexandros, The first step would be to package up your changes in a patch file, and upload that to the JIRA you linked to in your initial email. (SOLR-12060). More detailed instructions can be found here: https://cwiki.apache.org/confluence/display/solr/HowToContribute#HowToContribute-Generatin

Basic Query Not Working - Please Help

2019-07-22 Thread Vipul Bahuguna
Hi, I have installed SOLR 8.1.1. I am new and trying the very basics. I installed solr8.1.1 on Windows and I am using SOLR in standalone mode. Steps I followed - 1. created a core as follows: solr create_core -c dox 2. updated the managed_schema.xml file to add few specific fields specific