Re: More Highlighting details

2019-07-25 Thread govind nitk
Hi Furkan KAMACI, Thanks for your reply. Will look at custom transformer options. I was looking for any way( can be debug also) to get from highlight that it is matched vs defaultSummary. Anyways, will update findings on custom transformers and if it can solve what I mean by. Best Regards, Govind

Re: Solr Geospatial Polygon Indexing/Querying Issue

2019-07-25 Thread David Smiley
Hello Marshall, I worked on a lot of this functionality. I have lots to say: * Personally, I find it highly confusing to have a field named "latlng" and have it be anything other than a simple point -- it's all you have if given a single latitude longitude pair. If you intend for the data to be

Re: autoGeneratePhraseQueries does not work?

2019-07-25 Thread Akihiro Ito
Thank you for your reply. I did not know about the sow parameter. By specifying "sow = true" explicitly, it has been confirmed that the search results are as expected. akihiro:~$curl "http://localhost:28983/solr/bmitems_A/select?q=trigram:&fq=syo_id:1237&sow=true&echoParams=none"; { "respo

Unified highlighter on result of query with two required terms which matched separate fields

2019-07-25 Thread Richard Walker
Hi, I'm trying to understand what's going on with the combination of: * Solr 8.1.1 * edismax parser * qf with multiple fields specified (each of which has type text_en_splitting, some of which are multiValued) * unified highlight method * query with two terms * results where the two terms match

solrcloud backup null pointer exeption

2019-07-25 Thread rffleaie
I have a solrcloud cluster installed on k8s. I have created a nfs PVC that is mounted under /backup of every pod of the solr cluster. When I start the backup with http://127.0.0.1:8983/solr/admin/collections?action=BACKUP&name=test&collection=collection_name&location=/backup I receive the follo

Solrj + Aliases

2019-07-25 Thread Joe Obernberger
Hi All - I've created an alias, but when I try to index to the alias using CloudSolrClient, I get 'Collection not Found: TestAlias'.  Can you not use an alias name to index to with CloudSolrClient?  This is with SolrCloud 8.1. Thanks! -Joe

Re: Contact for Wiki / Support page maintainer

2019-07-25 Thread Jan Høydahl
All committers can edit. What would you like to change/add? Jan Høydahl > 25. jul. 2019 kl. 09:11 skrev Jaroslaw Rozanski : > > Hi folks! > > Who is the maintainer of Solr Support page in the Apache Solr Wiki > (https://cwiki.apache.org/confluence/display/solr/Support)? > > Thanks, > Jaroslaw

Re: More Highlighting details

2019-07-25 Thread Furkan KAMACI
Hi Govind, Highlighting is the easiest way to detect it. You can find a similar question at here: https://stackoverflow.com/questions/9629147/how-to-return-column-that-matched-the-query-in-solr Kind Regards, Furkan KAMACI On Wed, Jul 24, 2019 at 9:28 PM govind nitk wrote: > Hi Furkan KAMACI, >

Re: [CAUTION] Re: [CAUTION] Re: CDCR Queues API invocation with CloudSolrclient

2019-07-25 Thread Natarajan, Rajeswari
I tried Shawn's suggestion to use SolrQuery Object instead of QT , still it is the same issue. Regards, Rajeswari On 7/24/19, 4:54 PM, "Natarajan, Rajeswari" wrote: Please look at the below test which tests CDCR OPS Api. This has "BadApple" annotation (meaning the test fails intermitt

Re: Apache Solr 8 behaviour when ZK data is deleted

2019-07-25 Thread Prince Manohar
Thank you for this help Shawn. On Wed, Jul 24, 2019 at 11:51 PM Shawn Heisey wrote: > On 7/24/2019 12:08 PM, Prince Manohar wrote: > > If the zookeeper is wiped out of it's data, it looks like the Solr also > > deleted all the indexes. > > > > I wanted to know if is normal that if the configset

Re: Solr Geospatial Polygon Indexing/Querying Issue

2019-07-25 Thread Sanders, Marshall (CAI - Atlanta)
That didn't seem to work either. I think there must be something wrong with how we're indexing/storing the polygon and/or how we've configured the field/querying it. The docs are so sparse on this ( Here's the response: { "responseHeader":{ "status":0, "QTime":1, "params":{

Question

2019-07-25 Thread Сергей Кучейко
Hi guys! Maybe you can help me: I've described problem in this gist . I tried to use join query parser like this: http://blabla/solr/LandingInsights/select?d

Re: autoGeneratePhraseQueries does not work?

2019-07-25 Thread Alexandros Paramythis
Hi Akihiro, This behavior is caused by the NGramTokenizerFactory, which is used both during analysis and querying in the configuration. In short: * During indexing, this filter causes the token 'aaa' to be generated from the string 'aaabbbccc' (because minGramSize="3") and indexed * At query

Re: autoGeneratePhraseQueries does not work?

2019-07-25 Thread Yasufumi Mizoguchi
Hi, Since Solr 7.0, sow(Split-on-Whitespace) parameter has set false as implicit default. Because autoGeneratePhraseQueries option's behavior depends on that parameter, you should add sow=true parameter to your query. e.g) q=trigram:&fq=syo_id:1237&debugQuery=on&sow=true Thanks, Yasufumi. 2

Contact for Wiki / Support page maintainer

2019-07-25 Thread Jaroslaw Rozanski
Hi folks! Who is the maintainer of Solr Support page in the Apache Solr Wiki (https://cwiki.apache.org/confluence/display/solr/Support)? Thanks, Jaroslaw -- Jaroslaw Rozanski | m...@jarekrozanski.eu