 |
|
 |
this IFilter is to extract text content from files. but when the files with other languages like chinese or east asian languages, the ifilter is not extracting the text in Unicode. Extracted text contains junk characters.
is it possible to use IFilters to extract multilanguage text content?
|
|
|
|
 |
|
 |
i.e. it discards some of the text (or skips over chunks). This is really weird, as the same Word doc(s) saved as .txt using the same function below extracts the text perfectly. Can anyone shed some some light on this, or has anyone encountered the same issue. I have played around with the flags when initializing, but still have the same problem.
any reply will be appreciated!!!!
|
|
|
|
 |
|
 |
I just need to match the filename with users input...Can this be done using Lucene.
|
|
|
|
 |
|
 |
Is is absolutely avaible. adding your filename to other field can solve your issue!
|
|
|
|
 |
|
 |
Great work .. thank you
I have these questions please:
1. How can i delete document in Indexing file
2. How can i update document in Indexing file
thanks
|
|
|
|
 |
|
 |
waoh! Really nice article,but i got a problem,need you help. i realy want know about the lucene.
i am the lucene beginger ,
what's the attribute, i need you to explain as follows attribute function
what's the detail of function in the project. why are define so much of the
type of data. thank you very much.
(int the namespace DesktopSearch1.Parsing)
1 [Flags]
2 [StructLayout(LayoutKind.Sequential)]
3 [ComImport]
4 [Guid("89BCB740-6119-101A-BCB7-00DD010655AF")]
|
|
|
|
 |
|
 |
Anyone get a highlighter or fragmenter to work? I found a project with the Lucene.Search.Highlighter class, but it appears to be the wrong version as the highlighter example code in this project does not work with it. Anyone know where the Highlighter dll for "this" article is?
thanks!
-MickeyB
|
|
|
|
 |
|
|
 |
|
 |
Yeah, that is the one I pulled down. The sample source in this article doesnt match that version and can't seem to get my hands around this highlight version.
-MickeyB
|
|
|
|
 |
|
 |
I don't remember exactly but I think you need highlight.net.1.3.2.1.zip file (it's there as well).
--
My open-source ASP.NET 2.0 controls:
DayPilot - Outlook-like calendar/scheduling control
MenuPilot - Hover context menu
|
|
|
|
 |
|
 |
Congratulations on your DesktopSearch application - it is well written and, most importantly, worked without a hassle in Visual C# 2005.
I need a full-text search engine for an eBook on Signal Processing, and have cobbled together a basic DotLucene search engine which does the same job as yours but without the bells and whistles.
So I look forward to Part 2, your specs of which are almost identical to mine, that is:
1) index ALL occurrences of a search word [e.g. "auto" (partial) word search should index occurrences of "autoregressive", "autocovariance", "autocorrelation", etc]; and
2) display a selected search link in (say) the eBook's internal web browser with ALL the occurrences highlighted.
That is, the same specs that a full-search CHM file used to have before it got clobbered for security reasons.
Regards
DrTom2
|
|
|
|
 |
|
|
 |
|
 |
I know this is rather late in the game, but where might I find the Highlighter.NET addon?
-MickeyB
|
|
|
|
 |
|
 |
Thanx for providing such a wonderful help.
Is there any way with which we can search in pdf file.
" Wish you a very Happy Coding"
|
|
|
|
 |
|
|
 |
|
 |
Is there a VB.Net Version of this code? I am developing an eDiscovery application (in VB.Net) and would like to add this feature to the application.
Also, has anyone used this application to parse MS Outlook Folders and emails? I would like to use this application to index and search emails
|
|
|
|
 |
|
 |
Hi there,
have you any plans to write Part2 of this excellent article?
I am particularly interested in the possibilty of a preview with the search terms highlighted.
Obviously I accept that you are busy but if you could give me a couple of pointers on how to achieve this myself I would be very grateful
cheers and thanks for your time
james
|
|
|
|
 |
|
 |
Hi James.
It's bad with part 2 for the moment.
For highlighting, you need to store the full plain text in the index (or somewhere else) and use Highlighter.NET add-on for Lucene.Net.
Take a look at this article: http://www.codeproject.com/aspnet/DotLuceneSearch.asp and look for QueryHighlightExtractor.
--
My open-source ASP.NET 2.0 controls:
DayPilot - Outlook-like calendar/scheduling control
MenuPilot - Hover context menu
|
|
|
|
 |
|
 |
Hi there,
yep thats how I ended up doing it with the highlighter (can't remember though if I did it with sample code from that particular article though so I'll take a look at it anyway)
Cheers james
|
|
|
|
 |
|
 |
Is the dll free or do we need to purchase?
Puzzle of Flesh
|
|
|
|
 |
|
 |
It's free - Apache Software License 2.0
--
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
|
|
|
|
 |
|
 |
The title: search is listed with a bug. Is the doc title in the index? Also, how is the scoring computed? Most occurences of the search word?
-MickeyB
|
|
|
|
 |
|
 |
Hi Everybody,
Can I use the Lucene.net dll as a reference in commercial project.
guide me please.
If I cannot use the dll in my commercial project means I have to look for an alternative solution for desktop search.
Thank & Regards,
Vijay Kumar Raja.Grandhi
|
|
|
|
 |
|
 |
It's licensed under the Apache License Version 2:
http://www.apache.org/licenses/LICENSE-2.0
so you can use it wherever you want.
|
|
|
|
 |
|
 |
Hi All,
can any one help me like how i can use different IFilters dyanmically.
what i mean to say is if a new filter is installed in the system then how i can make use of that filter with out changing my code.
is there any way i can write my code to pick the file and parse if the filter is available in the system.
eg: pdf, tiff, xml......
please help me on this.
I will be great full to you all for helping
please provide me some sample code.
my mail id is gvkraj23@gmail.com
Regards,
Vijay Kumar Raja.G
|
|
|
|
 |