Joined: Sat Jun 07, 2008 5:44 am Posts: 2
|
Hi
We are doing a project called Web based Search Engine
We are using Hibernate Search for indexing and searching .
I have a small question ?
When creating a index ,it gets created on the File System
So when the client accesses he doesnt have the index location on the file system.
But when i query it im able to get the result as index location is present in the local system.(ie as we mention the base index directory in the hibernate.cfg.xml file )
Please do respond
If my approach is wrong please tell me?
Thanks in Advance
|
|