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
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
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
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
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
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
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
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.
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.