09-05-2005 09:55 AM
03-02-2006 02:50 PM
03-03-2006 05:17 AM
03-03-2006 05:22 AM
03-03-2006 06:05 AM
replaceFrom( R2, new String[] { "ences", "ence" }, "ent" );
String[] search = { "atrices", "ateurs", "ations", "atrice", "ateur", "ation"};
deleteButSuffixFromElseReplace( R2, search, "ic", true, R0, "iqU" );
[….]
// if one of the next steps is performed, we will need to perform step2a
boolean temp = false;
temp = replaceFrom( RV, new String[] { "amment" }, "ant" );
stopwords : words thatwill not be indexed at all
public final static String[] FRENCH_STOP_WORDS = {
"a", "afin", "ai", "ainsi", "après", "attendu", "au", "aujourd", "auquel", "aussi",
"autre", "autres", "aux", "auxquelles", "auxquels", "avait", "avant", "avec", "avoir",
"c", "car", "ce", "ceci", "cela", "celle", "celles", "celui", "cependant", "certain",
"certaine", "certaines", "certains", "ces", "cet", "cette", "ceux", "chez", "ci",
"combien", "comme", "comment", "concernant", "contre", "d", "dans", "de", "debout",
"dedans", "dehors", "del? ", "depuis", "derrière", "des", "désormais", "desquelles",
03-03-2006 01:55 PM
03-06-2006 05:41 AM
03-06-2006 10:39 AM
public TokenStream tokenStream(String fieldName, Reader reader)
{
Analyzer analyser = (Analyzer) analysers.get(fieldName);
if (analyser == null)
{
analyser = findAnalyser(fieldName);
}
[b]return analyser.tokenStream(fieldName, reader);[/b]
}
[b]During the starting of alfresco :[/b]
fieldName= "@{http://www.alfresco.org/model/system/1.0}node-uuid"
fieldName= "@{http://www.alfresco.org/model/system/1.0}store-protocol"
fieldName= "@{http://www.alfresco.org/model/system/1.0}versionMinor"
fieldName= "@{http://www.alfresco.org/model/system/1.0}versionRevision"
fieldName= "@{http://www.alfresco.org/model/content/1.0}name"
fieldName= "@{http://www.alfresco.org/model/system/1.0}store-identifier"
fieldName= "@{http://www.alfresco.org/model/user/1.0}username"
[b]while creating a new html file :[/b]
fieldName= "@{http://www.alfresco.org/model/content/1.0}modifier"
fieldName= "@{http://www.alfresco.org/model/content/1.0}owner"
fieldName= "@{http://www.alfresco.org/model/content/1.0}description"
fieldName= "@{http://www.alfresco.org/model/application/1.0}icon"
fieldName= "@{http://www.alfresco.org/model/system/1.0}node-uuid"
fieldName= "@{http://www.alfresco.org/model/content/1.0}creator"
fieldName= "@{http://www.alfresco.org/model/content/1.0}title"
fieldName= "@{http://www.alfresco.org/model/system/1.0}store-identifier"
fieldName= "@{http://www.alfresco.org/model/application/1.0}editInline"
fieldName= "@{http://www.alfresco.org/model/content/1.0}modifier"
fieldName= "@{http://www.alfresco.org/model/content/1.0}content"
…and more
analyser= FrenchAnalyzer (id=125)
stoptable= HashSet<E> (id=538) ([ont, siennes, ceux, donc, l?, ?t?, comme, h?las, mien, ?, depuis, avait, mienne, cette, se, d, cependant, autres, outre, ?s, ni, n?anmoins, vers, doit, de, certain, la, hors, si, tu, des, nos, non, sien, les, comment, aux, ce, mais, certaines, debout, toute, leurs, sa, contre, sienne, l, on, divers, pr?s, toutes, voil?, d?sormais, dont, m?me, soit, moi, n?tres, chez, laquelle, ?])
03-06-2006 10:55 AM
03-13-2006 08:48 AM
04-05-2006 03:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.