 |
|
 |
thank you for your great article!
i am inspired by your Seekafile application, i want to develop a document search engine in such scenario as below:
when i am writing paper,i must look through plenty of articles which have the same interest and key point as mine ! it is boring that i have to open it and find out it in every article opened.
so i think it is very interesting to read the abstract and note of the result article in the client browser directly!
is it feasible and reasonable ? thank you for reply in advance
http://www.ibaima.com(Online Knowledge Question/Answer Platform)
|
|
|
|
 |
|
 |
I looked at your code, it is an excellent piece of work. Great Job!
I have a question, I would like to create multiple indexes on multiple different folders. The idea is to use an index based on the user credentials. In this case, multiple users upload files which are stored in their own folders. User signs-in, searches through his/her own files.
Is there an option to achieve it?
Thanks
CPShameem
|
|
|
|
 |
|
 |
Is it possible to search in the SharePoint Document using this ?
|
|
|
|
 |
|
 |
Hi,
i am using seekafile server search application.
I want to add new contents to already indexed contents.
i.e index the new files and add those to already exist in lock path contents
please give me the solution to solve my problem.
Regards
venkat.
venkat
|
|
|
|
 |
|
 |
Hi,
I have downloaded Seekafile Server 1.5 beta 3. I am new to this. I am unable to understand how to use this. i have referenced the latest dll which i found in installation directory. but my application is giving errors while compailing
Can any one please tell me how to use this in the project.
I need steps to use this. I need the solution Urgent
Thanks in advance.
|
|
|
|
 |
|
 |
Hi,
i tried to index my local site or my web site but i found that Seekafile Server 1.0 indexes a fixed link
i need to know how to change this link with my own ?
please help
|
|
|
|
 |
|
|
 |
|
 |
Hello,
thanks for help
i tried to change ServerConfig to my own local host : port
ServerConfig xmlns:xsd="http://localhost:42015/" xmlns:xsi="http://localhost:42015/
is it true ?
i tried to index documents with seekafile web site sample but it stills index a not exists folder
c:/temp/seekafile/data/circs/circ64.pdf !!!!!!!!!!!?????????
how to implement this [Seekafile Server] to my web site ? !!!
should i add these files to my web site directory or change my web.config?
please give me more details
|
|
|
|
 |
|
 |
I downloaded the project. The Seakafile.Desktop is set as startup project. I run the project and the form for a search is open, but the index isn't created yet.
I'd like to know how the index is created.
Sorry for my dumb questions, I'm a beginner in C# yet.
Thanks everybody.
|
|
|
|
 |
|
|
 |
|
 |
hello friends,
I am new in the use of Lucene.Net,
I am trying to create a consultation boolean, somebody would have a clue of I can do.
thank you
antonio
|
|
|
|
 |
|
 |
how could i change temp folder to a folder under my web site ?
|
|
|
|
 |
|
 |
I m using Lucene service to search pdf docs bt this service is unable to search Scanned Image PDF documents. plz nybdy assist me to do so... Thanks and Regards Manpreet Singh (Web Developer) V2web Info. pvt. ltd. Daryaganj, Delhi. Plz Assist
|
|
|
|
 |
|
 |
its better to use adobe acrobat 7-8-9 and read the scanned pdf in ocr then save the file
you can also use nuance.. then index the files
thats what i used to do with google desktop
|
|
|
|
 |
|
 |
How display title, subject of file word, pdf.. in properties-summary file ? Help me. Thank.
|
|
|
|
 |
|
 |
for each document indexed, we need to extract the parent, fullname etc to add to the index. as we know, the parent and fullname can be quite long, is there any way to improve this problem?
i do not think google's desktop search tool use such method employed here.
It's quite a good website to visit ,and i can learn a lot of things about programming,just like the website as www.vckbase.com in china.i want to be a member of this big family.
|
|
|
|
 |
|
 |
Hi,
I have downloaded various filters from the citeknet homepage as suggested. I have installed them. But, my seekafile server doesn't seem to index the specified file formats with the newly installed IFilters, but it is indexing with the default FileInfo plugin.
I guess I need to do some configuration of my windows indexing service before the seekafile service indexes properly
Can anyone tell me what should I do, so that my seekafile server indexes all the file formats properly
Thanks in advance
Sairaj Sunil
MTech
|
|
|
|
 |
|
 |
Hello,
I have successfully configured seekafile server 1.5 to index the local folder that contains our website. To test the search, I am using the Sample ASP.NET client search application, using our index folder. It successfully finds documents but returns the filesystem path (ie d:\inetpub\wwwroot....) rather then the web path. How do I configure seekafile server or the ASP.NET client to return the web path?
Thanks
Dabbo
|
|
|
|
 |
|
 |
Can you do a Server.mappath call on the local directory to give you a virtual directory?
just a thought but not tested...
|
|
|
|
 |
|
 |
Hello,
I want to index a folder present in the shared docs of remote computer. I added that folder to that list of indexed folders. But indexing is not happening. The error that I get is:
Error in the config.xml:The folder doesn't exist.
But the folder does exist and I am able to access that folder from my own windows application and list the files in that folder.
Please help me
Sairaj Sunil
MTech
|
|
|
|
 |
|
 |
Yes. Make sure that the shared folder is accessible to the account that is used for running Seekafile service.
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
Seekafile Server - Flexible open-source search server
DotNetFirebird - Using Firebird SQL in .NET
|
|
|
|
 |
|
 |
Hello,
I am running the service under Local system account. Is it the problem?
Do I need to run the application as a Network service.
-- modified at 11:04 Tuesday 26th September, 2006
Sairaj Sunil
MTech
|
|
|
|
 |
|
 |
The Local system account doesn't have rights to access network resources. You should use an account that has rights to read on the remote share folder (i.e. probably a domain account).
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
Seekafile Server - Flexible open-source search server
DotNetFirebird - Using Firebird SQL in .NET
|
|
|
|
 |
|
 |
Hello,
I understood that I need to run the service under
NT AUTHORITY\NetworkService.I passed the same string as the parameter value for lpServiceStartName and the password is empty.
But still, the service is installed under LocalSystem account. Do I need to make some other changes?
Thanks once again
-- modified at 0:40 Thursday 5th October, 2006
Sairaj Sunil
MTech
|
|
|
|
 |
|
 |
I think it is impossible.
Because service cannot access network's resource.
|
|
|
|
 |