You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "cesnietor (via GitHub)" <gi...@apache.org> on 2023/02/05 19:34:45 UTC

[GitHub] [solr] cesnietor opened a new pull request, #1337: Solve FIXME in tutorial-five-minutes

cesnietor opened a new pull request, #1337:
URL: https://github.com/apache/solr/pull/1337

   # Description
   
   Adds basic search example in tutorial-five-minutes file.
   
   
   # Solution
   
   Added an example on how to search a document.
   
   Output comes like:
   ```
   curl 'http://localhost:8983/solr/techproducts/select?q=name%3Alightning'
   {
     "responseHeader":{
       "zkConnected":true,
       "status":0,
       "QTime":0,
       "params":{
         "q":"name:lightning"}},
     "response":{"numFound":1,"start":0,"numFoundExact":true,"docs":[
         {
           "id":"978-0641723445",
           "cat":["book",
             "hardcover"],
           "name":"The Lightning Thief",
           "author":["Rick Riordan"],
           "series_t":"Percy Jackson and the Olympians",
           "sequence_i":1,
           "genre_s":"fantasy",
           "inStock":true,
           "price":12.5,
           "pages_i":384,
           "_version_":1757019285952135168}]
     }}
   ```
   
   # Tests
   
   Not needed
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [x] 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.
   - [ ] I have created a Jira issue and added the issue ID to my pull request title.
   - [ ] 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.
   - [ ] 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 #1337: Solve FIXME in tutorial-five-minutes

Posted by "epugh (via GitHub)" <gi...@apache.org>.
epugh commented on PR #1337:
URL: https://github.com/apache/solr/pull/1337#issuecomment-1419282361

   thanks @cesnietor for the fix!    If you are interested in doing more in the tutorials, one thing would be to look at how they are organized in the ref guide and update them a bit.   For example, this tutorial isn't actually linked in the Ref Guide I believe...   Another is that the https://github.com/apache/solr/blob/main/solr/example/films/README.md doc now has a more extensive tutorial on vectors than is in the ref guide, and needs migration ;-)


-- 
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 #1337: Solve FIXME in tutorial-five-minutes

Posted by "epugh (via GitHub)" <gi...@apache.org>.
epugh merged PR #1337:
URL: https://github.com/apache/solr/pull/1337


-- 
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