You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/02/20 05:12:02 UTC

[jira] Created: (SOLR-1027) alias the 'dataimporter' namespace with a single char

alias the 'dataimporter' namespace with a single char
-----------------------------------------------------

                 Key: SOLR-1027
                 URL: https://issues.apache.org/jira/browse/SOLR-1027
             Project: Solr
          Issue Type: Improvement
            Reporter: Noble Paul
             Fix For: 1.4


'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' so it can look like 

* ${#.last_index_time}
or
* ${@.last_index_time}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1027:
-----------------------------

    Priority: Trivial  (was: Major)

> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1027:
-----------------------------

    Attachment: SOLR-1027.patch

> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1027.patch
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687990#action_12687990 ] 

Noble Paul commented on SOLR-1027:
----------------------------------

We will add only one alias anyway . This was a vote to find the preference of users

> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1027) Alias the 'dataimporter' namespace to a shorter name 'dih'

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1027:
----------------------------------------

    Assignee: Shalin Shekhar Mangar
     Summary: Alias the 'dataimporter' namespace to a shorter name 'dih'  (was: alias the 'dataimporter' namespace with a single char)

Ok, so we'll rename it to 'dih'. The old longer name will continue to work.

> Alias the 'dataimporter' namespace to a shorter name 'dih'
> ----------------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1027.patch
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1027:
-----------------------------

    Description: 
'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 

* ${#.last_index_time}
or
* ${@.last_index_time}
or
* ${dih.last_index_time}


  was:
'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' so it can look like 

* ${#.last_index_time}
or
* ${@.last_index_time}



> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687991#action_12687991 ] 

Noble Paul commented on SOLR-1027:
----------------------------------

cool. Thanks

On Sat, Mar 21, 2009 at 1:23 PM, Fergus McMenemie (JIRA)



-- 
--Noble Paul


> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1027:
-----------------------------

    Component/s: contrib - DataImportHandler

> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1027) Alias the 'dataimporter' namespace to a shorter name 'dih'

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1027.
-----------------------------------------

    Resolution: Fixed

Committed revision 757690.

We need to update the wiki examples to use the shorter name.

> Alias the 'dataimporter' namespace to a shorter name 'dih'
> ----------------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1027.patch
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1027) alias the 'dataimporter' namespace with a single char

Posted by "Fergus McMenemie (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687989#action_12687989 ] 

Fergus McMenemie commented on SOLR-1027:
----------------------------------------

my vote is defentily for the self documenting nature of "dih". Not at all keen on "#" or "@".


> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
>                 Key: SOLR-1027
>                 URL: https://issues.apache.org/jira/browse/SOLR-1027
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time} takes up quite some space. can we alias it with  a single char '@' or '#' or a short name 'dih' so it can look like 
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
> or
> * ${dih.last_index_time}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.