-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added docs on Indexing events #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Have left a couple comments
@Shazwazza Should be fixed now 😄 |
75a58b4
to
c0c264e
Compare
@Shazwazza I've updated the docs changes to the new docfx from #322 so it's ready to merge now. It's been a while since this PR was created so I'll just refresh what's going on:
|
Hey @Shazwazza can i do anything to move this PR forward? 😁 |
@nikcio Thanks so much for all your effort :) |
I'll see if i can cherry pick this to the feature/docfx branch since that is where the docs are published from |
@@ -142,7 +142,9 @@ Data is easily deleted from the index by the unique identifier you provided in y | |||
|
|||
<!-- Tabs --> | |||
<div class="container"> | |||
<input type="radio" id="tab-link-20" name="docwriting" checked /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doc doesn't merge with the feature/docfx branch where the docs now live so this wasn't cherry picked. For doc updates now, They'll have to be done against feature/docfx for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fine the other file will be the one that will come on the docfx site😉
Adds to #191
Also added a XML comment to the
LuceneIndex.IndexCommitted
event