Mailing List Archive

Question Regarding SOLR
Good morning,

I am looking into an issue regarding one of our Magento websites that utilizes SOLR search. We are looking for additional tips and usage for SOLR search.

Are there ways or tips/guides as to control the elements of SOLR Search? For example if we have specific products, that are differentiated by SKU such as ABC-product_number. While other products just solely have product_number, the differentiator is ABC-. Is there a way to have SOLR search have product SKU of ABC-product_number display first or highest on search results?

Let me know if you need further details. Any feedback would be appreciated. Thanks

Gerard Garcia | Senior Project Manager
Redstage | (888) 335-2747 x218
Re: Question Regarding SOLR [ In reply to ]
Hi,

Have you considered doing a copy field where you put the SKU and apply
boosting?

On Wed, Nov 5, 2014 at 10:56 PM, Gerard Garcia <ggarcia@redstage.com> wrote:

> Good morning,
>
> I am looking into an issue regarding one of our Magento websites that
> utilizes SOLR search. We are looking for additional tips and usage for
> SOLR search.
>
> Are there ways or tips/guides as to control the elements of SOLR Search?
> For example if we have specific products, that are differentiated by SKU
> such as ABC-product_number. While other products just solely have
> product_number, the differentiator is ABC-. Is there a way to have SOLR
> search have product SKU of ABC-product_number display first or highest on
> search results?
>
> Let me know if you need further details. Any feedback would be
> appreciated. Thanks
>
> Gerard Garcia | Senior Project Manager
> Redstage | (888) 335-2747 x218
>



--

*Xavier Morera*

Entrepreneur | Author & Trainer | Consultant | Developer

*www.xaviermorera.com <http://www.xaviermorera.com/>*

office: (305) 600-4919

cel: +506 8849-8866

skype: xmorera
Twitter <https://twitter.com/xmorera> | LinkedIn
<https://www.linkedin.com/in/xmorera> | Pluralsight Author
<http://www.pluralsight.com/author/xavier-morera>
Re: Question Regarding SOLR [ In reply to ]
I am using TikaEntityProcessor to parse and index the documents. I am new to SOLR hence I am unfamiliar with SKU. Can you give me and example of how it can be done?

thanks,

________________________________________
From: Xavier Morera <xavier@familiamorera.com>
Sent: Thursday, November 06, 2014 9:42 AM
To: general@lucene.apache.org
Cc: general@lucene.com
Subject: Re: Question Regarding SOLR

Hi,

Have you considered doing a copy field where you put the SKU and apply
boosting?

On Wed, Nov 5, 2014 at 10:56 PM, Gerard Garcia <ggarcia@redstage.com> wrote:

> Good morning,
>
> I am looking into an issue regarding one of our Magento websites that
> utilizes SOLR search. We are looking for additional tips and usage for
> SOLR search.
>
> Are there ways or tips/guides as to control the elements of SOLR Search?
> For example if we have specific products, that are differentiated by SKU
> such as ABC-product_number. While other products just solely have
> product_number, the differentiator is ABC-. Is there a way to have SOLR
> search have product SKU of ABC-product_number display first or highest on
> search results?
>
> Let me know if you need further details. Any feedback would be
> appreciated. Thanks
>
> Gerard Garcia | Senior Project Manager
> Redstage | (888) 335-2747 x218
>



--

*Xavier Morera*

Entrepreneur | Author & Trainer | Consultant | Developer

*www.xaviermorera.com <http://www.xaviermorera.com/>*

office: (305) 600-4919

cel: +506 8849-8866

skype: xmorera
Twitter <https://twitter.com/xmorera> | LinkedIn
<https://www.linkedin.com/in/xmorera> | Pluralsight Author
<http://www.pluralsight.com/author/xavier-morera>