Hi, now that I've TextIndexNG running on my Plone, I've replaced TextIndex-SearchableText index with a TextIndexNG called also SearchableText (at portal_catalog) but... what attributes should be indexed? (data?) I have several mssword docs uploaded to my plone site, but when I try to make a search, no results are returned.. is there anything more I should do? I've enabled converters when I define the TextIndexNG index, but I don't know if this is enough. Please, help me. Andreas, I'm sorry about making so many newbie-questions, but I'm really lost with all of this. Just one thing: I think it's legal to redistribute the msvcr71.dll, it's a library needed if you create an application with MS Visual Studio - it don't make sense if you develope one application but you cannot distribute files it depends on... Indexed attributes data Default encoding iso-8859-15 Stemmer spanish Splitter: casefolding enabled Splitter: index single characters disabled Splitter: max. length of splitted words 64 Splitter: separator characters .+-_@ Default query parser PyQueryParser Stopwords spanish Normalizer None Use converters enabled Near distance 5 Left truncation disabled Debug mode off
--On Freitag, 15. August 2003 14:37 Uhr +0200 Juan Manuel Ruiz García <juanma@mailmadrid.com> wrote:
Hi,
now that I've TextIndexNG running on my Plone, I've replaced TextIndex-SearchableText index with a TextIndexNG called also SearchableText (at portal_catalog) but... what attributes should be indexed? (data?)
I have several mssword docs uploaded to my plone site, but when I try to make a search, no results are returned.. is there anything more I should do? I've enabled converters when I define the TextIndexNG index, but I don't know if this is enough.
SearchableText as index + enabled converters should be enough. Of course you must have the necessary external converters installed (see wiki on zope.org). -aj
On Fri, 15 Aug 2003 14:44:52 +0200, Andreas Jung wrote:
--On Freitag, 15. August 2003 14:37 Uhr +0200 Juan Manuel Ruiz García <juanma@mailmadrid.com> wrote:
Hi,
now that I've TextIndexNG running on my Plone, I've replaced TextIndex-SearchableText index with a TextIndexNG called also SearchableText (at portal_catalog) but... what attributes should be indexed? (data?)
I have several mssword docs uploaded to my plone site, but when I try to make a search, no results are returned.. is there anything more I should do? I've enabled converters when I define the TextIndexNG index, but I don't know if this is enough.
SearchableText as index + enabled converters should be enough. Of course you must have the necessary external converters installed (see wiki on zope.org).
I have Indexed Attributes set to: "SearchableText,data" Without specifically listing 'data' it wasn't picking up my Word, PDF, etc docs either. I'm using Plone 1.0.4, Zope 2.6.2b4 and TextIndexNG 2.01 (though my experience was similar with earlier versions as well)
participants (3)
-
Andreas Jung -
Juan Manuel Ruiz García -
Larry J. C. Prikockis