Re: How to handle nested documents in solr (SolrJ)

2017-05-25 Thread Rick Leir
lock-join-to-improve-search-efficiency-with-nested-documents-in-solr cheers -- Rick On 2017-05-24 02:53 AM, prasad chowdary wrote: Dear All, I have a requirement that I need to index the documents in solr using Java code. Each document contains a sub documents like below ( Its just for underastand

Re: How to handle nested documents in solr (SolrJ)

2017-05-24 Thread David Lee
But my recent posting might help: " Yonick has some good blogs on this." And Mikhail has an excellent blog: https://blog.griddynamics.com/how-to-use-block-join-to-improve-search-efficiency-with-nested-documents-in-solr cheers -- Rick On 2017-05-24 02:53 AM, prasad chowdary

Re: How to handle nested documents in solr (SolrJ)

2017-05-24 Thread Erick Erickson
0.0.104.678.9j1.10.00...1.1.64.serp..0.0.0.JTf887wWCDM > > But my recent posting might help: " Yonick has some good blogs on this." > > And Mikhail has an excellent blog: > > https://blog.griddynamics.com/how-to-use-block-join-to-improve-search-efficiency-with-nested-doc

Re: How to handle nested documents in solr (SolrJ)

2017-05-24 Thread Rick Leir
g.griddynamics.com/how-to-use-block-join-to-improve-search-efficiency-with-nested-documents-in-solr cheers -- Rick On 2017-05-24 02:53 AM, prasad chowdary wrote: Dear All, I have a requirement that I need to index the documents in solr using Java code. Each document contains a sub documents lik

How to handle nested documents in solr (SolrJ)

2017-05-23 Thread prasad chowdary
Results option . But not able to get the child for parent match. Please help me out in this regard.Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-handle-nested-documents-in-solr-SolrJ-tp4336861.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Nested documents in Solr

2014-10-22 Thread Mikhail Khludnev
>> >> title:foo -title:bar >> >> *Wildcard matching* >> >> Search for any word that starts with "foo" in the title field. >> >> title:foo* >> Search for any word that starts with "foo" and ends with bar in the title >&g

Re: Nested documents in Solr

2014-10-22 Thread aurelien . mazoyer
o" and ends with bar in the title field. title:foo*bar Note that Lucene doesn't support using a * symbol as the first character of a search. -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-documents-in-Solr-tp4165099p4165232.html Sent from the So

Re: Nested documents in Solr

2014-10-21 Thread Ramzi Alqrainy
itle:foo* Search for any word that starts with "foo" and ends with bar in the title field. title:foo*bar Note that Lucene doesn't support using a * symbol as the first character of a search. -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-documents-in-Solr-tp4165099p4165232.html Sent from the Solr - User mailing list archive at Nabble.com.

Nested documents in Solr

2014-10-20 Thread aurelien . mazoyer
Hi, I have some question regarding nested document queries. For example, let’s say that I have many books, one of which is the following one: Book _title: Nested documents for dummies Chapter1_Title: Introduction Chapter1_Content: Nested documents are fun. Chapter2_Title: Which technology shou