[ANNOUNCEMENT] Luke 6.2.1 released

2016-09-30 Thread Tomoko Uchida
Download the release zip here: https://github.com/DmitryKey/luke/releases/tag/luke-6.2.1 Upgrade to Lucene 6.2.1. #67 Enjoy!

Re: JSON Facet "allBuckets" behavior

2016-09-30 Thread Yonik Seeley
On Tue, Sep 27, 2016 at 12:20 PM, Karthik Ramachandran wrote: > While performing json faceting with "allBuckets" and "mincount", I not sure > if I am expecting a wrong result or there is bug? > > By "allBucket" definition the response, representing the union of all of the > buckets. [...] > I wa

Re: Archiving documents

2016-09-30 Thread hairymcclarey
You can also look at sharding options for SolrCloud, e.g. with implicit sharding you can choose a sharding field and SolrCloud will index your docs into shards based on this field. You could have two shards (and also replicate your main shard if you want for distributed searches and fault toler

RE: Highlighting brings in irrelevant words

2016-09-30 Thread Bade, Vidya (Sagar)
Forgot to include: All the three fields used for highlighting are configured as follows: Thank You, :Sagar -Original Message- From: Bade, Vidya (Sagar) [mailto:vb...@webmd.net] Sent: Friday, September 30, 2016 2:12 PM To: solr-user@lucene.apache.org Subject: Highlighting brings in i

Highlighting brings in irrelevant words

2016-09-30 Thread Bade, Vidya (Sagar)
Hi, I am using Solr 4.10.2 following is my request: defType(Parser)=edismax fl=id,title,description,link_title qf=title description keywords pf=title description hl=true hl.fl=title,description,link_title hl.q=lupus q=lupus I have two records in the index. Both about lupus. When I query using th

Re: slow updates/searches

2016-09-30 Thread Rallavagu
Hi Erick, Yes. Apparently, there is work to do with phrase queries. As I continue to debug, noticed that a multi word phrase query is CPU bound as it certainly works "hard". Are there any optimizations to consider? On 9/29/16 8:14 AM, Erick Erickson wrote: bq: The QTimes increase as the numb

Re: Configuring a custom Analyzer for the SynonymFilter

2016-09-30 Thread Raf
Just to bring up to a conclusion, I have finally solved my issue by creating a custom Analyzer for use with the SynonymFilter. It is not as "declarative" as I would have hoped, but at least it works :) Greetings, *Raf* On Wed, Sep 28, 2016 at 9:26 AM, Raf wrote: > On Wed, Sep 28, 2016 at 3:21 A

Re: Archiving documents

2016-09-30 Thread Shawn Heisey
On 9/29/2016 6:55 AM, Vasu Y wrote: > We would like to archive documents based on some criteria (like those that > were not modified for more than an year OR are least used) in order to > reduce storage requirements. > I would like hear some of the best practices followed. > > How about having mai

Re: solr deployment help

2016-09-30 Thread Shawn Heisey
On 9/29/2016 1:24 AM, Ken Fan wrote: > introduce me, my name is kenfan and i work in IT company, indonesian. > i want to deploy solr 6.2.0 to openshift online. in openshift online i > used jbossews-2.0. after that i upload a solr-webapps to webapps > openshift online. We cannot be sure that deplo

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-30 Thread Mikhail Khludnev
I even tried to run zkCli with socksProxyHost/Port - no luck. But then lurking internets reveal a chilling truth it won't ever work because zookeeper Java client uses NIO which doesn't support proxies at all, at contrast to good old java.net API. No way. On Thu, Sep 29, 2016 at 12:06 PM, Mikhail K

Re: How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread subinalex
Thanks a lot christian.. let me explore that.. :) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-know-if-SOLR-indexing-is-completed-prorammatically-tp4298799p4298807.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread Christian Ortner
Hi, the admin console is backed by a JSON API. You can run the same requests it uses programatically. Find them easily by checking your browser debug tools' networking tab. Regards, Chris On Fri, Sep 30, 2016 at 10:29 AM, subinalex wrote: > Hi Guys, > > We are running back to back solr indexin

Possible change of tie breaker behavior between Solr 4.4 and Solr 6

2016-09-30 Thread Christian Ortner
Hello everyone, We're in the process of upgrading a service from Solr 4.4 to Solr 6. While comparing result quality between the two versions, I found that a result's phrase query score now contains the highest scoring field. In Solr 4.4, the sum of all matching fields' scores was added to the tota

How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread subinalex
Hi Guys, We are running back to back solr indexing batch jobs.We need to ensure if the triggered batch indexing is completed before starting the next. I know we can check the status by viewing the 'Logging' and 'CoreAdmin' page of solr admin console. But,we need to find this out programmatically

Re: how to sampling search result

2016-09-30 Thread Renaud Delbru
Some people in the Elasticsearch community are using random scoring [1] to sample a document subset from the search results. Maybe something similar could be implemented for Solr ? There are probably more efficient sampling solution than this one, but this solution is likely more straightforwa

Re: solr hierarchical search hyponyms hypernyms

2016-09-30 Thread Andrea Gazzarini
Hi Francesco, On 29/09/16 10:47, marcyborg wrote: Hi Andrea, Thanks very much for your complete reply. You're right, I'm new about Solr, so I'm sorry if'm asking trivial questions, or I'not exaustive in my questions! About the scenario, I try to explain it: I have to load the thesaurus in Solr