Re: Using of Streaming to join between shards

2017-06-25 Thread mganeshs
Hi Erick, My scenario goes with two kind of SOLR documents Document #1 - Real document #D_uniqueId #D_documentId(unique), #D_documentname, #D_documentdesc, #D_documentinfo1, #D_documentInfo2, #D_documentInfo3, ... Document #2 - to hold documents ACL #P_uniqueId #P_acl_perm ( multi value field,

Re: Boosting Documents using the field Value

2017-06-25 Thread govind nitk
Hi Erick, Exactly this is what I was looking for. Thanks a lot. Regards, Govind On Mon, Jun 26, 2017 at 12:03 AM, Erick Erickson wrote: > Take a look at function queries. You're probably looking for "field", > "termfreq" and "if" functions or some other combination

async backup

2017-06-25 Thread Damien Kamerman
I've noticed an issue with the Solr 6.5.1 Collections API BACKUP async command returning early. The state is finished well before one shard is finished. The collection I'm backing up has 12 shards across 6 nodes and I suspect the issue is that it is not waiting for all backups on the node to

Re: SOLR Suggester returns either the full field value or single terms only

2017-06-25 Thread govind nitk
Hi Angel, Please Look at these documents. 1. https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/suggester.html 2. https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ShingleFilterFactory Regards, Govind On Mon, Jun 26, 2017 at 3:12 AM, Angel Todorov

admin/metrics API or read JMX by jolokia?

2017-06-25 Thread S G
Hi, The API admin/metrics in 6.x version of Solr seems to be very good. Is it performance friendly as well? We want to use this API to query the metrics every minute or so from all Solr nodes and

SOLR Suggester returns either the full field value or single terms only

2017-06-25 Thread Angel Todorov
Hi guys, I am trying to configure the Suggester in a way that i get google-style auto suggestions: - I don't want the suggestions to be the _whole_ field value - I don't want the suggestions to be single terms For example, if I have a field that has the value "The brown fox jumped over the

Re: Boosting Documents using the field Value

2017-06-25 Thread Erick Erickson
Take a look at function queries. You're probably looking for "field", "termfreq" and "if" functions or some other combination like that. On Sun, Jun 25, 2017 at 9:01 AM, govind nitk wrote: > Hi Erik, Thanks for the reply. > > My intention of using the domain_ct in the qf

Re: Boosting Documents using the field Value

2017-06-25 Thread govind nitk
Hi Erik, Thanks for the reply. My intention of using the domain_ct in the qf was, giving the weight present in the that document. e.g qf=category^domain_ct if the current query matched in the category, the boost given will be domain_ct, which is present in the current matched document. So if

Re: Swapping indexes on disk

2017-06-25 Thread Mike Lissner
Weirdly, this happened again today, deleting a brand new 300GB index that we created after last time, and which had been working for several days. This time, the index was deleted by our log rotation script, which restarted solr, so it's very easy to see what happened before and after the

Re: solr /export handler - behavior during close()

2017-06-25 Thread Susmit Shukla
Hi Joel, Looked at the fix for SOLR-10698, there could be 2 potential issues - Parallel Stream does not set stream context on newly created SolrStreams in open() method. - This results in creation of new uncached HttpSolrClient in open() method of SolrStream. This client is created using