You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/10/23 12:52:12 UTC

[GitHub] [solr] epugh opened a new pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

epugh opened a new pull request #364:
URL: https://github.com/apache/solr/pull/364


   https://issues.apache.org/jira/browse/SOLR-15467
   # Description
   
   Rework the parrallel-sql-interface.adoc to just sql-interface.adoc.
   
   I want to think about reorganizing the page to put all the SQL Syntax details at the TOP of the page, as I think that is what MOST people pulling up the page are going to be looking for, versus more tech details.   We want Solr SQL to make it easier for non search/techy folks to access the data in Solr!
   
   I'm also thinking we should add to the ref guide a SQL Screen link to the Solr Admin SQL screen that is new in 9.
   
   # Solution
   
   Updating links, text changes.
   
   Updates to the sample_techproducts_config `managed-schema` to let the sample SQL query run out of the box:
   
   ```
   SELECT manu as mfr, price as retail FROM techproducts
   ```
   
   # Tests
   
   Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [ ] I have reviewed the guidelines for [How to Contribute](https://wiki.apache.org/solr/HowToContribute) and my code conforms to the standards described there to the best of my ability.
   - [X ] I have created a Jira issue and added the issue ID to my pull request title.
   - [ X] I have given Solr maintainers [access](https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to contribute to my PR branch. (optional but recommended)
   - [ X] I have developed this patch against the `main` branch.
   - [ ] I have run `./gradlew check`.
   - [ ] I have added tests for my changes.
   - [ X] I have added documentation for the [Reference Guide](https://github.com/apache/solr/tree/main/solr/solr-ref-guide)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] epugh commented on pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
epugh commented on pull request #364:
URL: https://github.com/apache/solr/pull/364#issuecomment-956217370


   Once last ping!   I'd love to merge this today, and would love a LGTM ;-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] epugh commented on pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
epugh commented on pull request #364:
URL: https://github.com/apache/solr/pull/364#issuecomment-950906557


   > I actually wanted to rename this page to simply "Solr SQL" - what's the value of keeping "interface"?
   
   That makes sense to me!    I think maybe you could think about a "query interface" as separate from a "streaming interface" and finally a "sql interface", but honestly I like just Solr SQL!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] epugh commented on pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
epugh commented on pull request #364:
URL: https://github.com/apache/solr/pull/364#issuecomment-950957116


   Okay, I've finished my changes to the page.   WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] epugh commented on pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
epugh commented on pull request #364:
URL: https://github.com/apache/solr/pull/364#issuecomment-950916473


   Okay, I was looking and I went with the name `sql-query`, as it's really about SQL querying!  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] ctargett commented on pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
ctargett commented on pull request #364:
URL: https://github.com/apache/solr/pull/364#issuecomment-950343090


   I actually wanted to rename this page to simply "Solr SQL" - what's the value of keeping "interface"?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] epugh merged pull request #364: SOLR-15467: Rename Parrallel SQL to just SQL throughout Solr docs

Posted by GitBox <gi...@apache.org>.
epugh merged pull request #364:
URL: https://github.com/apache/solr/pull/364


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org