Re: hit highlighting in lucene

2010-02-07 Thread Rohit Banga
t;> could you give us more details and maybe a small code snipped which > >> isolates you problem? > >> > >> simon > >> > >> On Sun, Feb 7, 2010 at 11:32 AM, Rohit Banga > >> wrote: > >> > but what about the case in which i am using f

Re: hit highlighting in lucene

2010-02-07 Thread Simon Willnauer
isolates you problem? >> >> simon >> >> On Sun, Feb 7, 2010 at 11:32 AM, Rohit Banga >> wrote: >> > but what about the case in which i am using fuzzy query matching. then >> > the >> > highlighter package does not work. >> > >> >

Re: hit highlighting in lucene

2010-02-07 Thread Rohit Banga
> the > > highlighter package does not work. > > > > On Sat, Feb 6, 2010 at 8:12 PM, Uwe Schindler wrote: > > > >> There are two contrib packages for highlighting in the lucene > distribution: > >> highlighter and fast-vector-highlighter > >>

Re: hit highlighting in lucene

2010-02-07 Thread Simon Willnauer
we Schindler >> H.-H.-Meier-Allee 63, D-28213 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> >> >> > -Original Message- >> > From: Rohit Banga [mailto:iamrohitba...@gmail.com] >> > Sent: Saturday, February 06, 2010 2:27

RE: hit highlighting in lucene

2010-02-07 Thread Uwe Schindler
--- > > > From: Rohit Banga [mailto:iamrohitba...@gmail.com] > > > Sent: Saturday, February 06, 2010 2:27 PM > > > To: java-user@lucene.apache.org > > > Subject: hit highlighting in lucene > > > > > > Hi friends > > > > > > I h

Re: hit highlighting in lucene

2010-02-07 Thread Rohit Banga
> To: java-user@lucene.apache.org > > Subject: hit highlighting in lucene > > > > Hi friends > > > > I have just started using lucene and the way i want to use it is the > > following: > > > > i have documents consisting of names of users as one field. &g

RE: hit highlighting in lucene

2010-02-06 Thread Uwe Schindler
ohitba...@gmail.com] > Sent: Saturday, February 06, 2010 2:27 PM > To: java-user@lucene.apache.org > Subject: hit highlighting in lucene > > Hi friends > > I have just started using lucene and the way i want to use it is the > following: > > i have documents consisting of n

hit highlighting in lucene

2010-02-06 Thread Rohit Banga
Hi friends I have just started using lucene and the way i want to use it is the following: i have documents consisting of names of users as one field. i have a sentence that may contain the name of some user. i perform a search for the sentence in the index using the searcher. if it contains the

Re: hit highlighting in lucene ?

2009-05-22 Thread Robert Muir
hat when a query is in English you only want > > to > > > query English lang docs, and vica versa. > > > You would also have to mark up your documents with a language > identifier > > > (i.e. 0=English, 1=Other Languages) so that when you query you

Re: hit highlighting in lucene ?

2009-05-21 Thread KK
her Languages) so that when you query you have a > > conditional on the language. > > > > > > > > I've not had to deal with multi-language documents though - so I'm sure > > others will be better placed to offer their experience. > > > > > >

Re: hit highlighting in lucene ?

2009-05-21 Thread Robert Muir
deal with multi-language documents though - so I'm sure > others will be better placed to offer their experience. > > > > -Original Message- > From: KK > Reply-To: java-user@lucene.apache.org > To: java-user@lucene.apache.org > Subject: Re: hit highlighting in lucene

Re: hit highlighting in lucene ?

2009-05-21 Thread Joel Halbert
27;m sure others will be better placed to offer their experience. -Original Message- From: KK Reply-To: java-user@lucene.apache.org To: java-user@lucene.apache.org Subject: Re: hit highlighting in lucene ? Date: Thu, 21 May 2009 18:31:44 +0530 Initially I was using standardA

Re: hit highlighting in lucene ?

2009-05-21 Thread KK
he > StopFilter (English words only). > > > -Original Message- > From: KK > Reply-To: java-user@lucene.apache.org > To: java-user@lucene.apache.org > Subject: hit highlighting in lucene ? > Date: Thu, 21 May 2009 17:51:13 +0530 > > Hi All, > I was looking

Re: hit highlighting in lucene ?

2009-05-21 Thread Joel Halbert
filters. The StandardAnalyzer is designed for English since it used the StopFilter (English words only). -Original Message- From: KK Reply-To: java-user@lucene.apache.org To: java-user@lucene.apache.org Subject: hit highlighting in lucene ? Date: Thu, 21 May 2009 17:51:13 +0530 Hi All, I was

hit highlighting in lucene ?

2009-05-21 Thread KK
Hi All, I was looking for various ways of implementing hit highlighting in Lucene and found some standard classes that does support highlighting like this *lucene*.apache.org/java/2_2_0/api/org/apache/*lucene*/search/*highlight* /package-summary.html ik but what i believe is that this is only for