Indexing speed

2006-02-24 Thread revati joshi
hi all, I just wnted to know how to increase the speed of indexing of files . I tried it by using Multithreading approach but couldn't get much better performance. It was same as it is in usual sequential indexing.Is there any other approach to get better Indexing performance incas

Indexing problem

2006-02-18 Thread revati joshi
Hi, i'm facing problem while indexing the files .There r some files which r not in normal ASCII format having ASCII characters but r in some arabic,french format which i don't want to index those files. Because of these files my indexing process gets halted in between.so is there any cl

updating index

2006-02-16 Thread revati joshi
Hi, i hve tried updating lucene index using Hibernate lifecycle class but not able to get the implementation of this class. www.hibernate.org - Using Lifecycles and Interceptors to update Lucene searches.htm The onSave(),onUpdate() method has got the Session parameter which is to pass

Reindexing

2006-02-07 Thread revati joshi
Hello lucene members, i'm the silent member of this group.last week i had sent some query regarding reindexing,but i dn't received any reply from any one.Still i'm stuck up with the same problem of reindexing. i hve completed with the reindexing code using h

Reindexing

2006-01-30 Thread revati joshi
Hello Lucene members. i tried to do reindexing using Lifecycle interface of Hibernate ,but i'm stuck up with the implementation part of this interface. I wrote the code for it but i'm now stuck up with the concept of Hibernate. It uses methods lkie Onsa

Reindexing

2006-01-23 Thread revati joshi
Note: forwarded message attached. Yahoo! Photos Got holiday prints? See all the ways to get quality prints in your hands ASAP.--- Begin Message --- Hello Lucene members, I'm the silent member of lucene.I hve being using lucene from last 6 to 8 months.I hve

Reindexing

2006-01-23 Thread revati joshi
Hello Lucene members, I'm the silent member of lucene.I hve being using lucene from last 6 to 8 months.I hve finished with indexing,searching stuff successfully. Now i'm stuck up with one stuff i.e reindexing.I got some help from some lucene members abt thi

Highlighter

2005-12-28 Thread revati joshi
Hello lucene members, i hve tried indexing n searching n it works properly.Now i want to use Highlighter class in my search class for highlighting terms.But when i call this class or import this class then this class is not interpreted by java.As lucene1.4.

indexing

2005-12-21 Thread revati joshi
we are lucene users . we have performed indexing .we are stuck up with a problem how do we perform constant indexing (or updating the index) without manually running the indexing.class file. and which is the better option either updating it at startup or while running the jar file.