[jira] [Updated] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-28 Thread balaji sundaram (Jira)


 [ 
https://issues.apache.org/jira/browse/SOLR-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

balaji sundaram updated SOLR-14193:
---
Attachment: solr-tutorial.adoc
Status: Open  (was: Open)

> Update tutorial.adoc(line no:664) so that command executes in windows 
> enviroment
> 
>
> Key: SOLR-14193
> URL: https://issues.apache.org/jira/browse/SOLR-14193
> Project: Solr
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 8.4
>Reporter: balaji sundaram
>Priority: Minor
> Attachments: solr-tutorial.adoc
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> {{When executing the following command in windows 10 "java -jar -Dc=films 
> -Dparams=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
>  -Dauto example\exampledocs\post.jar example\films\*.csv", it throws error "& 
> was unexpected at this time."}}
> Fix: the command should escape "&" and "|" symbol{{}}
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-24 Thread balaji sundaram (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022991#comment-17022991
 ] 

balaji sundaram edited comment on SOLR-14193 at 1/24/20 2:53 PM:
-

[~ctargett]

Apologies,  Without reading how to commit to Apache Solr i have raised the pull 
request. After reading the documentation, i came to know that i have to create 
a Jira issue and commit it to  github from my fork. So I closed the PR, since 
it doesn't match guidelines set by Apache

That is why i created a Jira issue for trackin purposes. If it is ok with you, 
i will try to raise a PR next week for this mentioned issue.

 

 

 


was (Author: balaji-s):
[~ctargett]

Apologies,  Without reading how to commit to Apache Solr i have raised the pull 
request. After reading the documentation, i came to know that i have to create 
a Jira issue and commit it to  github from my fork.

That is why i created a Jira issue,  if it is ok with you, i will try to raise 
a PR next week.

 

> Update tutorial.adoc(line no:664) so that command executes in windows 
> enviroment
> 
>
> Key: SOLR-14193
> URL: https://issues.apache.org/jira/browse/SOLR-14193
> Project: Solr
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 8.4
>Reporter: balaji sundaram
>Priority: Minor
>
>  
> {{When executing the following command in windows 10 "java -jar -Dc=films 
> -Dparams=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
>  -Dauto example\exampledocs\post.jar example\films\*.csv", it throws error "& 
> was unexpected at this time."}}
> Fix: the command should escape "&" and "|" symbol{{}}
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-24 Thread balaji sundaram (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022991#comment-17022991
 ] 

balaji sundaram commented on SOLR-14193:


[~ctargett]

Apologies,  Without reading how to commit to Apache Solr i have raised the pull 
request. After reading the documentation, i came to know that i have to create 
a Jira issue and commit it to  github from my fork.

That is why i created a Jira issue,  if it is ok with you, i will try to raise 
a PR next week.

 

> Update tutorial.adoc(line no:664) so that command executes in windows 
> enviroment
> 
>
> Key: SOLR-14193
> URL: https://issues.apache.org/jira/browse/SOLR-14193
> Project: Solr
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 8.4
>Reporter: balaji sundaram
>Priority: Minor
>
>  
> {{When executing the following command in windows 10 "java -jar -Dc=films 
> -Dparams=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
>  -Dauto example\exampledocs\post.jar example\films\*.csv", it throws error "& 
> was unexpected at this time."}}
> Fix: the command should escape "&" and "|" symbol{{}}
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Created] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-17 Thread balaji sundaram (Jira)
balaji sundaram created SOLR-14193:
--

 Summary: Update tutorial.adoc(line no:664) so that command 
executes in windows enviroment
 Key: SOLR-14193
 URL: https://issues.apache.org/jira/browse/SOLR-14193
 Project: Solr
  Issue Type: Bug
  Components: documentation
Affects Versions: 8.4
Reporter: balaji sundaram


 

{{When executing the following command in windows 10 "java -jar -Dc=films 
-Dparams=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
 -Dauto example\exampledocs\post.jar example\films\*.csv", it throws error "& 
was unexpected at this time."}}

Fix: the command should escape "&" and "|" symbol{{}}

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org