Re: Solr search implement in magento 1

2018-06-28 Thread Walter Underwood
This is Solr used inside the Magento platform. I recommend asking in a Magento group. https://community.magento.com/ wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jun 28, 2018, at 7:40 AM, David Smiley wrote: > > Hello, > > This is the "dev"

Re: Solr search implement in magento 1

2018-06-28 Thread David Smiley
Hello, This is the "dev" list for Lucene/Solr which is for the internals of Lucene/Solr, not how to use Lucene/Solr. Please join and post to the "Solr User" list: http://lucene.apache.org/solr/community.html#mailing-lists-irc BTW when you re-ask, consider trying to improve the wording, maybe

Re: Solr search implement in magento 1

2018-06-28 Thread Amit Hazra
Hi, http://alpha.sharbor.com/search/?fq[manufacturer]=Maxon=1 I have implement a solr search in magento 1.8. But client Wants that some custom product attribute search as per attribute value ="Parent", as per requirements i have merge query with custom atrribute value = "Parent" and get the

Re: Solr Search - Issue

2017-02-13 Thread Jan Høydahl
Hi, http://people.apache.org/~hossman/#solr-user Your question is better suited for the solr-user@lucene mailing list ... not the dev@lucene list. The dev list is for discussing development of the internals of Solr and the Lucene Java library ... it is *not* the appropriate place to ask

RE: Solr Search - Issue

2017-02-13 Thread Neeraj Kumar
Hi Team, Any update on this. Mit freundlichen Grüßen / Best Regards TCS Deutschland GmbH i.V. Neeraj Kumar TCS Deutschland GmbH Contractpartner of Bayer Business Services GmbH BBS-ITS-R/BCS On behalf of Bayer Business Services GmbH 51368 Leverkusen, Deutschland Tel:

Re: Solr search

2015-12-03 Thread vetrik kumaran murugesan
Hi, Thanks to Upayavira ,Shawn Heisey, Uwe and Benson and appreciate them for helping me providing necessary information. I was trying to understand the usage and licensing of following files, for using SOLR for our client project. 1. Tagsoup 1.2.1 2. Junit4-ant v 2.1.13 3.

Re: Solr Search: Access Control / Role based security

2015-11-05 Thread Jack Krupansky
The best practice would be to implement an application layer API that enforces security and prevents application clients from directly accessing Solr. LucidWorks Fusion (or their earlier LucidWorks Enterprise product) supports access control via search filters, including LDAP integration:

Re: Solr Search: Access Control / Role based security

2015-11-05 Thread Noble Paul
the security model currently is about protecting specific end points and it is not extended to doc level/column level. However, you can implement an AuthorizationPlugin which can manipulate the incoming queries based on rules On Fri, Nov 6, 2015 at 1:18 AM, Jack Krupansky

Re: Solr search

2015-10-01 Thread Upayavira
> > *From:* vetrik kumaran murugesan [mailto:vetri...@gmail.com] *Sent:* > Thursday, October 01, 2015 3:11 AM *To:* dev@lucene.apache.org > *Subject:* Re: Solr search > > Hi Upayavira, > > Thanks for your quick reply. > > Files above use GPL and MIT license ,

Re: Solr search

2015-09-30 Thread Upayavira
On Wed, Sep 30, 2015, at 10:55 PM, vetrik kumaran murugesan wrote: > Dear Team, > > I am wondering can we use Solr 5.3 search  server  without the > following jar files, > > commonsfileupload: 1.2.1 xerces : xercesImpl : 2.9.1 org.apache.ant : > ant : 1.8.2 > > > If yes , how can I do it. I am

Re: Solr search

2015-09-30 Thread vetrik kumaran murugesan
Hi Upayavira, Thanks for your quick reply. Files above use GPL and MIT license , like junit4-ant 2.1.13 has GPL and MIT. Regards, Vetrik 2015-09-30 17:27 GMT-05:00 Upayavira : > On Wed, Sep 30, 2015, at 10:55 PM, vetrik kumaran murugesan wrote: > > Dear Team, > > I am

Re: Solr search

2015-09-30 Thread Benson Margulies
On Wed, Sep 30, 2015 at 9:11 PM, vetrik kumaran murugesan wrote: > Hi Upayavira, > > Thanks for your quick reply. > > Files above use GPL and MIT license , like junit4-ant 2.1.13 has GPL and > MIT. There is no MIT or GPL to Xerces or ant, they are Apache products. Why makes

RE: Solr search

2015-09-30 Thread Uwe Schindler
. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: vetrik kumaran murugesan [mailto:vetri...@gmail.com] Sent: Thursday, October 01, 2015 3:11 AM To: dev@lucene.apache.org Subject: Re: Solr

Re: Solr search in database and documents

2011-03-25 Thread Jan Høydahl
Hi, There are several options, and we'll happily answer your question, but not here on the developers mailing list. Please ask user questions on the user mailing list. See http://wiki.apache.org/solr/UsingMailingLists -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com

Re: Solr search usinh PHP

2009-05-13 Thread Grant Ingersoll
Hi Spider, You're much more likely to get helpful answers on solr-u...@lucene.apache.org . The dev list is for discussion of the internals of Solr. The user list is for discussion on how to use Solr. Cheers, Grant On May 13, 2009, at 7:55 AM, The Spider wrote: Hi, Please consider

Re: Solr search PHP

2009-05-11 Thread Matt Weber
Take a look at this: http://code.google.com/p/solr-php-client/ Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 11, 2009, at 6:12 AM, The Spider wrote: Hi, I want to integrate solr search in my php application. First I want to know that, do solr search