Re: Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-22 Thread Bilgin Ibryam
t; Sent: Friday, July 16, 2010 8:59 AM > To: 'solr-user@lucene.apache.org' > Subject: RE: Securing Solr 1.4 in a glassfish container AS NEW THREAD > > Hi Bilgin, > > Thanks for the snippet -- that helps a lot. > > -Jon > > -Original Message- > F

Re: Beginner question

2010-07-20 Thread Bilgin Ibryam
tch > > > > Erik Hatcher-4 wrote: > > > > Consider using the dismax query parser instead. It has more > > sophisticated capability to spread user queries across multiple fields > > with different weightings. > > > > Erik > > > > On

Beginner question

2010-07-20 Thread Bilgin Ibryam
Hi all, I have two simple questions: I have an Item entity with id, name, category and description fields. The main requirements is to be able to search in all the fields with the same string and different priority per field, so matches in name appear before category matches, and they appear befo

Re: Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-16 Thread Bilgin Ibryam
quot;, 80, AuthScope.ANY_REALM), defaultcreds); HTH Bilgin Ibryam On Fri, Jul 16, 2010 at 2:35 AM, Sharp, Jonathan wrote: > Hi All, > > I am considering securing Solr with basic auth in glassfish using the > container, by adding to web.xml and adding sun-web.xml file to the > distribu

Re: DataImporter

2010-07-14 Thread Bilgin Ibryam
Is it possible that you have the same IDs in both entities? Could you show here your entity mappings? Bilgin Ibryam On Wed, Jul 14, 2010 at 11:48 AM, Amdebirhan, Samson, VF-Group < samson.amdebir...@vodafone.com> wrote: > Hi all, > > > > Can someone help me in this