Hi,
I'm using using lucene for full text search.
It worked gr8.
But now when i try to search,its throwing an error like this:
.java.io.IOException: Lock obtain timed out:
[EMAIL PROTECTED]:\DOCUME~1\tom\LOCALS~1\Temp\lucene-81022e186820264e5b78801c219b8e8b-commit.lock
at org.apache.l
Hi,
I'm curious to know,if there is any way to view the .cfs file(the
index file created).
Someone plz shred some light on this.
Tia.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
Hello,
I'm able to create index file for full text search.And i'm sure it
has the required entries as i have traced the traversal path through the
tables i have specified. And also documents are added to the index file.
But when i specify some string to search,it throws an exception like t