Full text indexing of Word DOCX files

4 messages Options
Embed this post
Permalink
Emanuel Sartor () Full text indexing of Word DOCX files
Reply Threaded More More options
Print post
Permalink
Hi all,

I'm trying to get full text indexing of Word DOCX files in a Plone site. Can
anyone suggest a way to achieve this? This doesn't seem to be an out-of-the-
box feature and I couldn't find a third party product with that feature
either.

Thanks in advance,
Emanuel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
ajung () Re: Full text indexing of Word DOCX files
Reply Threaded More More options
Print post
Permalink
A simple Google search tells you about the "OpenXML" add-on for Plone.
Or TXNG3 with a custom doxs converter you can easily implement since the backend converter system is pluggable.

-aj

Emanuel Sartor wrote:
Hi all,

I'm trying to get full text indexing of Word DOCX files in a Plone site. Can
anyone suggest a way to achieve this? This doesn't seem to be an out-of-the-
box feature and I couldn't find a third party product with that feature
either.

Thanks in advance,
Emanuel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
Plone-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users
Emanuel Sartor () Re: Full text indexing of Word DOCX files
Reply Threaded More More options
Print post
Permalink
Cool, thanks!

ajung wrote:

>
> A simple Google search tells you about the "OpenXML" add-on for Plone.
> Or TXNG3 with a custom doxs converter you can easily implement since the
> backend converter system is pluggable.
>
> -aj
>
>
> Emanuel Sartor wrote:
>>
>> Hi all,
>>
>> I'm trying to get full text indexing of Word DOCX files in a Plone site.
>> Can
>> anyone suggest a way to achieve this? This doesn't seem to be an
>> out-of-the-
>> box feature and I couldn't find a third party product with that feature
>> either.
>>
>> Thanks in advance,
>> Emanuel
>>
>>
>>
------------------------------------------------------------------------------

>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Plone-Users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/plone-users
>>
>>
>



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
Dieter Maurer () Re: Full text indexing of Word DOCX files
Reply Threaded More More options
Print post
Permalink
In reply to this post by Emanuel Sartor
Emanuel Sartor wrote at 2009-11-4 22:37 -0300:
>I'm trying to get full text indexing of Word DOCX files in a Plone site. Can
>anyone suggest a way to achieve this?

The plone indexing machinary tries to find a transformation
(managed in "portal_transforms") converting the object's
content type to "text/plain" and then indexes the resulting text.

Thus, you need to install a "to text" converter from your "docx" files
and define a corresponding transformation in "portal_transforms".

I expect that there is already a module which integrates a
corresponding converter but do not know the details.



--
Dieter

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users