[ 
http://jira.nuxeo.org/browse/NXP-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stéfane Fermigier updated NXP-2165:
-----------------------------------

    Fix Version/s:     (was: 5.1.4)
                   5.1.5

> Java6 -wrong modules dependecies
> --------------------------------
>
>                 Key: NXP-2165
>                 URL: http://jira.nuxeo.org/browse/NXP-2165
>             Project: Nuxeo Enterprise Platform 5
>          Issue Type: Bug
>          Components: Web Foundations
>    Affects Versions: 5.1.4
>         Environment: Java 6, branch 5.1.4
>            Reporter: Bogdan Tatar
>            Assignee: Radu Darlea
>             Fix For: 5.1.5
>
>
> With Java6,the forum module was always deployed last,so this determined that 
> the forum document type was always available when creating a new document 
> under a workspace.
> Also,when the nuxeo-anonymous module was depl.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.

Default is to place each shingle at the same position as the unigram (or first 
shingle if outputUnigrams=false). That is, each coterminal token has 
positionIncrement=1 and every other token a positionIncrement=0. 
This leads to a MultiPhraseQuery where at least one word/shingle must be 
matched from each word/token. This is not always desired. 

See http://comments.gmane.org/gmane.comp.jakarta.lucene.user/34746 for mailing 
list thread.

    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

Updated description to include a more layman's explanation.
Maybe the option should be called "commonSynonyms" or the like...

> 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 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.

-- 
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]

Reply via email to