Re: Databases

2010-07-23 Thread tarun sapra
ary to follow such kind of methodology with Lucene? > > 3) If we do not use such type of database management system, will there be > any disadvantages with large number of indexed files? > > Appreciate any reply from you. > Thanks, > Manjula. > -- Thanks & Regards Tarun Sapra

Re: Stopwords and Wildcards

2010-07-01 Thread tarun sapra
ere any other way to get a proper result without writing code twice? > > Thanks, > Markus > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Thanks & Regards Tarun Sapra

Re: example of processing tokens from query results?

2010-06-29 Thread tarun sapra
For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Thanks & Regards Tarun Sapra

Re: A question regarding the setSlop method of class PhraseQuery (Lucene version 3.0.1)

2010-06-28 Thread tarun sapra
matter how big > > the > > slop factor I set, seems this is a bug of Lucene, or it is work as > design? > > > > 2010/6/28 tarun sapra > > > > > Hi , > > > > > > I think I have been able to understand whats happening here... > &

Re: A question regarding the setSlop method of class PhraseQuery (Lucene version 3.0.1)

2010-06-27 Thread tarun sapra
words "This" and "test" are 2 slop factor apart thats why this phrase is working. On Mon, Jun 28, 2010 at 11:37 AM, a peng wrote: > Hi, > > I am using StandardAnalyzer(Version.LUCENE_30); > > 2010/6/27 tarun sapra > > > which analyzer are you usin

Re: A question regarding the setSlop method of class PhraseQuery (Lucene version 3.0.1)

2010-06-27 Thread tarun sapra
> two. > > More exact matches are scored higher than sloppier matches, thus search > results are sorted by exactness. > > The slop is zero by default, requiring exact matches. > -- Thanks & Regards Tarun Sapra

Re: searching for wildcard as valid character

2010-06-25 Thread tarun sapra
TermQuery should solve your problem as it would consider "1234*abc" as one single term. Regards Tarun Sapra On Fri, Jun 25, 2010 at 4:13 PM, frueskens wrote: > > Dear all, > > I have to solve the following problem but without success yet. > > We need to search fo