Re: Collapse and Expand behaviour on result with 1 document.

2015-03-31 Thread Derek Poh
, then this is working as expected. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Mar 30, 2015 at 8:43 PM, Derek Poh d...@globalsources.com wrote: Hi I have a query which return 1 document. When I add the collapse and expand parameters to it, expand=trueexpand.rows=5fq={!collapse%20field

Re: Collapse and Expand behaviour on result with 1 document.

2015-03-31 Thread Derek Poh
://joelsolr.blogspot.com/ On Tue, Mar 31, 2015 at 2:00 AM, Derek Poh d...@globalsources.com wrote: If I want to group the results (by a certain field) even if there is only 1 document, I should use the group parameter instead? The requirement is to group the result of product documents

Collapse and Expand behaviour on result with 1 document.

2015-03-30 Thread Derek Poh
Hi I have a query which return 1 document. When I add the collapse and expand parameters to it, expand=trueexpand.rows=5fq={!collapse%20field=P_SupplierId}, the expanded section is empty (lst name=expanded/). Is this the behaviour of collapse and expand parameters on result which contain

Can configName of a collection be change?

2015-03-23 Thread Derek Poh
Hi I created 3 collections (on Lucidworks Fusion). I noticed a difference in configName of the 3 collections. I did not specifically inputthe configName to usefor thembut 1of the collection ('product') is defaulted touse 'myconf' as the configName. collection 'product' = {configName:myconf}

Re: Can configName of a collection be change?

2015-03-23 Thread Derek Poh
Hi Shawn I understand what you mean on checking back with the vendor. Thank you for your explanation from the perspective of pure Solr. -Derek On 3/23/2015 8:08 PM, Shawn Heisey wrote: On 3/23/2015 2:59 AM, Derek Poh wrote: I created 3 collections (on Lucidworks Fusion). I noticed

Re: index duplicate records from data source into 1 document

2015-03-20 Thread Derek Poh
Oh that is how Solr works... On 3/19/2015 10:44 PM, Shawn Heisey wrote: On 3/19/2015 2:09 AM, Derek Poh wrote: Am I right to saywe need todo the combine of duplicate records into 1 before feeding it to Solr to index? I am coming from Endecawhich support the combine of duplicate records into 1

Re: index duplicate records from data source into 1 document

2015-03-19 Thread Derek Poh
-with-solrj/ Best, Erick On Wed, Mar 18, 2015 at 2:52 AM, Derek Poh d...@globalsources.com wrote: Hi If I have duplicaterecords in my source data (DB or delimited files). For simplicity sake they are of the following nature Product IdBusiness Type --- 12345

index duplicate records from data source into 1 document

2015-03-18 Thread Derek Poh
Hi If I have duplicaterecords in my source data (DB or delimited files). For simplicity sake they are of the following nature Product IdBusiness Type --- 12345 Exporter 12345 Agent 12366 Manufacturer 12377 Exporter 12377 Distributor

<    1   2