Solr join query takes too long

2018-02-04 Thread Aashish Agarwal
Hi I am using join query that joins 2 cores to get result. Since, number of docs in both the cores are too high so I want to use post filter with join query. But that is not working by providing cost=100. Is it implemented for join filter query? I use solr 4.6.0 Thanks, Aashish

Re: Doubts regarding usage of block join query

2018-02-04 Thread Aashish Agarwal
Hello Mikhail, Thanks for helping. I added documents using solrInputDocument and all childs as collection as collection using addChildDocumnets method. It is working fine now. Thanks a lot for your help. On Jan 18, 2018 11:57 PM, "Mikhail Khludnev" wrote: Just find a way how

"editorialMarkerFieldName"

2018-02-04 Thread Sadiki Latty
Hello I have added the "editorialMarkerFieldName" to my search component but nothing happens. Am I missing something in my configuration? I have confirmed that the elevation aspect is working as it should. The documents in the 'elevate.xml' are being elevated so the component is being read,

Best approach for flattening data or using nested lists.

2018-02-04 Thread David Lee
I have a project where I am working with nested data (not that deep, but multiple lists) and would love to get some advice from other experienced developers. I've read most of the books on Solr (including Solr In Action) and though they provide good information (though dated) on the actual

Re: using gatherNodes to produce 'to' -> 'from' pairs

2018-02-04 Thread Joel Bernstein
Currently you can only directly gather nodes and aggregations. The fetch() expression can be used to fetch more fields if needed in a secondary call. Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Feb 4, 2018 at 3:12 PM, Gintautas Sulskus < gintautas.suls...@gmail.com> wrote: > Hi, > > By

using gatherNodes to produce 'to' -> 'from' pairs

2018-02-04 Thread Gintautas Sulskus
Hi, By default, gatherNodes returns only a set of 'to' nodes. Is there a neat way to return a set of all maplets 'from' -> 'to'? Thanks, Gin

Re: Nesting decorators in streaming expressions

2018-02-04 Thread Gintautas Sulskus
Thanks, Joel, that is great to hear. Will try it first thing next week. Gin On Sat, Feb 3, 2018 at 6:44 PM, Joel Bernstein wrote: > Yes, you can nest decorators. The expression in your email should be > possible, its just a matter of getting all the syntax right. I would

Matching parent docs when two child docs match different criteria

2018-02-04 Thread SuperMattio86
Hello. As a toy example, let's assume I have documents that looks like this: { "id": "1", "_childDocuments_": [ { "id": "1_2", "_path_": "p.1", "size": "M", "color": "red" }, { "id": "23lk4d23lkj", "_path_": "p.2",

Re: 9000+ CLOSE_WAIT connections in solr v6.2.2 causing it to "die"

2018-02-04 Thread Shawn Heisey
On 2/2/2018 10:00 AM, mmb1234 wrote: Client / java8 app: An AsyncHTTPClient POST-ing gzip payloads. PoolingNHttpClientConnectionManager maxtotal=10,000 and maxperroute=1000) ConnectionRequestTimeout = ConnectTimeout = SocketTimeout = 4000 (4 secs) I have to concur with the person who

Re: Query fields with data of certain length

2018-02-04 Thread Zheng Lin Edwin Yeo
Hi, Thanks for the reply. Meaning we have to write this custom QParser ourselves? Regards, Edwin On 3 February 2018 at 03:28, Chris Hostetter wrote: > > : Have you manage to get the regex for this string in Chinese: > 预支款管理及账务处理办法 ? > ... > : > An example

Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-04 Thread Anupam Bhattacharya
Pls. help to understand the root cause of this behavior. Even though text_spellcheck fieldType is using solr.StandardTokenizerFactory & doesnt have any relation with text_general field which is using solr.NGramTokenizerFactory tokenizer why the Solr Spell check services is not working as

Re: Title Search scoring issues with multivalued field & norm

2018-02-04 Thread Sravan Kumar
Using edismax with different fields for each title will affect the final scores if the tie paramter is non-zero. Can we create separate document for each title? The uniqueness won't be for movie_id but for each title. In this manner, even while using edismax, the other titles won't affect the