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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to