Re: urgent

2007-11-18 Thread rohit saini
Hi, I think u may need to use escape function to escape the words which does not come in searching Rohit On 11/17/07, Shakti_Sareen <[EMAIL PROTECTED]> wrote: > > Hi > > > > I am facing problem in searching the word containing forward slash (/). > > My index file contains more then one docum

Re: lucene search options

2008-06-23 Thread rohit saini
Hi aditi, U can have a field corresponding to this domainIt will solve ur problem.. bye Rohit Impetus technologies- noida mob. 09910220475 On 6/23/08, Aditi Goyal <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am using Lucene for creating indexes. There is one field as "email" which > st

Update boost factor for indexed document using setBoost()

2007-08-09 Thread rohit saini
Hi, could u pl. tell me how to update boost factor of already indexed document using setBoost. Thanks & regards, Rohit -- VANDE - MATRAM

Re: Update boost factor for indexed document using setBoost()

2007-08-10 Thread rohit saini
Modifier path-to-index > your.Similarity field1 [field2 ...] > > To do this, you have to write your own Similarity class to adjust boost, > via lengthNorm(). > > Thank you, > > Koji > > rohit saini wrote: > > Thanks a lot Grant > > I have been trying to do

Re: Update boost factor for indexed document using setBoost()

2007-08-10 Thread rohit saini
h the new > boost. > > On Aug 9, 2007, at 11:59 PM, rohit saini wrote: > > > Hi, > > could u pl. tell me how to update boost factor of already indexed > > document > > using setBoost. > > > > Thanks & regards, > > Rohit > >

Index file size limitation of 2GB

2007-08-12 Thread rohit saini
Hi all, I have bulk of data to be indexed and that may cross index file size of 2GB. As lucene faq tells that if index file size increses to 2GB there will be problems. but faq tells to make index subdirectory in this case. I have tried to do so made a index subdirectory in index main directory wh

File decriptors

2007-08-13 Thread rohit saini
Hi all, Lucene says if we use compound file format than it greatly increase the number of file descriptors used by indexing and by searching. Can you please tell me what does it mean. Which file are opened by during indexing and searching. I know something but still not very clear. I have some oth

Re: Update boost factor for indexed document using setBoost()

2007-08-14 Thread rohit saini
own Similarity class to adjust boost, > via lengthNorm(). > > Thank you, > > Koji > > rohit saini wrote: > > Thanks a lot Grant > > I have been trying to do socould u please send me example of doing > the > > way u r talking . > > > > A