You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2014/11/20 08:04:33 UTC

[jira] [Created] (OAK-2277) Field for analyzed field should use different name

Chetan Mehrotra created OAK-2277:
------------------------------------

             Summary: Field for analyzed field should use different name
                 Key: OAK-2277
                 URL: https://issues.apache.org/jira/browse/OAK-2277
             Project: Jackrabbit Oak
          Issue Type: Sub-task
          Components: oak-lucene
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
            Priority: Minor


Currently a Lucene field is created with property name in two forms (depending on config)
* Non analyzed form - Done when {{propertyIndex}} is true for the property being indexed. Used for case like _foo='bar'_
* Analyzed form - Done when {{analyzed}} is true for property being indexed. Use for cases like _jcr:contains('foo', 'bar')

As this is a index level changed this should only be done for newly created index.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)