[ http://jira.nuxeo.org/browse/NXP-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35325#action_35325 ]
Solen Guitter commented on NXP-2324: ------------------------------------ On the "Summary" tab, the attached file has the correct icon however. > Icon of documents created with LiveEdit > --------------------------------------- > > Key: NXP-2324 > URL: http://jira.nuxeo.org/browse/NXP-2324 > Project: Nuxeo Enterprise Platform 5 > Issue Type: Bug > Reporter: Solen Guitter > Assignee: Thierry Delprat > Fix For: 5.1.5 > > Attachments: Image 1.png > > > Documents created with Live Edit don't have the icn corresponding to the file > attached (word, excel, etc). > See attached screnshot. -- Thiel="nofollow" href="http://comments.gmane.org/gmane.comp.jakarta.lucene.user/34746">http://comments.gmane.org/gmane.comp.jakarta.lucene.user/34746 for mailing list thread. was: Make it possible for *all* words and shingles to be placed at the same position, that is to _all_ be treated as synonyms of each other. Today the shingles generated are synonyms only to the first term in the shingle. For example the query "abcd efgh ijkl" results in: ("abcd" "abcd efgh" "abcd efgh ijkl") ("efgh" efgh ijkl") ("ijkl") where "abcd efgh" and "abcd efgh ijkl" are synonyms of "abcd", and "efgh ijkl" is a synonym of "efgh". There exists no way today to alter which token a particular shingle is a synonym for. This patch takes the first step in making it possible to make all shingles (and unigrams if included) synonyms of each other. See http://comments.gmane.org/gmane.comp.jakarta.lucene.user/34746 for mailing list thread. Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) typo is editing description. > Patch for ShingleFilter.enablePositions > --------------------------------------- > > Key: LUCENE-1380 > URL: https://issues.apache.org/jira/browse/LUCENE-1380 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/analyzers > Reporter: Mck SembWever > Assignee: Karl Wettin > Priority: Trivial > Attachments: LUCENE-1380.patch, LUCENE-1380.patch > > > Make it possible for *all* words and shingles to be placed at the same > position, that is for _all_ shingles (and unigrams if included) to be treated > as synonyms of each other. > Today the shingles generated are synonyms only to the first term in the > shingle. > For example the query "abcd efgh ijkl" results in: > ("abcd" "abcd efgh" "abcd efgh ijkl") ("efgh" efgh ijkl") ("ijkl") > where "abcd efgh" and "abcd efgh ijkl" are synonyms of "abcd", and "efgh > ijkl" is a synonym of "efgh". > There exists no way today to alter which token a particular shingle is a > synonym for. > This patch takes the first step in making it possible to make all shingles > (and unigrams if included) synonyms of each other. > See http://comments.gmane.org/gmane.comp.jakarta.lucene.user/34746 for > mailing list thread. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]